gm-thebird 2.0.1029 → 2.0.1031

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/gm.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm",
3
- "version": "2.0.1029",
3
+ "version": "2.0.1031",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": "AnEntrypoint",
6
6
  "license": "MIT",
package/hooks/hooks.json CHANGED
@@ -52,51 +52,6 @@
52
52
  }
53
53
  ]
54
54
  }
55
- ],
56
- "PreCompact": [
57
- {
58
- "matcher": "*",
59
- "hooks": [
60
- {
61
- "type": "wasm",
62
- "module": "${CLAUDE_PLUGIN_ROOT}/bin/plugkit.wasm",
63
- "export": "hook_pre_compact",
64
- "timeout": 30000
65
- }
66
- ]
67
- }
68
- ],
69
- "PostCompact": [
70
- {
71
- "matcher": "*",
72
- "hooks": [
73
- {
74
- "type": "wasm",
75
- "module": "${CLAUDE_PLUGIN_ROOT}/bin/plugkit.wasm",
76
- "export": "hook_post_compact",
77
- "timeout": 5000
78
- }
79
- ]
80
- }
81
- ],
82
- "Stop": [
83
- {
84
- "matcher": "*",
85
- "hooks": [
86
- {
87
- "type": "wasm",
88
- "module": "${CLAUDE_PLUGIN_ROOT}/bin/plugkit.wasm",
89
- "export": "hook_stop",
90
- "timeout": 15000
91
- },
92
- {
93
- "type": "wasm",
94
- "module": "${CLAUDE_PLUGIN_ROOT}/bin/plugkit.wasm",
95
- "export": "hook_stop_git",
96
- "timeout": 210000
97
- }
98
- ]
99
- }
100
55
  ]
101
56
  }
102
57
  }
@@ -43,41 +43,6 @@
43
43
  "timeout": 60000
44
44
  }
45
45
  ]
46
- },
47
- {
48
- "eventKey": "PreCompact",
49
- "commands": [
50
- {
51
- "kind": "wasm",
52
- "subcommand": "pre-compact",
53
- "timeout": 30000
54
- }
55
- ]
56
- },
57
- {
58
- "eventKey": "PostCompact",
59
- "commands": [
60
- {
61
- "kind": "wasm",
62
- "subcommand": "post-compact",
63
- "timeout": 5000
64
- }
65
- ]
66
- },
67
- {
68
- "eventKey": "Stop",
69
- "commands": [
70
- {
71
- "kind": "wasm",
72
- "subcommand": "stop",
73
- "timeout": 15000
74
- },
75
- {
76
- "kind": "wasm",
77
- "subcommand": "stop-git",
78
- "timeout": 210000
79
- }
80
- ]
81
46
  }
82
47
  ]
83
48
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-thebird",
3
- "version": "2.0.1029",
3
+ "version": "2.0.1031",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": "AnEntrypoint",
6
6
  "license": "MIT",
package/plugin.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm",
3
- "version": "2.0.1029",
3
+ "version": "2.0.1031",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": {
6
6
  "name": "AnEntrypoint",