Skip to content

Add Claude plugin manifests for all plugins - #1071

Merged
Evangelink merged 2 commits into
mainfrom
dev/amauryleve/add-claude-plugin-manifests
Aug 27, 2026
Merged

Add Claude plugin manifests for all plugins#1071
Evangelink merged 2 commits into
mainfrom
dev/amauryleve/add-claude-plugin-manifests

Conversation

@Evangelink

Copy link
Copy Markdown
Member

Summary

  • add .claude-plugin/plugin.json to all 15 plugins that were missing it
  • make the root manifest authoritative and regenerate missing or drifted Claude copies during version sync
  • extend CI and contributor guidance so new plugins cannot omit or desynchronize the Claude manifest

Fixes #1029

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot AI lite review requested due to automatic review settings August 26, 2026 15:12
@Evangelink
Evangelink enabled auto-merge (squash) August 26, 2026 15:24
@github-actions github-actions Bot added the pr-state/ready-for-eval PR is mergeable and awaiting evaluation label Aug 26, 2026
@github-actions

Copy link
Copy Markdown
Contributor

⏭️ No skills to evaluate — no changed skills with tests were found in this PR. View workflow run

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.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Note

This error may be related to your runner configuration. You can now configure runners for Copilot code review separately from Copilot cloud agent by creating a copilot-code-review.yml file with your setup steps. Read the docs for details.

@github-actions github-actions Bot added waiting-on-review PR state label and removed pr-state/ready-for-eval PR is mergeable and awaiting evaluation labels Aug 26, 2026
@github-actions

Copy link
Copy Markdown
Contributor

✅ Evaluation passed for 3829685. cc @AbhitejJohn @JanKrivanek @webreidi @dotnet/aspnet @Redth @jfversluis @dotnet/skills-maui-reviewers @dotnet/area-infrastructure-libraries @kartheekp-ms @YuliiaKovalova @dotnet/dotnet-testing @dotnet/skills-csharp-language-reviewers — please review.

@AbhitejJohn

Copy link
Copy Markdown
Collaborator

You beat me to it! Thanks for fixing. I'm hoping we'd be able to simplify some of this once we move over to Agent Plugins 1.0 #1006 .

@github-actions github-actions Bot added ready-to-merge PR state label and removed waiting-on-review PR state label labels Aug 26, 2026
@github-actions

Copy link
Copy Markdown
Contributor

✅ Approved by @AbhitejJohn. cc @dotnet/skills-merge-approvers — ready to merge.

Copilot AI review requested due to automatic review settings August 27, 2026 12:13
@Evangelink
Evangelink merged commit 47dd914 into main Aug 27, 2026
37 checks passed
@Evangelink
Evangelink deleted the dev/amauryleve/add-claude-plugin-manifests branch August 27, 2026 12:16

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.

Review details

Suppressed comments (1)

.github/workflows/plugin-versioning-tests.yml:18

  • Same as above for the push trigger: add .codex-plugin/plugin.json so main-branch Codex manifest-only updates still execute the versioning regression tests.
      - "eng/version/**"
      - "plugins/*/plugin.json"
      - "plugins/*/.claude-plugin/plugin.json"
  • Files reviewed: 21/21 changed files
  • Comments generated: 1
  • Review effort level: Lite

Comment on lines 6 to +8
- "eng/version/**"
- "plugins/*/plugin.json"
- "plugins/*/.claude-plugin/plugin.json"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready-to-merge PR state label

Projects

None yet

Development

Successfully merging this pull request may close these issues.

15 of 16 plugins omit .claude-plugin/plugin.json, so Claude Code namespaces their skills by marketplace commit SHA

3 participants