gm-oc 2.0.924 → 2.0.926
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 +1 -1
- package/skills/browser/SKILL.md +1 -0
package/package.json
CHANGED
package/skills/browser/SKILL.md
CHANGED
|
@@ -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
|