claudekit-cli 3.12.0 → 3.13.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.
Files changed (3) hide show
  1. package/README.md +7 -1
  2. package/dist/index.js +13556 -12550
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -495,11 +495,17 @@ Customizations in any skill are detected and preserved automatically.
495
495
  ## Development
496
496
 
497
497
  See [Development Guide](./docs/codebase-summary.md) for:
498
- - Project structure (commands, lib, utils, tests)
498
+ - Project structure (modular domain-driven architecture)
499
499
  - Build & compilation (`bun run build`, `bun run compile`)
500
500
  - Testing & type checking
501
501
  - Code standards & linting
502
502
 
503
+ **Architecture Highlights:**
504
+ - **Modular design**: 122 focused modules (target: <100 lines each)
505
+ - **Facade pattern**: Each domain exposes public API via facade
506
+ - **Phase handlers**: Complex commands use orchestrator + phase handlers
507
+ - **Self-documenting names**: kebab-case file names describe purpose
508
+
503
509
  **Quick Start:**
504
510
  ```bash
505
511
  bun install