diff --git a/.huskies/source-map.json b/.huskies/source-map.json index 48e890d2..c73cce03 100644 --- a/.huskies/source-map.json +++ b/.huskies/source-map.json @@ -935,6 +935,7 @@ ], "server/src/chat/dispatcher.rs": [ "type SpawnFn", + "enum StopOutcome", "struct ChatDispatcher", "fn new", "fn submit", @@ -1134,6 +1135,7 @@ "mod rmtree", "mod sled_upgrade", "mod start", + "mod stop", "mod transport_impl", "fn spawn_bot" ], @@ -1194,6 +1196,10 @@ "fn extract_start_command", "fn handle_start" ], + "server/src/chat/transport/matrix/stop.rs": [ + "struct StopCommand", + "fn extract_stop_command" + ], "server/src/chat/transport/matrix/transport_impl.rs": [ "struct MatrixTransport", "fn new" @@ -2279,6 +2285,7 @@ "server/src/llm/providers/claude_code/events/tests.rs": [], "server/src/llm/providers/claude_code/mod.rs": [ "struct ClaudeCodeResult", + "const CANCELLED", "struct ClaudeCodeProvider", "fn new", "fn chat_stream"