claudekit-cli 3.35.0-dev.22 → 3.35.0-dev.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +2 -0
  2. package/dist/index.js +2050 -1418
  3. package/package.json +2 -1
package/README.md CHANGED
@@ -548,6 +548,8 @@ See [Development Guide](./docs/codebase-summary.md) for:
548
548
  bun install
549
549
  bun run dev new --kit engineer
550
550
  bun test
551
+ # Optional: run expensive CLI integration tests explicitly
552
+ bun run test:integration
551
553
  ```
552
554
 
553
555
  ## FAQ