Skip to content

refactor: consolidate plugin.json into marketplace.json#16

Merged
bmadcode merged 1 commit intomainfrom
consolidate-plugin-json
Mar 27, 2026
Merged

refactor: consolidate plugin.json into marketplace.json#16
bmadcode merged 1 commit intomainfrom
consolidate-plugin-json

Conversation

@bmadcode
Copy link
Copy Markdown
Contributor

Summary

  • Merged all metadata from plugin.json (license, homepage, repository, keywords, author, description) into marketplace.json
  • Removed redundant plugin.json — the npx skills installer only reads marketplace.json for skill discovery

Test plan

  • Verify npx skills add bmad-code-org/bmad-module-creative-intelligence-suite still discovers and installs all 10 skills
  • Confirm marketplace listing displays correctly

Merge license, homepage, repository, keywords, and author from
plugin.json into marketplace.json and remove the redundant file.
The npx skills installer only reads marketplace.json for skill
discovery — plugin.json contributed no functional value.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 27, 2026

Warning

Rate limit exceeded

@bmadcode has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 0 minutes and 37 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 0 minutes and 37 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 15656164-c7c2-42fe-8382-f6ded14ec1e5

📥 Commits

Reviewing files that changed from the base of the PR and between f8ed77d and a77d768.

📒 Files selected for processing (2)
  • .claude-plugin/marketplace.json
  • .claude-plugin/plugin.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch consolidate-plugin-json

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@augmentcode
Copy link
Copy Markdown

augmentcode Bot commented Mar 27, 2026

🤖 Augment PR Summary

Summary: Consolidates Claude plugin metadata by moving license/homepage/repository/keywords/author details into .claude-plugin/marketplace.json and removing .claude-plugin/plugin.json.
Why: Eliminates redundant manifests and relies on marketplace.json for skills discovery/marketplace metadata.

🤖 Was this summary useful? React with 👍 or 👎

Copy link
Copy Markdown

@augmentcode augmentcode Bot left a comment

Choose a reason for hiding this comment

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

Review completed. 1 suggestion posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

"owner": {
"name": "Brian (BMad) Madison"
},
"license": "MIT",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

These metadata fields are now on the marketplace.json root; can you confirm the consumers of this file read license/homepage/repository/keywords from the root (and don’t expect them under each plugins[] entry)? If any consumer uses strict schema validation, extra/misplaced keys here could cause the manifest to be rejected.

Severity: low

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

@bmadcode bmadcode merged commit 1384f15 into main Mar 27, 2026
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant