-
Notifications
You must be signed in to change notification settings - Fork 0
Description
The current CLI is using a hand-rolled management suite. Replace it with a maintained CLI framework that provides subcommands, unified help, parsing, completion, extensibility, and improved developer DX.\n\nUser stories:\n- As a contributor, I can run with consistent subcommands and help.\n- As a user, default install exposes / commands via package.json scripts and bin entries.\n\nAcceptance criteria:\n- Replace hand-rolled argument parsing in with a standard CLI framework (candidate libs: oclif, yargs, commander).\n- Preserve existing commands and behavior (generate, start, etc.) and ensure tests pass ().\n- Update , scripts, and docs/README examples.\n- Add integration tests for new CLI entrypoints and update any snapshot/helpers.\n\nAffected files (initial): , , , tests under .\n\nSuggested next step: break this into child work items for evaluation, implementation, tests, and docs.