Update ai-ready to v1.3.0 - #2952
Open
johnpapa wants to merge 1 commit into
Open
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 9ffae6e6-6810-4c61-982f-a295ac49f669
Contributor
🔒 PR Risk Scan ResultsScanned 2 changed file(s).
✅ No matching risk patterns were detected in changed files.
|
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The tag exists, its manifest reports version 1.3.0, and both changed entries are consistent.
Pull request overview
Updates the external ai-ready plugin to the first tag containing corrected manifest metadata.
Changes:
- Bumps the plugin version and source ref to
v1.3.0. - Regenerates the marketplace entry consistently.
File summaries
| File | Description |
|---|---|
plugins/external.json |
Updates the external plugin source metadata. |
.github/plugin/marketplace.json |
Reflects the regenerated marketplace metadata. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Contributor
|
| Plugin | spec compliance (non-blocking) | vally lint | install smoke test | version match | ref/sha consistency | canvas structure | overall | source tree |
|---|---|---|---|---|---|---|---|---|
| ai-ready | ✅ pass | ✅ pass | ✅ pass | ⚪ not_run | ⚪ not_run | ✅ pass | v1.3.0 |
Gate output details
ai-ready - spec compliance (⚠️ warning)
Agent Plugins v1.0.0 manifest warnings:
- $schema should be "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json"
- top-level field "skills" is not part of Agent Plugins v1.0.0
- schema validation: manifest must have required property '$schema'
- schema validation: manifest must NOT have additional properties
ai-ready - vally lint (✅ pass)
0 skill(s) linted
ai-ready - install smoke test (✅ pass)
Install smoke test succeeded. Verified /tmp/external-plugin-quality-n8pNph/copilot-home/.copilot/installed-plugins/external-plugin-intake/ai-ready/plugin.json.
ai-ready - version match (pass)
- v1.3.0: matched version "1.3.0" at ".github/plugin/plugin.json".
ai-ready - ref/sha consistency (not_run)
Ref/SHA consistency gate skipped because one of source.ref or source.sha was not provided.
ai-ready - canvas structure (not_run)
Canvas structure gate skipped because plugin is not tagged with "canvas".
- ai-ready: spec=warning, vally-lint=pass, install-smoke=pass, version-match=pass, ref-sha-consistency=not_run, canvas-structure=not_run, overall=pass
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.
Bumps the
ai-readyexternal plugin entry fromv1.1.0tov1.3.0.Follow-up to #2349, which switched this entry from a commit SHA to a tag and fixed the install failure. The pinned
v1.1.0tag predates the upstream plugin-manifest version fix, so installs currently resolve to stale metadata:v1.3.0is the first tag that contains the corrected manifest, and it is what the upstream repo now reports as current.Changes
plugins/external.json—versionandsource.ref→1.3.0/v1.3.0.github/plugin/marketplace.json— regeneratedValidation
Verified the tag resolves the way plugin installs clone it:
The remaining validator warnings are pre-existing and belong to other entries.
Assisted by ai-ready