From c81c4a9981b141e403241fef016654b587c82e92 Mon Sep 17 00:00:00 2001 From: lmiranda Date: Fri, 30 Jan 2026 11:45:56 -0500 Subject: [PATCH] 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 --- plugins/projman/commands/clear-cache.md | 6 +++++- plugins/projman/commands/suggest-version.md | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/plugins/projman/commands/clear-cache.md b/plugins/projman/commands/clear-cache.md index b463d27..b59e89b 100644 --- a/plugins/projman/commands/clear-cache.md +++ b/plugins/projman/commands/clear-cache.md @@ -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. diff --git a/plugins/projman/commands/suggest-version.md b/plugins/projman/commands/suggest-version.md index 96d2c69..4dc09f2 100644 --- a/plugins/projman/commands/suggest-version.md +++ b/plugins/projman/commands/suggest-version.md @@ -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.