feat(cli): Complete command registry with 5 categories (32 commands)#1024
Open
feat(cli): Complete command registry with 5 categories (32 commands)#1024
Conversation
Automatic checkpoint created by Claude Code - Branch: feat/cli-complete-command-registry - Timestamp: 2026-01-26T15:58:34Z - Changes: 6 file(s) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Automatic checkpoint created by Claude Code - Branch: feat/cli-complete-command-registry - Timestamp: 2026-01-26T15:59:34Z - Changes: 1 file(s) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Automatic checkpoint created by Claude Code - Branch: feat/cli-complete-command-registry - Timestamp: 2026-01-26T16:00:01Z - Changes: 1 file(s) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Automatic checkpoint created by Claude Code - Branch: feat/cli-complete-command-registry - Timestamp: 2026-01-26T16:00:11Z - Changes: 1 file(s) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Automatic checkpoint created by Claude Code - Branch: feat/cli-complete-command-registry - Timestamp: 2026-01-26T16:00:37Z - Changes: 1 file(s) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Automatic checkpoint created by Claude Code - Branch: feat/cli-complete-command-registry - Timestamp: 2026-01-26T16:09:47Z - Changes: 1 file(s) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Automatic checkpoint created by Claude Code - Branch: feat/cli-complete-command-registry - Timestamp: 2026-01-26T16:17:40Z - Changes: 1 file(s) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Automatic checkpoint created by Claude Code - Branch: feat/cli-complete-command-registry - Timestamp: 2026-01-26T16:18:57Z - Changes: 1 file(s) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Automatic checkpoint created by Claude Code - Branch: feat/cli-complete-command-registry - Timestamp: 2026-01-26T16:24:27Z - Changes: 1 file(s) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Automatic checkpoint created by Claude Code - Branch: feat/cli-complete-command-registry - Timestamp: 2026-01-26T16:25:04Z - Changes: 1 file(s) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
63fe387 to
c6b5efa
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates CLI help to show all 32 commands organized into 5 clear categories, following DDD bounded contexts.
Closes #1023
Changes
New:
commands/categories.tsCommandCategoryinterfaceUpdated:
commands/index.tscommandsByCategoryexport for organized accessUpdated:
index.ts(CLI main)showHelp()displays commands by categoryNew:
ADR-045-cli-command-registry.mdHelp Output (Before → After)
Before: 18 commands in single "COMMANDS:" section
After: 32 commands in 5 categorized sections:
Test plan
npx . --helpshows all 32 commands🤖 Generated with claude-flow