mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
Replaces hand-written K/V stores in fabro-store with a shared Record trait plus Repository<R> typed K/V layer. Adds KeyedMutex for per-key serialization and transaction() for all-or-nothing WriteBatch commits. Renames SlateAuthCodeStore/SlateAuthTokenStore to AuthCodeStore/RefreshTokenStore and adds BlobStore and RunCatalogIndex wrappers on top of Repository. Deletes catalog.rs in favor of RunCatalogIndex. Database gains blobs() and catalog_index() accessors; auth_tokens() is renamed refresh_tokens(). Plan: docs/plans/2026-04-20-003-refactor-fabro-store-record-abstractions-plan.md Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| 2026-04-08-eliminate-scratch-artifact-cache-requirements.md | ||
| 2026-04-08-settings-toml-redesign-requirements.md | ||
| 2026-04-15-ip-whitelist-requirements.md | ||
| 2026-04-16-fabro-upgrade-prerelease-requirements.md | ||
| 2026-04-19-run-archived-status-requirements.md | ||
| 2026-04-19-run-files-changed-tab-requirements.md | ||
| 2026-04-19-web-ui-lifecycle-actions-requirements.md | ||
| 2026-04-20-fabro-store-record-abstractions-requirements.md | ||