huskies: merge 1007
This commit is contained in:
@@ -93,6 +93,9 @@ pub async fn dispatch_tool_call(
|
||||
"purge_story" => story_tools::tool_purge_story(&args, ctx),
|
||||
// Debug CRDT dump (story 515)
|
||||
"dump_crdt" => diagnostics::tool_dump_crdt(&args),
|
||||
// Half-written item recovery (bug 1001)
|
||||
"find_orphaned_items" => diagnostics::tool_find_orphaned_items(&args),
|
||||
"recover_half_written_items" => diagnostics::tool_recover_half_written_items(&args),
|
||||
// Read-only peer mesh diagnostics (story 720)
|
||||
"mesh_status" => diagnostics::tool_mesh_status(&args),
|
||||
// Arbitrary pipeline movement
|
||||
|
||||
Reference in New Issue
Block a user