huskies: regen source-map.json

This commit is contained in:
Huskies Agent
2026-07-16 14:03:31 +00:00
parent 77e0394195
commit 61acf98909
+22
View File
@@ -113,6 +113,12 @@
"crates/bft-json-crdt/tests/byzantine.rs": [], "crates/bft-json-crdt/tests/byzantine.rs": [],
"crates/bft-json-crdt/tests/commutative.rs": [], "crates/bft-json-crdt/tests/commutative.rs": [],
"crates/bft-json-crdt/tests/kleppmann_trace.rs": [], "crates/bft-json-crdt/tests/kleppmann_trace.rs": [],
"crates/release-manifest/src/lib.rs": [
"struct ReleaseManifest",
"fn canonical_bytes",
"struct SignedManifest"
],
"crates/release-tool/src/main.rs": [],
"crates/source-map-gen/src/lib.rs": [ "crates/source-map-gen/src/lib.rs": [
"struct CheckFailure", "struct CheckFailure",
"fn to_direction", "fn to_direction",
@@ -1088,6 +1094,7 @@
"mod new_project", "mod new_project",
"mod project_rebuild", "mod project_rebuild",
"mod projects", "mod projects",
"mod pull",
"mod rebuild", "mod rebuild",
"mod release", "mod release",
"mod reset", "mod reset",
@@ -1119,6 +1126,10 @@
"server/src/chat/transport/matrix/projects.rs": [ "server/src/chat/transport/matrix/projects.rs": [
"fn run_projects_list" "fn run_projects_list"
], ],
"server/src/chat/transport/matrix/pull.rs": [
"fn extract_pull_command",
"fn handle_pull"
],
"server/src/chat/transport/matrix/rebuild.rs": [ "server/src/chat/transport/matrix/rebuild.rs": [
"struct RebuildCommand", "struct RebuildCommand",
"fn extract_rebuild_gateway_command" "fn extract_rebuild_gateway_command"
@@ -2595,6 +2606,7 @@
"struct ProjectEntry", "struct ProjectEntry",
"fn with_url", "fn with_url",
"fn has_url", "fn has_url",
"struct ReleaseChannelConfig",
"struct GatewayConfig", "struct GatewayConfig",
"fn validate_config", "fn validate_config",
"fn validate_project_exists", "fn validate_project_exists",
@@ -2613,6 +2625,10 @@
"struct BotConfigFields", "struct BotConfigFields",
"fn write_bot_config", "fn write_bot_config",
"fn probe_identity", "fn probe_identity",
"fn fetch_release_manifest",
"fn download_channel_artifact",
"fn install_pulled_artifact",
"fn read_installed_manifest",
"fn proxy_mcp_call", "fn proxy_mcp_call",
"fn proxy_mcp_call_sse", "fn proxy_mcp_call_sse",
"fn fetch_one_project_pipeline_status", "fn fetch_one_project_pipeline_status",
@@ -2637,6 +2653,7 @@
"mod identity", "mod identity",
"mod io", "mod io",
"mod polling", "mod polling",
"mod release_manifest",
"struct GatewayStatusEvent", "struct GatewayStatusEvent",
"const HEARTBEAT_MAX_AGE_MS", "const HEARTBEAT_MAX_AGE_MS",
"const RELAY_MAX_AGE_SECS", "const RELAY_MAX_AGE_SECS",
@@ -2671,6 +2688,11 @@
"fn format_gateway_event", "fn format_gateway_event",
"fn format_gateway_audit_line" "fn format_gateway_audit_line"
], ],
"server/src/service/gateway/release_manifest.rs": [
"fn verify_manifest_signature",
"fn verify_artifact_sha256",
"fn check_rollback"
],
"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",