huskies: regen source-map.json

This commit is contained in:
dave
2026-05-14 23:45:53 +00:00
parent bb6a6063e8
commit f04bdd1f14
+7 -1
View File
@@ -559,9 +559,11 @@
"fn assign_merge_stage" "fn assign_merge_stage"
], ],
"server/src/agents/pool/auto_assign/merge_failure_block_subscriber.rs": [ "server/src/agents/pool/auto_assign/merge_failure_block_subscriber.rs": [
"fn reconcile_merge_failure_block",
"fn spawn_merge_failure_block_subscriber" "fn spawn_merge_failure_block_subscriber"
], ],
"server/src/agents/pool/auto_assign/merge_failure_subscriber.rs": [ "server/src/agents/pool/auto_assign/merge_failure_subscriber.rs": [
"fn reconcile_merge_failure",
"fn spawn_merge_failure_subscriber" "fn spawn_merge_failure_subscriber"
], ],
"server/src/agents/pool/auto_assign/mod.rs": [ "server/src/agents/pool/auto_assign/mod.rs": [
@@ -613,6 +615,7 @@
], ],
"server/src/agents/pool/auto_assign/watchdog/tests/orphan_tests.rs": [], "server/src/agents/pool/auto_assign/watchdog/tests/orphan_tests.rs": [],
"server/src/agents/pool/cost_rollup_subscriber.rs": [ "server/src/agents/pool/cost_rollup_subscriber.rs": [
"fn reconcile_cost_rollup",
"fn spawn_cost_rollup_subscriber", "fn spawn_cost_rollup_subscriber",
"fn on_terminal_transition" "fn on_terminal_transition"
], ],
@@ -731,6 +734,8 @@
"server/src/agents/pool/worktree_lifecycle.rs": [ "server/src/agents/pool/worktree_lifecycle.rs": [
"fn spawn_worktree_create_subscriber", "fn spawn_worktree_create_subscriber",
"fn spawn_worktree_cleanup_subscriber", "fn spawn_worktree_cleanup_subscriber",
"fn reconcile_worktree_create",
"fn reconcile_worktree_cleanup",
"fn on_coding_transition", "fn on_coding_transition",
"fn on_terminal_transition" "fn on_terminal_transition"
], ],
@@ -2194,7 +2199,6 @@
"server/src/pipeline_state/events.rs": [ "server/src/pipeline_state/events.rs": [
"fn subscribe_transitions", "fn subscribe_transitions",
"fn try_broadcast", "fn try_broadcast",
"fn replay_current_pipeline_state",
"struct TransitionFired", "struct TransitionFired",
"trait TransitionSubscriber", "trait TransitionSubscriber",
"struct EventBus", "struct EventBus",
@@ -2211,6 +2215,7 @@
"server/src/pipeline_state/subscribers.rs": [ "server/src/pipeline_state/subscribers.rs": [
"fn format_audit_entry", "fn format_audit_entry",
"struct AuditLogSubscriber", "struct AuditLogSubscriber",
"fn reconcile_audit_log",
"fn spawn_audit_log_subscriber", "fn spawn_audit_log_subscriber",
"struct MatrixBotSubscriber", "struct MatrixBotSubscriber",
"struct FileRendererSubscriber", "struct FileRendererSubscriber",
@@ -2966,6 +2971,7 @@
"fn spawn_tick_loop", "fn spawn_tick_loop",
"fn spawn_gateway_relay", "fn spawn_gateway_relay",
"fn spawn_event_trigger_subscriber", "fn spawn_event_trigger_subscriber",
"fn run_reconcile_pass",
"fn spawn_startup_reconciliation" "fn spawn_startup_reconciliation"
], ],
"server/src/state.rs": [ "server/src/state.rs": [