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 +4 -2
- package/bin/ck-darwin-arm64 +0 -0
- package/bin/ck-darwin-x64 +0 -0
- package/bin/ck-linux-x64 +0 -0
- package/bin/ck-win32-x64.exe +0 -0
- package/package.json +1 -1
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
|
|
package/bin/ck-darwin-arm64
CHANGED
|
Binary file
|
package/bin/ck-darwin-x64
CHANGED
|
Binary file
|
package/bin/ck-linux-x64
CHANGED
|
Binary file
|
package/bin/ck-win32-x64.exe
CHANGED
|
Binary file
|