fabro/lib/components/fabro-store
Scott Werner 0f1e5e1c9c Centralize run projection replay on ProjectedRun
Move ProjectedRun next to EventProjectionCache in run_state, since the
summary store both produces and consumes it, and give it a replay
constructor that owns the events-to-head derivation. load_projection now
returns RunNotFound directly instead of erasing it to None and having
callers rebuild it; load_run_projection is the single Option translation
point. install_in_memory_state reuses the existing From impl, and the
commit path passes its Arc through instead of unwrapping and
reallocating it.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
2026-09-02 16:33:14 -04:00
..
src Centralize run projection replay on ProjectedRun 2026-09-02 16:33:14 -04:00
tests Add a shared RunSpec test fixture and adopt it 2026-08-19 16:50:37 -04:00
Cargo.toml Move pending CLI authorizations to SQLite 2026-08-24 17:25:19 -04:00