Approach: Commander 13 has no native group API. Used sortSubcommands true for alphabetical ordering and addHelpText after for the grouped reference section.
All quality gates passed: lint, format:check, 78 tests.
Implements CU-04-01, CU-04-02, CU-04-03 from mission cli-unification-20260404.
- CU-04-01: Added configureHelp with sortSubcommands true on root program, sessions, gateway, and mission groups
- CU-04-02: Added Command Groups labeled section via addHelpText after
- CU-04-03: Verified output; no stale help content found in docs
Before (unordered): claude, codex, opencode, pi, yolo, coord, prdy, seq, upgrade, init, doctor, sync, bootstrap, login, tui, sessions, gateway, agent, mission, quality-rails, update, wizard
After (alphabetized, with group reference): agent, bootstrap, claude, codex, coord, doctor, gateway, help, init, login, mission, opencode, pi, prdy, quality-rails, seq, sessions, sync, tui, update, upgrade, wizard, yolo
Command Groups section appended below standard list:
Runtime: tui, login, sessions
Gateway: gateway
Framework: agent, bootstrap, coord, doctor, init, mission, prdy, seq, sync, upgrade, wizard, yolo
Platform: update
Runtimes: claude, codex, opencode, pi
Approach: Commander 13 has no native group API. Used sortSubcommands true for alphabetical ordering and addHelpText after for the grouped reference section.
All quality gates passed: lint, format:check, 78 tests.
Enables sortSubcommands on the root program, sessions group, gateway
group, and mission group so all subcommand listings render A-Z. Appends
a Command Groups section via addHelpText to group commands by role
(Runtime, Gateway, Framework, Platform, Runtimes).
Implements CU-04-01, CU-04-02, CU-04-03 from mission cli-unification-20260404.
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Implements CU-04-01, CU-04-02, CU-04-03 from mission cli-unification-20260404.
Before (unordered): claude, codex, opencode, pi, yolo, coord, prdy, seq, upgrade, init, doctor, sync, bootstrap, login, tui, sessions, gateway, agent, mission, quality-rails, update, wizard
After (alphabetized, with group reference): agent, bootstrap, claude, codex, coord, doctor, gateway, help, init, login, mission, opencode, pi, prdy, quality-rails, seq, sessions, sync, tui, update, upgrade, wizard, yolo
Command Groups section appended below standard list:
Runtime: tui, login, sessions
Gateway: gateway
Framework: agent, bootstrap, coord, doctor, init, mission, prdy, seq, sync, upgrade, wizard, yolo
Platform: update
Runtimes: claude, codex, opencode, pi
Approach: Commander 13 has no native group API. Used sortSubcommands true for alphabetical ordering and addHelpText after for the grouped reference section.
All quality gates passed: lint, format:check, 78 tests.