fabro/lib/apps/fabro-server
Scott Werner f2a2630ad0 Simplify pull request recovery and summary store queries
- Load recovery candidates from the warm projection cache instead of
  replaying each run's full event history, and check dispatch
  eligibility before any I/O
- Extract the shared can_dispatch predicate used by both the recovery
  scan and the worker dispatch loop
- Drop load_durable_run_status, now identical to durable_run_status
- Share parse_stored_run_id across the three stored-id decode sites
- Reuse push_order for the canonical run ordering in list_all and
  list_by_statuses
- Replace the test-only queue clear accessor with the existing drain

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-09-01 14:11:53 -04:00
..
migrations Harden SQLite activation and run history consistency 2026-08-31 12:19:16 -04:00
src Simplify pull request recovery and summary store queries 2026-09-01 14:11:53 -04:00
tests Merge pull request #829 from fabro-sh/codex/session-ownership-index 2026-09-01 14:03:25 -04:00
build.rs refactor: organize crates into three layers 2026-07-23 17:59:34 -04:00
Cargo.toml Add local folder run target 2026-08-25 11:59:37 -04:00