fabro/lib
Bryan Helmkamp ab4d299fde
refactor(workflow): compute snapshot stats inside the blocking task
write_snapshot_blocking now derives entry_count and bytes from the
entries slice instead of taking them as parameters. The arity drops
from five to three, and the cheap O(n) work moves off the async
runtime into spawn_blocking where the rest of the snapshot already
runs.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-01 10:21:38 -04:00
..
crates refactor(workflow): compute snapshot stats inside the blocking task 2026-05-01 10:21:38 -04:00
packages/fabro-api-client feat(command): distinguish cancelled commands from timeouts 2026-04-30 22:45:37 -04:00