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.
- package/gm-oc.mjs +1 -1
- 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;
|