huskies: regen source-map.json

This commit is contained in:
Huskies Agent
2026-07-17 12:05:04 +00:00
parent 043c77f077
commit 5d672f5bf6
+24
View File
@@ -911,6 +911,22 @@
"server/src/chat/commands/unreleased.rs": [ "server/src/chat/commands/unreleased.rs": [
"fn handle_unreleased" "fn handle_unreleased"
], ],
"server/src/chat/compact/digest.rs": [
"fn build_digest"
],
"server/src/chat/compact/mod.rs": [
"mod digest",
"mod transcript",
"struct CompactCommand",
"fn extract_compact_command",
"struct CompactOutcome",
"enum CompactError",
"fn compact_session",
"fn frame_seed_for_prompt"
],
"server/src/chat/compact/transcript.rs": [
"fn transcript_path"
],
"server/src/chat/dispatcher.rs": [ "server/src/chat/dispatcher.rs": [
"type SpawnFn", "type SpawnFn",
"struct ChatDispatcher", "struct ChatDispatcher",
@@ -928,6 +944,7 @@
], ],
"server/src/chat/mod.rs": [ "server/src/chat/mod.rs": [
"mod commands", "mod commands",
"mod compact",
"mod dispatcher", "mod dispatcher",
"mod history", "mod history",
"mod lookup", "mod lookup",
@@ -1049,6 +1066,9 @@
"fn handle_cleanup_worktrees" "fn handle_cleanup_worktrees"
], ],
"server/src/chat/transport/matrix/commands.rs": [], "server/src/chat/transport/matrix/commands.rs": [],
"server/src/chat/transport/matrix/compact.rs": [
"fn handle_compact"
],
"server/src/chat/transport/matrix/config/loading.rs": [ "server/src/chat/transport/matrix/config/loading.rs": [
"fn load", "fn load",
"fn effective_room_ids", "fn effective_room_ids",
@@ -1061,6 +1081,9 @@
"fn default_history_size", "fn default_history_size",
"fn default_permission_timeout_secs", "fn default_permission_timeout_secs",
"fn default_coalesce_window_ms", "fn default_coalesce_window_ms",
"fn default_compact_seed_max_bytes",
"fn default_cache_read_suggest_threshold",
"fn default_compact_suggest_cooldown_secs",
"fn default_transport", "fn default_transport",
"fn default_whatsapp_provider", "fn default_whatsapp_provider",
"struct BotConfig" "struct BotConfig"
@@ -1087,6 +1110,7 @@
"mod assign", "mod assign",
"mod cleanup_worktrees", "mod cleanup_worktrees",
"mod commands", "mod commands",
"mod compact",
"mod config", "mod config",
"mod delete", "mod delete",
"mod health", "mod health",