Fix Codex marketplace coverage routing#283
Draft
pengfei-threemoonslab wants to merge 1 commit into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
shipgate checkroutes their changes toverify.detect, generatedinitmanifests, and the zero-install detector..codex-plugin/plugin.jsonsymlinks for both marketplace and direct-package loading.Root cause
The repository already declares
.agents/plugins/marketplace.json, and that marketplace locally reachesplugins/agents-shipgate. The boundary and discovery consumers only understood the literal marketplace path, so a nested plugin change was misclassified as undeclared and first-adoption discovery proposed a redundant direct package row.Adding that row is not the fix: it loads the same plugin root twice, produces a duplicate-root warning, and degrades verification evidence. This PR makes the existing transitive declaration visible to routing and discovery instead.
Contract scope
This is a contract-v18 bugfix only. It adds no v19 contract, schema, adapter, enterprise surface, manifest row, trust-root edit, or policy weakening.
Validation
agent_action_required -> verify; no protected-surface touch or human-review requirement.origin/main:control.state=complete,merge_verdict=mergeable,release_decision=passed, zero blockers, review items, or source warnings.sha256:01b6383b8483242f52f9b7116b2740898a312ed000e2f786c5bd7d6c2ab6c264.ruff check .andgit diff --checkpassed.The Shipgate result is static-analysis evidence only; runtime behavior was not executed or verified.