kraken-code 1.1.3 → 1.1.4

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/dist/cli/index.js CHANGED
@@ -1477,7 +1477,7 @@ Active Modes:`));
1477
1477
  }
1478
1478
  }
1479
1479
  // package.json
1480
- var version2 = "1.1.3";
1480
+ var version2 = "1.1.4";
1481
1481
 
1482
1482
  // src/cli/index.ts
1483
1483
  var program = new Command;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kraken-code",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "Kraken Code - Transforms OpenCode into an autonomous, high-density development environment",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -35,8 +35,7 @@
35
35
  "format:check": "prettier --check \"src/**/*.ts\"",
36
36
  "test": "bun test",
37
37
  "test:watch": "bun test --watch",
38
- "install:curl": "bash scripts/install-curl.sh",
39
- "postinstall": "kraken-code init --minimal"
38
+ "install:curl": "bash scripts/install-curl.sh"
40
39
  },
41
40
  "keywords": [
42
41
  "opencode",