claudekit-cli 1.12.1 → 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 CHANGED
@@ -135,10 +135,11 @@ ck update # Shows deprecation warning
135
135
 
136
136
  **Global vs Local Configuration:**
137
137
 
138
- By default, ClaudeKit uses local configuration (`~/.claudekit`). For platform-specific user-scoped settings:
138
+ By default, ClaudeKit will be installed in the current directory (`.claude` directory), or we used to call it project-scoped.
139
139
 
140
- - **macOS/Linux**: `~/.config/claude/config.json`
141
- - **Windows**: `%LOCALAPPDATA%\claude\config.json`
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
 
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.12.1",
3
+ "version": "1.12.2",
4
4
  "description": "CLI tool for bootstrapping and updating ClaudeKit projects",
5
5
  "type": "module",
6
6
  "repository": {