mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-21 00:21:27 +00:00
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> |
||
|---|---|---|
| .. | ||
| record | ||
| slate | ||
| test_support | ||
| artifact_store.rs | ||
| auth_code_store.rs | ||
| auth_session_store.rs | ||
| blob_store.rs | ||
| error.rs | ||
| keyed_mutex.rs | ||
| keys.rs | ||
| legacy_blob_import.rs | ||
| legacy_run_history_import.rs | ||
| lib.rs | ||
| run_sessions.rs | ||
| run_state.rs | ||
| run_summary_store.rs | ||
| serializable_projection.rs | ||
| sqlite_row.rs | ||
| types.rs | ||