From 61acf989090166f7562ee05b9900e2598f181c4c Mon Sep 17 00:00:00 2001 From: Huskies Agent Date: Thu, 16 Jul 2026 14:03:31 +0000 Subject: [PATCH] huskies: regen source-map.json --- .huskies/source-map.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.huskies/source-map.json b/.huskies/source-map.json index 87e184cb..9f282550 100644 --- a/.huskies/source-map.json +++ b/.huskies/source-map.json @@ -113,6 +113,12 @@ "crates/bft-json-crdt/tests/byzantine.rs": [], "crates/bft-json-crdt/tests/commutative.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": [ "struct CheckFailure", "fn to_direction", @@ -1088,6 +1094,7 @@ "mod new_project", "mod project_rebuild", "mod projects", + "mod pull", "mod rebuild", "mod release", "mod reset", @@ -1119,6 +1126,10 @@ "server/src/chat/transport/matrix/projects.rs": [ "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": [ "struct RebuildCommand", "fn extract_rebuild_gateway_command" @@ -2595,6 +2606,7 @@ "struct ProjectEntry", "fn with_url", "fn has_url", + "struct ReleaseChannelConfig", "struct GatewayConfig", "fn validate_config", "fn validate_project_exists", @@ -2613,6 +2625,10 @@ "struct BotConfigFields", "fn write_bot_config", "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_sse", "fn fetch_one_project_pipeline_status", @@ -2637,6 +2653,7 @@ "mod identity", "mod io", "mod polling", + "mod release_manifest", "struct GatewayStatusEvent", "const HEARTBEAT_MAX_AGE_MS", "const RELAY_MAX_AGE_SECS", @@ -2671,6 +2688,11 @@ "fn format_gateway_event", "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": [ "fn validate_worktree_path", "fn run_git",