mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-20 00:11:34 +00:00
- Unify list_events_from with list_events_from_with_limit so projection replay shares the seek path instead of duplicating the decode loop - Bound the event scan with keys::run_events_range instead of an unbounded range plus a manual prefix break, so slatedb never touches SSTs belonging to other runs or namespaces - Store reader event_seq as None instead of a valid-looking sentinel of 1, so appends through a reader-built inner fail as ReadOnly rather than writing duplicate sequences - Borrow keys during scans instead of allocating a String per entry, drop a dead branch in cached_events_from, collapse recover_next_seq's single-caller parameters, and document the zero-padded key ordering invariant the seek depends on Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| fabro-acp | ||
| fabro-agent | ||
| fabro-automation | ||
| fabro-checkpoint | ||
| fabro-dump | ||
| fabro-environment | ||
| fabro-github | ||
| fabro-graphviz | ||
| fabro-hooks | ||
| fabro-install | ||
| fabro-interview | ||
| fabro-llm | ||
| fabro-manifest | ||
| fabro-mcp | ||
| fabro-mcp-store | ||
| fabro-sandbox | ||
| fabro-slack | ||
| fabro-store | ||
| fabro-tool | ||
| fabro-tracker | ||
| fabro-validate | ||
| fabro-variable | ||
| fabro-workflow | ||