diff --git a/.huskies/source-map.json b/.huskies/source-map.json index 20f948db..86d279d4 100644 --- a/.huskies/source-map.json +++ b/.huskies/source-map.json @@ -678,9 +678,7 @@ "server/src/agents/pool/pipeline/mod.rs": [], "server/src/agents/pool/process.rs": [ "fn kill_all_children", - "fn kill_child_for_key", - "fn inject_child_killer", - "fn child_killer_count" + "fn kill_child_for_key" ], "server/src/agents/pool/query.rs": [ "fn available_agents_for_stage", @@ -752,9 +750,7 @@ "fn run_agent_pty_streaming" ], "server/src/agents/pty/types.rs": [ - "struct PtyResult", - "fn composite_key", - "struct ChildKillerGuard" + "struct PtyResult" ], "server/src/agents/runtime/claude_code.rs": [ "struct ClaudeCodeRuntime", @@ -2175,6 +2171,7 @@ "mod mesh", "mod node_identity", "mod pipeline_state", + "mod process_kill", "mod rebuild", "mod services", "mod sled_uplink", @@ -2273,6 +2270,11 @@ "fn stage_label", "fn stage_dir_name" ], + "server/src/process_kill.rs": [ + "fn sigkill_pids_and_verify", + "fn pids_matching", + "fn descendant_pids" + ], "server/src/rebuild.rs": [ "enum ShutdownReason", "struct BotShutdownNotifier",