development #462

Merged
lmiranda merged 2 commits from development into main 2026-02-09 04:01:04 +00:00

2 Commits

Author SHA1 Message Date
faedf68318 Merge pull request 'fix(projman): align command names with git-flow pattern' (#461) from fix/projman-command-names into development
Reviewed-on: #461
2026-02-09 04:00:44 +00:00
035cd00f4b 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>
2026-02-08 22:57:42 -05:00