Model skill-only Codex plugins as zero-callable roots#275
Merged
Conversation
pengfei-threemoonslab
marked this pull request as ready for review
July 18, 2026 05:33
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
This prerequisite fixes the self-dogfood binding gap that currently blocks PR #274. A fully parsed, warning-free skill-only Codex plugin is now modeled as a structural package root with a complete zero-callable surface, without requiring a synthetic human-authored
agent_bindingsdeclaration.Root cause
The Codex plugin loader returned no loaded source for a package containing only skills. The binding resolver therefore saw neither tools nor a root observation and reported
ambiguous_root_agent, even though the plugin manifest and skill tree had been parsed completely and exposed no apps, MCP servers, hooks, or inventories.Changes
mainCI independently.No manifest, workflow, policy, agent-instruction, baseline, waiver, suppression, or schema/contract version was changed.
Validation
3466tests passed,3skipped; coverage88.37%).passedwith zero findings and noagent_bindingsdeclaration.decision=passed,merge_verdict=mergeable,control.state=complete.sha256:d6321efefc903c2cde1958eeff67e4ebec441339a03383da171c8928879d3c11.Relationship to #274
Merge this prerequisite first, then rebase #274. The rebased Phase 1 PR should no longer report
insufficient_evidence; any remaininghuman_review_requiredstate should be limited to its protected workflow changes.