huskies: merge 996

This commit is contained in:
dave
2026-05-13 22:23:46 +00:00
parent cd9021fedf
commit 1ee23e7bfe
3 changed files with 352 additions and 0 deletions
+2
View File
@@ -15,6 +15,8 @@
/// On startup, existing content is loaded from the database into memory so
/// no filesystem scan is needed after migration.
pub mod content_store;
/// Content-store garbage collection: TransitionFired subscriber and startup sweep.
pub mod gc;
/// Write operations for the pipeline — content, stage transitions, and deletions.
pub mod ops;
/// Recovery for half-written pipeline items (bug 1001 backfill).