From 3f05648d2537d50f5eb79d656ab2b6268f2bd404 Mon Sep 17 00:00:00 2001 From: Huskies Agent Date: Sun, 19 Jul 2026 19:23:17 +0000 Subject: [PATCH] huskies: regen source-map.json --- .huskies/source-map.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/.huskies/source-map.json b/.huskies/source-map.json index b559864a..d1edc5aa 100644 --- a/.huskies/source-map.json +++ b/.huskies/source-map.json @@ -1054,12 +1054,17 @@ "mod mentions", "mod messages", "mod permission_listener", + "mod question_listener", "mod run", "mod verification" ], "server/src/chat/transport/matrix/bot/permission_listener.rs": [ "fn spawn_permission_listener" ], + "server/src/chat/transport/matrix/bot/question_listener.rs": [ + "fn format_question_as_text", + "fn spawn_question_listener" + ], "server/src/chat/transport/matrix/bot/run.rs": [ "fn run_bot" ], @@ -1310,6 +1315,7 @@ "fn verify_twilio_signature" ], "server/src/chat/util.rs": [ + "const QUESTION_FORMAT_INSTRUCTION", "fn truncate_at_char_boundary", "fn is_permission_approval", "fn strip_prefix_ci", @@ -1742,6 +1748,10 @@ "server/src/http/context.rs": [ "enum PermissionDecision", "struct PermissionForward", + "struct QuestionOption", + "struct QuestionSpec", + "enum QuestionAnswer", + "struct QuestionForward", "struct AppContext", "fn new_test" ], @@ -1823,6 +1833,9 @@ "server/src/http/mcp/diagnostics/permission.rs": [ "fn tool_prompt_permission" ], + "server/src/http/mcp/diagnostics/question.rs": [ + "fn tool_ask_question" + ], "server/src/http/mcp/diagnostics/usage.rs": [ "fn tool_get_token_usage" ], @@ -2860,6 +2873,7 @@ "mod pipeline", "mod project", "mod qa", + "mod question_router", "mod settings", "mod shell", "mod status", @@ -3030,6 +3044,22 @@ "mod lifecycle", "enum Error" ], + "server/src/service/question_router.rs": [ + "const QUESTION_RESPONDER_CHANNEL_CAPACITY", + "struct QuestionResponderRegistry", + "fn new", + "fn is_empty", + "fn register", + "fn dispatch", + "struct QuestionResponderGuard", + "fn spawn_question_router", + "struct PendingQuestionReplies", + "fn new", + "fn insert", + "fn peek_oldest_meta", + "fn resolve_oldest", + "fn remove_by_request_id" + ], "server/src/service/settings/io.rs": [ "fn read_config_toml", "fn write_config_toml",