gm-kilo 2.0.164 → 2.0.165

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/hooks/hooks.json +5 -5
  2. package/package.json +1 -1
package/hooks/hooks.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "hooks": [
8
8
  {
9
9
  "type": "command",
10
- "command": "node ${KILO_PLUGIN_ROOT}/hooks/pre-tool-use-hook.js",
10
+ "command": "bun ${KILO_PLUGIN_ROOT}/hooks/pre-tool-use-hook.js",
11
11
  "timeout": 3600
12
12
  }
13
13
  ]
@@ -19,7 +19,7 @@
19
19
  "hooks": [
20
20
  {
21
21
  "type": "command",
22
- "command": "node ${KILO_PLUGIN_ROOT}/hooks/session-start-hook.js",
22
+ "command": "bun ${KILO_PLUGIN_ROOT}/hooks/session-start-hook.js",
23
23
  "timeout": 10000
24
24
  }
25
25
  ]
@@ -31,7 +31,7 @@
31
31
  "hooks": [
32
32
  {
33
33
  "type": "command",
34
- "command": "node ${KILO_PLUGIN_ROOT}/hooks/prompt-submit-hook.js",
34
+ "command": "bun ${KILO_PLUGIN_ROOT}/hooks/prompt-submit-hook.js",
35
35
  "timeout": 3600
36
36
  }
37
37
  ]
@@ -43,12 +43,12 @@
43
43
  "hooks": [
44
44
  {
45
45
  "type": "command",
46
- "command": "node ${KILO_PLUGIN_ROOT}/hooks/stop-hook.js",
46
+ "command": "bun ${KILO_PLUGIN_ROOT}/hooks/stop-hook.js",
47
47
  "timeout": 300000
48
48
  },
49
49
  {
50
50
  "type": "command",
51
- "command": "node ${KILO_PLUGIN_ROOT}/hooks/stop-hook-git.js",
51
+ "command": "bun ${KILO_PLUGIN_ROOT}/hooks/stop-hook-git.js",
52
52
  "timeout": 60000
53
53
  }
54
54
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-kilo",
3
- "version": "2.0.164",
3
+ "version": "2.0.165",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": "AnEntrypoint",
6
6
  "license": "MIT",