Skip to content

fix: plugin.json format and install docs#4

Open
bryant24hao wants to merge 1 commit intokavanaghpatrick:mainfrom
bryant24hao:fix/plugin-install-issues
Open

fix: plugin.json format and install docs#4
bryant24hao wants to merge 1 commit intokavanaghpatrick:mainfrom
bryant24hao:fix/plugin-install-issues

Conversation

@bryant24hao
Copy link

Summary

  • Fix repository field in plugin.json — was using npm-style object {"type": "git", "url": "..."}, but Claude Code plugin validation expects a plain string. This caused claude plugin install to silently fail with exit code 1 and no error output.
  • Fix README install instructions — replaced /install-plugin (which doesn't exist) with the actual CLI commands (claude plugin marketplace add + claude plugin install).
  • Add Python/jq pre-flight checks in session-setup.sh — macOS ships with Python 3.9.6 by default, but the analysis scripts require 3.10+. The hook now warns users at session start instead of failing silently during dispatch.

Context

Encountered these issues while installing the plugin on macOS (Darwin 25.2.0). The plugin.json validation error was the main blocker — it took manual claude plugin validate to diagnose since the install command produces no error output on failure.

Test plan

  • Run claude plugin validate on the updated plugin.json
  • Verify claude plugin install ralph-parallel@ralph-parallel succeeds on a fresh install
  • Verify session-setup.sh warns correctly with Python 3.9 and works silently with 3.10+

🤖 Generated with Claude Code

The `repository` field used npm-style object format which fails Claude
Code's plugin validation (expects string). This caused `claude plugin
install` to silently fail with exit code 1.

Also fixes README install instructions to use actual CLI commands and
adds Python/jq version pre-flight checks in session-setup hook.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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