Skip to content

fix(plugin): add hooks/commands to package.json files and fix docs MCP config (#1197, #1200)#1201

Merged
JeremyDev87 merged 1 commit into
masterfrom
taskmaestro/1775221347/pane-2
Apr 3, 2026
Merged

fix(plugin): add hooks/commands to package.json files and fix docs MCP config (#1197, #1200)#1201
JeremyDev87 merged 1 commit into
masterfrom
taskmaestro/1775221347/pane-2

Conversation

@JeremyDev87

Copy link
Copy Markdown
Owner

Summary

Closes #1197
Closes #1200

Verification

  • npm pack --dry-run confirms hooks/.py and commands/.md are included (64 files total)
  • grep -r '"args": \[\]' docs/ returns 0 matches
  • Build passes, 5808 tests pass

Test plan

  • Run cd packages/claude-code-plugin && npm pack --dry-run — verify hooks/ and commands/ are listed
  • Grep docs for "args": [] — should find zero matches
  • Fresh npm install codingbuddy-claude-plugin should include hooks directory

…P config (#1197, #1200)

- Add hooks/ and commands/ directories to claude-code-plugin package.json
  files array so npm install delivers the complete plugin with hooks and
  HUD support

- Fix MCP server args in all documentation (en, ko, ja, zh-CN, es, pt-BR):
  change "args": [] to "args": ["mcp"] in plugin-guide, plugin-architecture,
  and plugin-troubleshooting docs

Closes #1197
Closes #1200
@JeremyDev87 JeremyDev87 added the fix label Apr 3, 2026
@vercel

vercel Bot commented Apr 3, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
codingbuddy-landing Ready Ready Preview, Comment Apr 3, 2026 1:12pm

@JeremyDev87 JeremyDev87 left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

✅ Conductor Review — APPROVE

CI: 25/25 ALL PASS

Review: APPROVE — 0 issues

Plan Verification:

  • #1197: hooks/ and commands/ added to package.json files array
  • #1200: MCP config "args": []"args": ["mcp"] in all docs (en, es, ja, ko, pt-BR, zh-CN)
  • Also fixed in plugin-architecture.md and plugin-troubleshooting.md across all locales
  • No code changes, only packaging + docs

@JeremyDev87 JeremyDev87 self-assigned this Apr 3, 2026
@JeremyDev87 JeremyDev87 merged commit 63e42a4 into master Apr 3, 2026
25 checks passed
@JeremyDev87 JeremyDev87 deleted the taskmaestro/1775221347/pane-2 branch April 3, 2026 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(docs): correct MCP config example in plugin-guide.md fix(plugin): add hooks/ and commands/ to package.json files

1 participant