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
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.

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.