gm-plugkit 2.0.1589 → 2.0.1591
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/instructions/browser.md +1 -1
- package/package.json +1 -1
- package/plugkit-wasm-wrapper.js +0 -2
- package/plugkit.version +1 -1
package/instructions/browser.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# BROWSER
|
|
2
2
|
|
|
3
|
-
## Hard Rule: Browser Witness Mandate
|
|
3
|
+
## Hard Rule: Browser Witness Mandate
|
|
4
4
|
|
|
5
5
|
**Every edit to code that runs in a browser requires a live `browser` dispatch in the same turn as the edit.** Client-side surfaces -- `.html`, `.js`, `.jsx`, `.ts`, `.tsx`, `.vue`, `.svelte`, `.mjs`, `.css`, web components, service workers, every asset loaded by `<script>`, every path reached by `import` from a browser-side entry -- must be witnessed by a live `page.evaluate` of the specific invariant the edit establishes. A passing node test, build, `curl` of the HTML, or static-analysis pass witnesses server delivery, not browser behavior, and is non-substitutive. The witness IS the proof; prose is not.
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gm-plugkit",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1591",
|
|
4
4
|
"description": "Bootstrap and daemon-spawn tool for gm plugkit binary. Downloads the correct platform binary, verifies SHA256, and starts the spool watcher daemon. Includes plugkit-wasm-wrapper for WASM-based spool watching.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
package/plugkit-wasm-wrapper.js
CHANGED
|
@@ -2342,8 +2342,6 @@ async function runSpoolWatcher(instance, spoolDir) {
|
|
|
2342
2342
|
lastActivityMs = Date.now();
|
|
2343
2343
|
}
|
|
2344
2344
|
|
|
2345
|
-
/* killPidQuiet, purgeProfileLockFiles, gracefulCloseBrowser are module-scope (defined above spool()). */
|
|
2346
|
-
|
|
2347
2345
|
function teardownAll(reason) {
|
|
2348
2346
|
try {
|
|
2349
2347
|
logEvent('plugkit', 'watcher.teardown', { reason, idle_ms: Date.now() - lastActivityMs });
|
package/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.674
|