fix(projman): add YAML frontmatter and remove unsupported model fields #332

Merged
lmiranda merged 1 commits from fix/projman-command-frontmatter into development 2026-01-30 17:15:37 +00:00
Owner

Summary

  • Add missing YAML frontmatter to projman command files (clear-cache.md, suggest-version.md)
  • Remove unsupported defaultModel and model fields from plugin.json and agent files across multiple plugins

Changes

  • plugins/projman/commands/: Added proper YAML frontmatter with description
  • plugins/*/plugin.json: Removed unsupported defaultModel field
  • plugins//agents/.md: Removed unsupported model field from agent frontmatter
  • docs/: Removed obsolete MODEL-RECOMMENDATIONS.md and related documentation
  • scripts/validate-marketplace.sh: Removed model field validation (no longer needed)
  • CHANGELOG.md: Updated to reflect changes

Test plan

  • Verify plugin commands load correctly
  • Verify agents spawn without errors
  • Run ./scripts/validate-marketplace.sh passes

🤖 Generated with Claude Code

## Summary - Add missing YAML frontmatter to projman command files (`clear-cache.md`, `suggest-version.md`) - Remove unsupported `defaultModel` and `model` fields from plugin.json and agent files across multiple plugins ## Changes - **plugins/projman/commands/**: Added proper YAML frontmatter with description - **plugins/*/plugin.json**: Removed unsupported `defaultModel` field - **plugins/*/agents/*.md**: Removed unsupported `model` field from agent frontmatter - **docs/**: Removed obsolete MODEL-RECOMMENDATIONS.md and related documentation - **scripts/validate-marketplace.sh**: Removed model field validation (no longer needed) - **CHANGELOG.md**: Updated to reflect changes ## Test plan - [ ] Verify plugin commands load correctly - [ ] Verify agents spawn without errors - [ ] Run `./scripts/validate-marketplace.sh` passes 🤖 Generated with [Claude Code](https://claude.com/claude-code)
lmiranda added 1 commit 2026-01-30 17:15:13 +00:00
Claude Code rejects `defaultModel` in plugin.json and `model` in agent
frontmatter with "Unrecognized key" validation error.

Removed:
- defaultModel from 6 plugin.json files
- model from 7 agent frontmatter files
- docs/MODEL-RECOMMENDATIONS.md (deleted)
- Model config sections from CONFIGURATION.md and CLAUDE.md
- Model validation from validate-marketplace.sh

This reverts Sprint 7 (v5.4.0) multi-model feature that was never
supported by Claude Code's plugin schema.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
lmiranda merged commit 3839575272 into development 2026-01-30 17:15:37 +00:00
lmiranda deleted branch fix/projman-command-frontmatter 2026-01-30 17:15:38 +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#332