haiku.rag/app/frontend/lib
Yiorgis Gozadinos 53bbf52697
Round-trip the capability's whole state through the browser
The session store rebuilt the rag namespace from four known keys, so the
evidence record never survived a turn, let alone a reload from localStorage.
Compaction then ran with an empty ledger: earlier evidence was replaced by
receipts retaining nothing, while the citations already in citation_index kept
the UI looking correct.

The UI still names the fields it reads, but everything else in the namespace
passes through untouched, and seeding the namespace no longer replaces sibling
namespaces.
2026-08-13 15:20:02 +03:00
..
format.ts Add frontend session management with localStorage persistence, deduplicate shared code 2026-02-12 15:16:47 +02:00
icons.tsx Add frontend session management with localStorage persistence, deduplicate shared code 2026-02-12 15:16:47 +02:00
sessionStorage.ts Round-trip the capability's whole state through the browser 2026-08-13 15:20:02 +03:00