gm-plugkit 2.0.1589 → 2.0.1590

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.
@@ -1,6 +1,6 @@
1
1
  # BROWSER
2
2
 
3
- ## Hard Rule: Browser Witness Mandate (paper section 23)
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.1589",
3
+ "version": "2.0.1590",
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": {
@@ -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 });