diff options
| author | Adam Malczewski <[email protected]> | 2026-06-12 19:05:14 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-06-12 19:05:14 +0900 |
| commit | 7dcc06eecb5b691b0c0daec26db9d5e407d0a60e (patch) | |
| tree | 3ac714aed3c0a0066937df6db2b933e0d9f47d85 | |
| parent | d66585333ee5764700c67a81eaec015b0026f8f1 (diff) | |
| download | dispatch-web-7dcc06eecb5b691b0c0daec26db9d5e407d0a60e.tar.gz dispatch-web-7dcc06eecb5b691b0c0daec26db9d5e407d0a60e.zip | |
docs(handoff): CR-5 live-probed 23/23 — windowing semantics verified against bin/up
| -rw-r--r-- | backend-handoff.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/backend-handoff.md b/backend-handoff.md index 5193d8f..17b907b 100644 --- a/backend-handoff.md +++ b/backend-handoff.md @@ -85,7 +85,12 @@ Mirrored in-repo for headless agents: `.dispatch/{ui-contract,wire,transport-con **None open.** Resolved history below. -### CR-5 — history windowing for the FE chat limit → **RESOLVED ✅** (courier `backend-handoff-chat-limit.md`; reply `frontend-history-windowing-handoff.md`; consumed) +### CR-5 — history windowing for the FE chat limit → **RESOLVED ✅** (courier `backend-handoff-chat-limit.md`; reply `frontend-history-windowing-handoff.md`; consumed + live-probed 23/23) + +_Live-probed against `bin/up` after consumption: seq origin `1`; `?limit=2` → newest 2 ascending +with `latestSeq` = window tail; `?limit=200` on a 3-chunk log → whole log (short-chat exactness); +`?beforeSeq=2&limit=50` → `[1]`; `limit=0` and `beforeSeq=-1` both 400. 23/23 incl. all +pre-existing checks._ Backend shipped everything asked (`[email protected]`, `[email protected]` doc-only): `?limit=<k>` (newest-k of the selection, ascending; ≤ k ⇒ whole selection, exact) + |
