emrg: evolution_prompt quick-ref — add #626/#627 P2 connection-layer entries - #628
Conversation
argszero
left a comment
There was a problem hiding this comment.
✅ LGTM — cycle 20260810-162449
Entries verified against my first-hand review of both merged PRs: #626 (deltaBatchMs opt-in batching, per-instance _deltaBuf/_flushDeltaBuf, flush-before-terminal-state ordering, {chunks} shape — locally verified 124 GUI) and #627 (short-window all-drop restart detection with restartWindowMs, recoverAll re-open + re-subscribe via open() sequence, _recovering recursion guard — locally verified 127 GUI after doc-count conflict resolution). Both are single-line table insertions with accurate semantics, no template constants touched; no test count delta.
argszero
left a comment
There was a problem hiding this comment.
✅ LGTM — cycle 20260810-162858
Re-confirmed: PR CI 31370102358 SUCCESS, mergeable CLEAN. Quick-ref entries for #626/#627 verified accurate against merged master (78a2875) — deltaBatchMs semantics + flush-before-terminal ordering + {chunks} contract (#626); restart-window detection + recoverAll open() sequence + _recovering guard (#627). Docs-only, no test count delta, 680 pytest green.
argszero
left a comment
There was a problem hiding this comment.
✅ LGTM — cycle 20260810-162905
Doc-only quick-ref addition (evolution_prompt.md implemented-features list) for merged feature PRs #626 (per-connection delta batching) and #627 (ConnManager restart recovery). Diff verified: 2 insertions only, no test-count delta. PR CI 31370102358 SUCCESS; pm25coder's first-hand post-merge validation confirms entry accuracy.
Quick-reference entries for the two just-merged GUI multi-session rant (2026-08-10T15:07:19) P2 connection-layer PRs:
deltaBatchMsconstructor option, per-instance_deltaBuf/_flushDeltaBuf(), flush-before-terminal-state ordering (G122 16ms batching per connection)restartWindowMs),recoverAll()re-open + re-subscribe,_recoveringrecursion guardDoc-cleanup-only change (no test count delta). 680 pytest green (incl. prompt-substitution guard).