huskies: regen source-map.json

This commit is contained in:
dave
2026-05-18 14:50:00 +00:00
parent 95c0aafb68
commit 4aaf7dbdc6
+9
View File
@@ -805,6 +805,10 @@
"fn build_backlog_from_items" "fn build_backlog_from_items"
], ],
"server/src/chat/commands/cleanup_worktrees.rs": [], "server/src/chat/commands/cleanup_worktrees.rs": [],
"server/src/chat/commands/convert.rs": [
"fn handle_convert",
"fn convert_by_number"
],
"server/src/chat/commands/cost.rs": [ "server/src/chat/commands/cost.rs": [
"fn handle_cost", "fn handle_cost",
"fn extract_agent_type" "fn extract_agent_type"
@@ -1813,6 +1817,9 @@
"server/src/http/mcp/story_tools/spike.rs": [ "server/src/http/mcp/story_tools/spike.rs": [
"fn tool_create_spike" "fn tool_create_spike"
], ],
"server/src/http/mcp/story_tools/story/convert.rs": [
"fn tool_convert_item_type"
],
"server/src/http/mcp/story_tools/story/create.rs": [ "server/src/http/mcp/story_tools/story/create.rs": [
"fn tool_create_story", "fn tool_create_story",
"fn tool_purge_story" "fn tool_purge_story"
@@ -3138,6 +3145,8 @@
"struct UnblockStoryRequest", "struct UnblockStoryRequest",
"fn from_json", "fn from_json",
"struct FreezeStoryRequest", "struct FreezeStoryRequest",
"fn from_json",
"struct ConvertItemTypeRequest",
"fn from_json" "fn from_json"
], ],
"server/src/validation/sanitize.rs": [ "server/src/validation/sanitize.rs": [