fix(projman): align command names with git-flow pattern

All projman command names now start with 'projman' prefix to match
git-flow behavior and avoid forced plugin namespace in autocomplete.

Before: /projman:sprint-plan, /projman:project-status
After: /projman sprint plan, /projman project status

This matches git-flow which shows /gitflow commit, /gitflow status.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-08 22:57:42 -05:00
parent a3516ae0c1
commit 035cd00f4b
21 changed files with 27 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
---
name: sprint plan
name: projman sprint plan
description: Start sprint planning with AI-guided architecture analysis and issue creation
agent: planner
---