summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-12 00:52:48 +0900
committerAdam Malczewski <[email protected]>2026-06-12 00:52:48 +0900
commit2d36581316be4adeecc1d7081d83664b5f3a7c69 (patch)
tree54f58b267b196c0ac7a5fae46668cd15943fd567
parente2646ad2b0c28bd64ad4efd6b154f97f8a35e0ad (diff)
downloaddispatch-2d36581316be4adeecc1d7081d83664b5f3a7c69.tar.gz
dispatch-2d36581316be4adeecc1d7081d83664b5f3a7c69.zip
docs(tasks): record live-verify of context size against flash
-rw-r--r--tasks.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/tasks.md b/tasks.md
index 85a3e79..adf8707 100644
--- a/tasks.md
+++ b/tasks.md
@@ -247,9 +247,12 @@ persisted `TurnMetrics`.
the final per-step metrics (same definition; equals the live value). +5 tests.
- [x] Verified: `tsc -b` EXIT 0, biome clean, 881 vitest pass; both owners stayed in-lane.
`conversation-store` (JSON passthrough) + `transport-http` (forwards/serves) unchanged.
+- [x] **LIVE-VERIFIED against flash** (`deepseek-v4-flash`): turn 1 → live `done.contextSize`
+ 1255 == persisted `turns[-1].contextSize` 1255 == final-step `1206 in + 49 out` (NOT the
+ aggregate); turn 2 (same conversation) → 1286 (grew cumulatively), live == persisted. Both
+ carriers agree; "current" = latest turn's value.
- [x] **FE courier handoff:** `frontend-context-size-handoff.md` (user couriers to
- `../dispatch-web`). Not yet exercised end-to-end against a live LLM (unit tests cover both
- producers); optional live-verify deferred.
+ `../dispatch-web`).
## Open items
- **`prefix.fingerprint` / `warm|real` cache-bust attributes (deferred):** decoupled