Merge pull request 'fix(projman): add missing YAML frontmatter to command files' (#329) from fix/projman-command-frontmatter into development

Reviewed-on: #329
This commit was merged in pull request #329.
This commit is contained in:
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.