Skip to content

feat: add CLI command skill and mount completions#37

Merged
TimBeyer merged 4 commits intomainfrom
chore/cli-command-skill
Apr 1, 2026
Merged

feat: add CLI command skill and mount completions#37
TimBeyer merged 4 commits intomainfrom
chore/cli-command-skill

Conversation

@TimBeyer
Copy link
Copy Markdown
Owner

@TimBeyer TimBeyer commented Apr 1, 2026

Summary

  • Add adding-cli-commands skill with 7-point checklist for all touchpoints when adding a CLI command (handler, exports, commander, README, bash completions, zsh completions, tests)
  • Move CLI conventions (instance resolution, positional arg rules) from docs/architecture.md into the skill's reference doc
  • Add mount command to README commands table, bash/zsh completions, and completion tests (missed in the original mount PR)

Test plan

  • bun test passes (completion tests verify mount appears in both scripts)
  • eval "$(bun packages/cli/bin/cli.tsx completions bash)" then clawctl mount <TAB> shows list add remove
  • Skill loads when working on CLI commands

🤖 Generated with Claude Code

TimBeyer and others added 4 commits April 1, 2026 11:34
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Checklist-driven skill ensuring all 7 touchpoints are updated when
adding a CLI command. Moves CLI conventions from docs/architecture.md
into the skill's reference doc.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add mount list/add/remove to the README commands table, bash and zsh
completion scripts, and the completion test inventory.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@TimBeyer TimBeyer merged commit 9178a8b into main Apr 1, 2026
4 checks passed
@TimBeyer TimBeyer deleted the chore/cli-command-skill branch April 1, 2026 09:44
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