Skip to content

fix(plugin): valid Claude plugin.json without path arrays - #15

Merged
Aurora Capital (auroracapital) merged 1 commit into
mainfrom
fix/plugin-manifest-schema
Jul 30, 2026
Merged

fix(plugin): valid Claude plugin.json without path arrays#15
Aurora Capital (auroracapital) merged 1 commit into
mainfrom
fix/plugin-manifest-schema

Conversation

@auroracapital

@auroracapital Aurora Capital (auroracapital) commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Summary

Claude Code rejects skills and commands path arrays in plugin.json (Invalid input), so claude plugin install desktop-act@ops-marketplace fails after #724 co-install.

Change

Remove those arrays. Keep skills/ and commands/ on disk for auto-discovery (same pattern as ops).

Test plan

  • Local install after strip succeeds (desktop-act@ops-marketplace 0.2.0)
  • CI green on this PR
  • Fresh claude plugin install desktop-act@ops-marketplace on a clean user

Note

Also re-vendor into claude-ops marketplace desktop-act/ so ops-marketplace installs stay fixed until next sync.


Note

Low Risk
Manifest-only change with no runtime or auth logic; install validation fix with behavior relying on Claude’s existing auto-discovery of skills/ and commands/.

Overview
Fixes claude plugin install desktop-act@ops-marketplace failing after co-install with ops: Claude Code treats skills and commands path arrays in plugin.json as invalid input.

The change drops only those two properties from .claude-plugin/plugin.json. mcpServers (stdio MCP via mcp-server/run.sh) is unchanged. Skills and commands are still expected to load via on-disk layout under skills/ and commands/, matching the ops marketplace pattern rather than explicit manifest paths.

Reviewed by Cursor Bugbot for commit ff391f9. Bugbot is set up for automated code reviews on this repo. Configure here.

Claude Code plugin schema auto-discovers skills/ and commands/ dirs.
Path arrays fail validation ("Invalid input") and block
desktop-act@ops-marketplace install after co-install from ops.
@cursor

cursor Bot commented Jul 30, 2026

Copy link
Copy Markdown

Bugbot couldn't run - usage limit reached

Bugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit.

A user or team admin can review and increase usage limits in the Cursor dashboard.

(requestId: serverGenReqId_da7e373a-f5d3-4a1c-ad34-1039942847c1)

@coderabbitai

coderabbitai Bot commented Jul 30, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@auroracapital, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 6 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 87e4f104-88c8-4c26-8d39-00aeb6135bd7

📥 Commits

Reviewing files that changed from the base of the PR and between 7ef88de and ff391f9.

📒 Files selected for processing (1)
  • .claude-plugin/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.

@auroracapital
Aurora Capital (auroracapital) merged commit ed75328 into main Jul 30, 2026
10 checks passed
@auroracapital
Aurora Capital (auroracapital) deleted the fix/plugin-manifest-schema branch July 30, 2026 15:55
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