fix: simplify plugin.json schema for commands/agents/skills #47

Merged
lmiranda merged 1 commits from fix/marketplace-schema into development 2026-01-21 02:13:29 +00:00
Owner

Summary

Fix plugin manifest validation errors by using directory paths instead of object arrays.

Changes

  • git-flow: Use ["./commands/"] instead of detailed object arrays
  • clarity-assist: Same fix
  • pr-review: Same fix + correct mcpServers path

Problem

Claude Code expects simple directory paths, not detailed object arrays for commands/agents/skills.

Test plan

  • Reinstall git-flow plugin on laptop
  • Verify /git-status command works

🤖 Generated with Claude Code

## Summary Fix plugin manifest validation errors by using directory paths instead of object arrays. ## Changes - `git-flow`: Use `["./commands/"]` instead of detailed object arrays - `clarity-assist`: Same fix - `pr-review`: Same fix + correct mcpServers path ## Problem Claude Code expects simple directory paths, not detailed object arrays for commands/agents/skills. ## Test plan - [ ] Reinstall git-flow plugin on laptop - [ ] Verify `/git-status` command works 🤖 Generated with [Claude Code](https://claude.com/claude-code)
lmiranda added 1 commit 2026-01-21 02:12:42 +00:00
Use directory paths instead of object arrays for:
- git-flow
- clarity-assist
- pr-review

Claude Code expects ["./commands/"] format, not detailed object arrays.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
lmiranda merged commit 89bfd98d9f into development 2026-01-21 02:13:29 +00:00
lmiranda deleted branch fix/marketplace-schema 2026-01-21 02:13:29 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: personal-projects/leo-claude-mktplace#47