claudekit-cli 1.12.0 → 1.12.2
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 -3
- 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
|
@@ -135,10 +135,11 @@ ck update # Shows deprecation warning
|
|
|
135
135
|
|
|
136
136
|
**Global vs Local Configuration:**
|
|
137
137
|
|
|
138
|
-
By default, ClaudeKit
|
|
138
|
+
By default, ClaudeKit will be installed in the current directory (`.claude` directory), or we used to call it project-scoped.
|
|
139
139
|
|
|
140
|
-
-
|
|
141
|
-
- **
|
|
140
|
+
For platform-specific user-scoped (global) settings:
|
|
141
|
+
- **macOS/Linux**: `~/.claude`
|
|
142
|
+
- **Windows**: `%USERPROFILE%\.claude`
|
|
142
143
|
|
|
143
144
|
Global mode uses user-scoped directories (no sudo required), allowing separate configurations for different projects.
|
|
144
145
|
|
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
|