| @kidd-cli/cli | patch |
|---|---|
| @kidd-cli/core | patch |
| @kidd-cli/config | patch |
| @kidd-cli/utils | patch |
| @kidd-cli/bundler | patch |
fix(cli): bundle @kidd-cli/* deps so published CLI is self-contained
The published CLI had bare imports to workspace packages whose npm exports maps
were stale (renamed subpaths like ./loader → ./utils, ./fs → ./node).
Commands silently disappeared because the autoloader swallowed import errors.
- Bundle all
@kidd-cli/*packages into CLI dist viadeps.alwaysBundle - Add
KIDD_DEBUGenv var support to surface autoload import failures - Add integration test asserting all commands appear in
--helpoutput - Republish all packages to sync npm exports maps with source