huskies: regen source-map.json

This commit is contained in:
Huskies Agent
2026-07-16 00:03:44 +00:00
parent e67eff17ad
commit aa977482db
+15 -8
View File
@@ -1089,6 +1089,7 @@
"mod project_rebuild", "mod project_rebuild",
"mod projects", "mod projects",
"mod rebuild", "mod rebuild",
"mod release",
"mod reset", "mod reset",
"mod rmtree", "mod rmtree",
"mod sled_upgrade", "mod sled_upgrade",
@@ -1120,9 +1121,12 @@
], ],
"server/src/chat/transport/matrix/rebuild.rs": [ "server/src/chat/transport/matrix/rebuild.rs": [
"struct RebuildCommand", "struct RebuildCommand",
"fn extract_rebuild_command", "fn extract_rebuild_gateway_command"
"fn extract_rebuild_gateway_command", ],
"fn handle_rebuild" "server/src/chat/transport/matrix/release.rs": [
"fn extract_release_command",
"fn find_builder_project",
"fn handle_release"
], ],
"server/src/chat/transport/matrix/reset.rs": [ "server/src/chat/transport/matrix/reset.rs": [
"struct ResetCommand", "struct ResetCommand",
@@ -1138,6 +1142,7 @@
"enum UpgradeCommand", "enum UpgradeCommand",
"fn extract_upgrade_command", "fn extract_upgrade_command",
"fn handle_upgrade_list_projects", "fn handle_upgrade_list_projects",
"fn handle_upgrade_all",
"fn handle_sled_upgrade" "fn handle_sled_upgrade"
], ],
"server/src/chat/transport/matrix/start.rs": [ "server/src/chat/transport/matrix/start.rs": [
@@ -1746,7 +1751,6 @@
], ],
"server/src/http/mcp/diagnostics/mod.rs": [ "server/src/http/mcp/diagnostics/mod.rs": [
"fn tool_get_server_logs", "fn tool_get_server_logs",
"fn tool_rebuild_and_restart",
"fn tool_move_story", "fn tool_move_story",
"fn tool_dump_crdt", "fn tool_dump_crdt",
"fn tool_get_version", "fn tool_get_version",
@@ -1931,11 +1935,14 @@
"fn write_port_file", "fn write_port_file",
"fn remove_port_file", "fn remove_port_file",
"fn health_handler", "fn health_handler",
"fn version_handler",
"fn build_routes", "fn build_routes",
"fn rpc_http_handler", "fn rpc_http_handler",
"fn debug_crdt_handler", "fn debug_crdt_handler",
"fn upgrade_trigger_handler", "fn upgrade_trigger_handler",
"fn serve_binary_handler" "const SLED_ARTIFACT_NAME",
"fn artifacts_dir",
"fn serve_artifact_handler"
], ],
"server/src/http/oauth.rs": [ "server/src/http/oauth.rs": [
"fn oauth_authorize", "fn oauth_authorize",
@@ -2408,7 +2415,7 @@
"fn new", "fn new",
"fn notify_startup", "fn notify_startup",
"fn notify", "fn notify",
"fn rebuild_and_restart" "fn drain_and_exit"
], ],
"server/src/service/agents/cost_rollup.rs": [ "server/src/service/agents/cost_rollup.rs": [
"struct CostRollup", "struct CostRollup",
@@ -2480,7 +2487,6 @@
"fn call_start", "fn call_start",
"fn call_delete", "fn call_delete",
"fn call_rmtree", "fn call_rmtree",
"fn call_rebuild",
"fn call_timer", "fn call_timer",
"fn call_htop", "fn call_htop",
"fn call_sync" "fn call_sync"
@@ -3146,7 +3152,7 @@
"server/src/upgrade.rs": [ "server/src/upgrade.rs": [
"fn fetch_and_replace_binary", "fn fetch_and_replace_binary",
"fn upgrade_and_reexec", "fn upgrade_and_reexec",
"fn run_cli_upgrade", "fn preflight_target_writable",
"fn resolve_target_path" "fn resolve_target_path"
], ],
"server/src/validation/error.rs": [ "server/src/validation/error.rs": [
@@ -3158,6 +3164,7 @@
"const NAME_MAX_LEN", "const NAME_MAX_LEN",
"const DESCRIPTION_MAX_LEN", "const DESCRIPTION_MAX_LEN",
"const AC_MAX_LEN", "const AC_MAX_LEN",
"fn check_boilerplate_user_story",
"struct StoryName", "struct StoryName",
"fn parse", "fn parse",
"struct AcceptanceCriterion", "struct AcceptanceCriterion",