@the-bearded-bear/claude-craft 7.10.0 → 7.10.1-next.4b2ca3d

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.
@@ -11,6 +11,9 @@
11
11
 
12
12
  VERSION="2.0.0"
13
13
 
14
+ # Force C locale for numeric formatting (JSON uses '.' as decimal separator)
15
+ export LC_NUMERIC=C
16
+
14
17
  # Handle --version and --help before reading stdin
15
18
  case "${1:-}" in
16
19
  --version|-v)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@the-bearded-bear/claude-craft",
3
- "version": "7.10.0",
3
+ "version": "7.10.1-next.4b2ca3d",
4
4
  "description": "A comprehensive framework for AI-assisted development with Claude Code. Install standardized rules, agents, and commands for your projects.",
5
5
  "type": "module",
6
6
  "main": "cli/index.js",