docs(plans): add Agent Plugins v1.0.0 manifest conformance plan - #1342
Draft
kieranklaassen wants to merge 1 commit into
Draft
docs(plans): add Agent Plugins v1.0.0 manifest conformance plan#1342kieranklaassen wants to merge 1 commit into
kieranklaassen wants to merge 1 commit into
Conversation
Co-authored-by: Kieran Klaassen <kieranklaassen@users.noreply.github.com>
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
Adds the implementation plan for conforming the repo-root plugin package to the Agent Plugins v1.0.0 specification, produced from the 2026-08-06 audit. Refs #1341.
The plan covers three units: swap root
plugin.json's$schemato the canonical Agent Plugins identifier and mirror permitted metadata (U1), guard manifest conformance in CI by tightening the existing release-metadata checks (U2), and document the compatibility posture — including the deliberate skill-frontmatter gap on strict clients — indocs/specs/plus a user-facing README note (U3).Key decisions captured in the plan
plugin.jsonserves both Antigravity and Agent Plugins clients with one$schemavalue;agytolerance is gated by a manual verification step with a pre-approved revert path (the empiricalagyprobe never tested a foreign$schemavalue).argument-hint,disable-model-invocation) stays as-is: relocating it would regress Claude Code behavior. Strict Agent Plugins clients loading 4 of 32 skills is a disclosed posture; converter-layer conformant emission is deferred follow-up work.Validation
Plan-only change — no code or skill content touched. The plan passed ce-plan's confidence check and a four-persona ce-doc-review pass (coherence, feasibility, product-lens, adversarial); all five actionable findings were folded into the document.
Security Disclosure
No security-relevant changes.
Agent Disclosure