Documentation
README
New Command
Scaffold a new CLI command for Cortex TMS.
Before Writing Code
- Read existing patterns — look at src/commands/archive.ts and src/commands/status.ts as reference implementations
- Read types — check src/types/cli.ts for existing interfaces
- Read tests — check src/tests/archive.test.ts for the test pattern
- Propose the command — describe what it does, its subcommands/options, and which files will be created/modified. Follow Propose/Justify/Recommend. Wait for approval.
Implementation Checklist
After the user approves the plan:
This is the opening of the README. Read the full README on GitHub.