gm-oc 2.0.372 → 2.0.374

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/gm-oc.mjs +1 -1
  2. package/package.json +1 -1
package/gm-oc.mjs CHANGED
@@ -136,7 +136,7 @@ export async function GmPlugin({ directory }) {
136
136
  throw new Error('Cannot create test/doc files. Use .prd for task notes, CLAUDE.md for permanent notes.');
137
137
  }
138
138
  }
139
- if (input.tool !== 'bash') return;
139
+ if (input.tool !== 'bash' && input.tool !== 'Bash') return;
140
140
  const cmd = (output.args && output.args.command) || '';
141
141
  if (!cmd) return;
142
142
  if (/^\s*git(?:\s|$)/.test(cmd)) return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-oc",
3
- "version": "2.0.372",
3
+ "version": "2.0.374",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": "AnEntrypoint",
6
6
  "license": "MIT",