summaryrefslogtreecommitdiffhomepage
path: root/backend-handoff-cache-warming.md
AgeCommit message (Collapse)Author
25 hourschore: remove old backend handoff docs from rootHEADmaindevAdam Malczewski
Removed 6 backend-handoff*.md files (including the 104KB backend-handoff.md) that were historical API contract handoffs between backend and frontend agents. All features are implemented; git log is the source of truth. Kept: AGENTS.md, GLOSSARY.md, README.md, ROADMAP.md
2026-06-12feat(cache-warming): consume CR-4 lifecycle — tab-close cancel + ↵Adam Malczewski
scope-aware subscriptions - closeTab now POSTs /conversations/:id/close (abort in-flight turn + stop/disable warming server-side); disconnect still leaves both running ([email protected]) - syncSubscriptions honors catalog scope ([email protected]): global surfaces are not re-subscribed on conversation switch - fix(ws): the surface-message parser dropped the conversationId echo (CR-4d was ours, not the backend's) — preserved + unit-tested - secondsUntilNext: 3s stale guard — a past nextWarmAt renders as waiting, not 0s - re-pinned + re-mirrored [email protected] / [email protected] - scripts/probe-cache-warming.ts: live CR-4 probe (default-off, future nextWarmAt, repeated warms, mid-turn close abort, idempotent re-close) — 17/17 against bin/up