claudekit-cli 3.35.0-dev.10 → 3.35.0-dev.12
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 +1 -0
- package/dist/index.js +16158 -14401
- package/dist/ui/assets/index-Ce6Aj61E.js +219 -0
- package/dist/ui/assets/index-DLUmvIj0.css +1 -0
- package/dist/ui/index.html +2 -2
- package/package.json +2 -2
- package/dist/ui/assets/index-BQE1sjky.css +0 -1
- package/dist/ui/assets/index-Ct51I-3k.js +0 -218
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
|