gm-kilo 2.0.771 → 2.0.773

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.
@@ -0,0 +1,33 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "description": "Hook spec for gm Kilo CLI extension",
4
+ "envVar": "KILO_PLUGIN_ROOT",
5
+ "plugkitInvoker": "node",
6
+ "events": [
7
+ {
8
+ "eventKey": "message.updated",
9
+ "commands": [
10
+ {
11
+ "kind": "plugkit",
12
+ "subcommand": "prompt-submit",
13
+ "timeout": 60000
14
+ }
15
+ ]
16
+ },
17
+ {
18
+ "eventKey": "session.closing",
19
+ "commands": [
20
+ {
21
+ "kind": "plugkit",
22
+ "subcommand": "stop",
23
+ "timeout": 300000
24
+ },
25
+ {
26
+ "kind": "plugkit",
27
+ "subcommand": "stop-git",
28
+ "timeout": 60000
29
+ }
30
+ ]
31
+ }
32
+ ]
33
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-kilo",
3
- "version": "2.0.771",
3
+ "version": "2.0.773",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": "AnEntrypoint",
6
6
  "license": "MIT",