feat: adopt Agent Plugin spec and generate harness manifests - #105
Open
wangauone wants to merge 3 commits into
Open
feat: adopt Agent Plugin spec and generate harness manifests#105wangauone wants to merge 3 commits into
wangauone wants to merge 3 commits into
Conversation
wangauone
force-pushed
the
feat/agent-plugin-spec
branch
from
August 15, 2026 01:10
9c82e85 to
575b20b
Compare
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
Adopts the vendor-neutral Agent Plugin spec as the single source of truth for this extension and generates the per-harness manifests from it, so one plugin installs across Gemini CLI, Claude Code, Codex, and Antigravity.
What changed
plugin.json(no$schema, so Codex routes to the generated.codex-plugin/) andmcp.json(MCP server vianpx @toolbox-sdk/server).gemini-extension.json(settings prompt to.env).claude-plugin/plugin.json(config viauserConfig/--config).codex-plugin/{plugin.json,.mcp.json}(env forwarded viaenv_vars)mcp_config.json(reads ambient shell env).claude-plugin/marketplace.json, used by both Claude Code and Codex (Codex reads it via its discovery fallback), so no drift.Verification
Loaded the generated plugin on all four harnesses (plugin + skills load, MCP server starts, config/env resolves). Empirically confirmed each harness's config delivery: Gemini
.env, ClaudeuserConfig(ambient shell env is shadowed to empty for wired keys, so--configis required), Codex/AGY ambient shell env.