fix(projman): align command names with git-flow pattern #461
Reference in New Issue
Block a user
Delete Branch "fix/projman-command-names"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Fixes projman commands to show as
/projman sprint plan(spaces, no colon) instead of/projman:sprint-plan(colon, hyphens).Problem: Projman commands showed with forced plugin prefix (
:) in autocomplete because command names didn't start with the plugin name.Solution: Updated all projman command
name:fields to start withprojman, matching git-flow pattern.Changes
Updated 21 command files:
Sprint commands:
name: sprint plan→name: projman sprint planname: sprint start→name: projman sprint startname: sprint status→name: projman sprint statusname: sprint close→name: projman sprint closename: sprint review→name: projman sprint reviewname: sprint test→name: projman sprint testProject commands:
name: projman project closename: projman project initiationname: projman project planname: projman project statusADR commands:
name: projman adr createname: projman adr listname: projman adr supersedename: projman adr updateDispatch files:
name: adr→name: projman adrname: project→name: projman projectname: sprint→name: projman sprintname: labels→name: projman labelsname: rfc→name: projman rfcOther:
name: labels sync→name: projman labels syncname: projman(unchanged)name: projman setup(unchanged)Before/After
Before:
After:
Now matches git-flow autocomplete style.
Test Plan
projmanprefix/gitflow commit,/gitflow status)🤖 Generated with Claude Code