huskies: merge 1007

This commit is contained in:
dave
2026-05-14 08:36:46 +00:00
parent 13ab97a615
commit 761b6934f1
7 changed files with 215 additions and 7 deletions
+2 -4
View File
@@ -21,10 +21,8 @@ pub mod gc;
pub mod ops;
/// Recovery for half-written pipeline items (bug 1001 backfill).
///
/// No public MCP surface — kept as an in-process library for future incident
/// response. Re-expose via diagnostics::tool_recover_half_written_items if
/// the bug ever resurfaces.
#[allow(dead_code)]
/// Exposed via `diagnostics::tool_find_orphaned_items` and
/// `diagnostics::tool_recover_half_written_items` MCP tools.
pub mod recover;
/// Background shadow-write task — persists pipeline items to SQLite asynchronously.
pub mod shadow_write;