fix(projman): add missing YAML frontmatter to command files #329

Merged
lmiranda merged 1 commits from fix/projman-command-frontmatter into development 2026-01-30 16:49:20 +00:00
Owner

Summary

  • Added missing YAML frontmatter to clear-cache.md and suggest-version.md
  • Both files were missing the required --- delimiters and description field
  • This was causing Claude Code to fail loading all projman commands

Root Cause

The missing frontmatter broke the plugin's command loading. When one or more command files are malformed, Claude Code skips the entire plugin's commands.

Files Changed

  • plugins/projman/commands/clear-cache.md - Added frontmatter
  • plugins/projman/commands/suggest-version.md - Added frontmatter

Test Plan

  • Verify fix is applied to installed location
  • Clear cache and restart Claude Code
  • Confirm projman commands appear in /help or system-reminder

🤖 Generated with Claude Code

## Summary - Added missing YAML frontmatter to `clear-cache.md` and `suggest-version.md` - Both files were missing the required `---` delimiters and `description` field - This was causing Claude Code to fail loading all projman commands ## Root Cause The missing frontmatter broke the plugin's command loading. When one or more command files are malformed, Claude Code skips the entire plugin's commands. ## Files Changed - `plugins/projman/commands/clear-cache.md` - Added frontmatter - `plugins/projman/commands/suggest-version.md` - Added frontmatter ## Test Plan - [ ] Verify fix is applied to installed location - [ ] Clear cache and restart Claude Code - [ ] Confirm projman commands appear in `/help` or system-reminder 🤖 Generated with [Claude Code](https://claude.ai/claude-code)
lmiranda added 1 commit 2026-01-30 16:46:57 +00:00
clear-cache.md and suggest-version.md were missing the required YAML
frontmatter with description field. This caused Claude Code to skip
loading the entire projman plugin's commands.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
lmiranda merged commit e190eb8b28 into development 2026-01-30 16:49:20 +00:00
lmiranda deleted branch fix/projman-command-frontmatter 2026-01-30 16:49:20 +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#329