fix: scope web provider ownership to plugin index

This commit is contained in:
Shakker
2026-04-26 04:30:22 +01:00
parent 6d4f65c9d4
commit 2e7635f4f9
8 changed files with 121 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ import { callGateway } from "../gateway/call.js";
import { GATEWAY_CLIENT_MODES, GATEWAY_CLIENT_NAMES } from "../gateway/protocol/client-info.js";
import { validateSecretsResolveResult } from "../gateway/protocol/index.js";
import { formatErrorMessage } from "../infra/errors.js";
import { resolveManifestContractOwnerPluginId } from "../plugins/manifest-registry.js";
import { resolveManifestContractOwnerPluginId } from "../plugins/plugin-registry.js";
import {
analyzeCommandSecretAssignmentsFromSnapshot,
type UnresolvedCommandSecretAssignment,