gm-oc 2.0.923 → 2.0.925

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-oc",
3
- "version": "2.0.923",
3
+ "version": "2.0.925",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": "AnEntrypoint",
6
6
  "license": "MIT",
@@ -76,3 +76,4 @@ console.log(JSON.stringify(state.logs.slice(-20)))
76
76
  - `exec:browser` is plain JS, no shell quoting
77
77
  - Browser tasks drain automatically on every plugkit interaction
78
78
  - Sessions reap after 5–15 min idle; cleaned up on session end
79
+ - Never write standalone `.mjs`/`.js` Playwright scripts as a fallback — `exec:browser` errors must be debugged through `exec:browser` retries, not by creating test files on disk