huskies: regen source-map.json
This commit is contained in:
@@ -522,6 +522,7 @@
|
|||||||
"struct MergeReport"
|
"struct MergeReport"
|
||||||
],
|
],
|
||||||
"server/src/agents/merge/squash/mod.rs": [
|
"server/src/agents/merge/squash/mod.rs": [
|
||||||
|
"fn merge_lock_is_free",
|
||||||
"fn run_squash_merge",
|
"fn run_squash_merge",
|
||||||
"fn cleanup_merge_workspace"
|
"fn cleanup_merge_workspace"
|
||||||
],
|
],
|
||||||
@@ -1769,6 +1770,9 @@
|
|||||||
"struct IdentityResponse",
|
"struct IdentityResponse",
|
||||||
"fn identity_handler"
|
"fn identity_handler"
|
||||||
],
|
],
|
||||||
|
"server/src/http/mcp/agent_tools/gc.rs": [
|
||||||
|
"fn tool_gc"
|
||||||
|
],
|
||||||
"server/src/http/mcp/agent_tools/inspection.rs": [
|
"server/src/http/mcp/agent_tools/inspection.rs": [
|
||||||
"fn tool_get_agent_output",
|
"fn tool_get_agent_output",
|
||||||
"fn tool_get_agent_config",
|
"fn tool_get_agent_config",
|
||||||
@@ -2727,6 +2731,17 @@
|
|||||||
"fn verify_artifact_sha256",
|
"fn verify_artifact_sha256",
|
||||||
"fn check_rollback"
|
"fn check_rollback"
|
||||||
],
|
],
|
||||||
|
"server/src/service/gc/io.rs": [
|
||||||
|
"fn run_gc_pass"
|
||||||
|
],
|
||||||
|
"server/src/service/gc/mod.rs": [
|
||||||
|
"mod io",
|
||||||
|
"struct GcCandidate",
|
||||||
|
"struct GcReport",
|
||||||
|
"fn select_orphaned_worktree_targets",
|
||||||
|
"fn select_merge_workspace",
|
||||||
|
"fn should_auto_run"
|
||||||
|
],
|
||||||
"server/src/service/git_ops/io.rs": [
|
"server/src/service/git_ops/io.rs": [
|
||||||
"fn validate_worktree_path",
|
"fn validate_worktree_path",
|
||||||
"fn run_git",
|
"fn run_git",
|
||||||
@@ -2776,6 +2791,7 @@
|
|||||||
"mod events",
|
"mod events",
|
||||||
"mod file_io",
|
"mod file_io",
|
||||||
"mod gateway",
|
"mod gateway",
|
||||||
|
"mod gc",
|
||||||
"mod git_ops",
|
"mod git_ops",
|
||||||
"mod merge",
|
"mod merge",
|
||||||
"mod notifications",
|
"mod notifications",
|
||||||
|
|||||||
Reference in New Issue
Block a user