fabro/lib
Bryan Helmkamp 4865efa499
refactor(store): simplify Repository and blob wiring
- Use hex crate for [u8; 32] RecordId instead of hand-rolled loops
- Drop dead prefix_segments cache field; key assembly consumes
  R::PREFIX.split('/') directly, removing an intermediate Vec<&str>
- Cache BlobStore on RunDatabaseInner (built once in open_writer/
  open_reader via a new build() helper) instead of per-blob construction
- Trim the replay_revocations doc comment to drop a stale plan reference

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-21 09:00:00 -04:00
..
crates refactor(store): simplify Repository and blob wiring 2026-04-21 09:00:00 -04:00
packages/fabro-api-client refactor: unify run vocabulary and metadata snapshot layout 2026-04-20 22:17:23 -04:00