@kraftapps-ai/kai 1.5.1 → 1.5.3

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.
Files changed (2) hide show
  1. package/kai +7 -0
  2. package/package.json +1 -1
package/kai CHANGED
@@ -29,6 +29,13 @@ if [ "${1:-}" = "--new" ]; then
29
29
  shift
30
30
  fi
31
31
 
32
+ # ── Ensure .kai/ is git-ignored ───────────────────────
33
+
34
+ mkdir -p .kai
35
+ if [ ! -f ".kai/.gitignore" ]; then
36
+ echo "*" > .kai/.gitignore
37
+ fi
38
+
32
39
  # ── Auto-init if needed ───────────────────────────────
33
40
 
34
41
  # Migrate old file locations (pre-1.5.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kraftapps-ai/kai",
3
- "version": "1.5.1",
3
+ "version": "1.5.3",
4
4
  "description": "Autonomous AI developer loop for Claude Code",
5
5
  "bin": {
6
6
  "kai": "kai"