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:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: project
|
||||
description: Project lifecycle management — type /project <action> for commands
|
||||
name: projman project
|
||||
description: Project lifecycle management — type /projman project <action> for commands
|
||||
---
|
||||
|
||||
# /project
|
||||
|
||||
Reference in New Issue
Block a user