claudekit-cli 2.3.2 → 2.4.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
@@ -10,13 +10,15 @@ ClaudeKit CLI (`ck`) is a command-line tool for bootstrapping and updating proje
10
10
 
11
11
  **Key Features:**
12
12
  - Multi-tier GitHub authentication (gh CLI → env vars → keychain → prompt)
13
- - Streaming downloads with progress tracking
13
+ - Streaming downloads with progress tracking and platform optimizations
14
14
  - Smart file merging with conflict detection
15
- - Automatic skills directory migration
15
+ - Automatic skills directory migration with parallel processing
16
16
  - Secure credential storage using OS keychain
17
17
  - Beautiful CLI interface with interactive prompts
18
18
  - Optional package installation (OpenCode, Gemini)
19
19
  - System dependency auto-installation
20
+ - Platform-specific optimizations (macOS native unzip, adaptive concurrency)
21
+ - Intelligent update notifications with 7-day cache
20
22
 
21
23
  ## Documentation
22
24
 
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": "2.3.2",
3
+ "version": "2.4.0",
4
4
  "description": "CLI tool for bootstrapping and updating ClaudeKit projects",
5
5
  "type": "module",
6
6
  "repository": {