claudekit-cli 3.35.0-dev.9 → 3.35.0

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.
package/README.md CHANGED
@@ -28,6 +28,7 @@ Comprehensive documentation in `/docs`:
28
28
  - **[Codebase Summary](./docs/codebase-summary.md)** - Overview, structure, key components
29
29
  - **[Project Overview & PDR](./docs/project-overview-pdr.md)** - Requirements, features, roadmap
30
30
  - **[System Architecture](./docs/system-architecture.md)** - Architecture diagrams, data flow
31
+ - **[Reconciliation Architecture](./docs/reconciliation-architecture.md)** - `ck migrate` RECONCILE → EXECUTE → REPORT design
31
32
  - **[Code Standards](./docs/code-standards.md)** - Coding conventions, best practices
32
33
  - **[Project Roadmap](./docs/project-roadmap.md)** - Release timeline, feature status
33
34
  - **[Deployment Guide](./docs/deployment-guide.md)** - Release procedures
@@ -547,6 +548,8 @@ See [Development Guide](./docs/codebase-summary.md) for:
547
548
  bun install
548
549
  bun run dev new --kit engineer
549
550
  bun test
551
+ # Optional: run expensive CLI integration tests explicitly
552
+ bun run test:integration
550
553
  ```
551
554
 
552
555
  ## FAQ