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

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>
This commit is contained in:
2026-01-30 11:45:56 -05:00
parent 45af713366
commit c81c4a9981
2 changed files with 10 additions and 2 deletions

View File

@@ -1,4 +1,8 @@
# /clear-cache ---
description: Clear plugin cache to force fresh configuration reload after marketplace updates
---
# Clear Cache
Clear plugin cache to force fresh configuration reload. Run this after marketplace updates. Clear plugin cache to force fresh configuration reload. Run this after marketplace updates.

View File

@@ -1,4 +1,8 @@
# /suggest-version ---
description: Analyze CHANGELOG.md and suggest appropriate semantic version bump
---
# Suggest Version
Analyze CHANGELOG.md and suggest appropriate semantic version bump. Analyze CHANGELOG.md and suggest appropriate semantic version bump.