claudekit-cli 1.14.1 → 1.14.3

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
@@ -369,7 +369,8 @@ Run diagnostics to check for common issues:
369
369
  ```bash
370
370
  ck doctor # Check dependencies and offer installation
371
371
  ck diagnose # Check authentication, access, releases
372
- ck new --verbose # Enable detailed logging
372
+ ck new --verbose # Enable detailed logging for ck new
373
+ ck init --verbose # Enable detailed logging for ck init
373
374
  ```
374
375
 
375
376
  **Common Issues:**
Binary file
package/bin/ck-darwin-x64 CHANGED
Binary file
package/bin/ck-linux-x64 CHANGED
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudekit-cli",
3
- "version": "1.14.1",
3
+ "version": "1.14.3",
4
4
  "description": "CLI tool for bootstrapping and updating ClaudeKit projects",
5
5
  "type": "module",
6
6
  "repository": {