Skip to content

Comments

Remove describe command and restructure CLI with CodeCommand grouping#14

Merged
CamonZ merged 1 commit intomasterfrom
multiple-scope-commands
Dec 31, 2025
Merged

Remove describe command and restructure CLI with CodeCommand grouping#14
CamonZ merged 1 commit intomasterfrom
multiple-scope-commands

Conversation

@CamonZ
Copy link
Owner

@CamonZ CamonZ commented Dec 31, 2025

Summary

  • Remove the describe command which provided command documentation (users can use --help instead)
  • Introduce CodeCommand enum to group code analysis subcommands
  • Update all documentation to remove describe references
  • Fix skill counts from 34 → 28 to match actual number of skills

Changes

  • Removed: cli/src/commands/describe/ (4 files, ~826 lines)
  • Added: cli/src/commands/code.rs - new CodeCommand enum for subcommand grouping
  • Updated: 40+ command and test files for new structure
  • Updated: README.md, CLAUDE.md, and skill templates

Test plan

  • Verify cargo build succeeds
  • Verify cargo test passes
  • Verify code_search --help shows available commands
  • Verify code_search <command> --help works for individual commands

- Remove describe command (cli/src/commands/describe/*)
- Add CodeCommand enum to group code analysis subcommands
- Update documentation to remove describe references
- Fix skill counts: 34 → 28 skills
- Delete templates/skills/describe/SKILL.md
@CamonZ CamonZ merged commit 5968038 into master Dec 31, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant