Skip to content

Update ai-ready to v1.3.0 - #2952

Open
johnpapa wants to merge 1 commit into
github:mainfrom
johnpapa:bump-ai-ready-v1.3.0
Open

Update ai-ready to v1.3.0#2952
johnpapa wants to merge 1 commit into
github:mainfrom
johnpapa:bump-ai-ready-v1.3.0

Conversation

@johnpapa

@johnpapa johnpapa commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

Bumps the ai-ready external plugin entry from v1.1.0 to v1.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.0 tag predates the upstream plugin-manifest version fix, so installs currently resolve to stale metadata:

$ copilot plugin install ai-ready@awesome-copilot
$ copilot plugin list
  • ai-ready@awesome-copilot (v1.1.0)

v1.3.0 is the first tag that contains the corrected manifest, and it is what the upstream repo now reports as current.

Changes

  • plugins/external.jsonversion and source.ref1.3.0 / v1.3.0
  • .github/plugin/marketplace.json — regenerated

Validation

npm ci
npm run plugin:generate-marketplace   # 151 plugins (99 local, 52 external)
npm run plugin:validate               # Plugin validation passed

Verified the tag resolves the way plugin installs clone it:

git clone --depth 1 --branch v1.3.0 https://github.com/johnpapa/ai-ready.git
# .github/plugin/plugin.json -> "version": "1.3.0"

The remaining validator warnings are pre-existing and belong to other entries.


Assisted by ai-ready

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 9ffae6e6-6810-4c61-982f-a295ac49f669
Copilot AI balanced review requested due to automatic review settings September 5, 2026 17:02
@github-actions

github-actions Bot commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

🔒 PR Risk Scan Results

Scanned 2 changed file(s).

Severity Count
🔴 High 0
🟠 Medium 0
ℹ️ Info 0

✅ No matching risk patterns were detected in changed files.

This is an automated soft-gate report. Findings indicate review targets and do not block merge by themselves.

@github-actions github-actions Bot added external-plugin Public external plugin submission plugin PR touches plugins labels Sep 5, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 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.

@github-actions github-actions Bot added the ready-for-review Submission passed intake validation and is ready for maintainer review label Sep 5, 2026
@github-actions

github-actions Bot commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

⚠️ External plugin PR checks passed with spec warnings

  • Changed entries detected: 1
  • Workflow state label: ready-for-review
  • Status legend: ✅ pass · ⚠️ warning · 🛑 fail

Per-plugin quality summary

Plugin spec compliance (non-blocking) vally lint install smoke test version match ref/sha consistency canvas structure overall source tree
ai-ready ⚠️ warning ✅ 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

external-plugin Public external plugin submission plugin PR touches plugins ready-for-review Submission passed intake validation and is ready for maintainer review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants