huskies: merge 1007
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user