instar 1.3.688 → 1.3.690

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.
Files changed (34) hide show
  1. package/dist/commands/server.d.ts.map +1 -1
  2. package/dist/commands/server.js +106 -0
  3. package/dist/commands/server.js.map +1 -1
  4. package/dist/config/ConfigDefaults.d.ts.map +1 -1
  5. package/dist/config/ConfigDefaults.js +11 -0
  6. package/dist/config/ConfigDefaults.js.map +1 -1
  7. package/dist/core/SessionManager.d.ts.map +1 -1
  8. package/dist/core/SessionManager.js +8 -0
  9. package/dist/core/SessionManager.js.map +1 -1
  10. package/dist/core/devGatedFeatures.d.ts.map +1 -1
  11. package/dist/core/devGatedFeatures.js +5 -0
  12. package/dist/core/devGatedFeatures.js.map +1 -1
  13. package/dist/core/leaseGatedSpawn.d.ts +232 -0
  14. package/dist/core/leaseGatedSpawn.d.ts.map +1 -0
  15. package/dist/core/leaseGatedSpawn.js +216 -0
  16. package/dist/core/leaseGatedSpawn.js.map +1 -0
  17. package/dist/core/nobodyPollingRecovery.d.ts +138 -0
  18. package/dist/core/nobodyPollingRecovery.d.ts.map +1 -0
  19. package/dist/core/nobodyPollingRecovery.js +147 -0
  20. package/dist/core/nobodyPollingRecovery.js.map +1 -0
  21. package/dist/server/CapabilityIndex.d.ts.map +1 -1
  22. package/dist/server/CapabilityIndex.js +1 -0
  23. package/dist/server/CapabilityIndex.js.map +1 -1
  24. package/dist/server/routes.d.ts.map +1 -1
  25. package/dist/server/routes.js +95 -0
  26. package/dist/server/routes.js.map +1 -1
  27. package/package.json +1 -1
  28. package/src/data/builtin-manifest.json +47 -47
  29. package/upgrades/1.3.689.md +30 -0
  30. package/upgrades/1.3.690.md +28 -0
  31. package/upgrades/side-effects/mesh-self-heal-g2-core.md +32 -0
  32. package/upgrades/side-effects/mesh-self-heal-g2-observe.md +34 -0
  33. package/upgrades/side-effects/mesh-self-heal-g3.md +45 -0
  34. package/upgrades/side-effects/mesh-self-heal-spec.md +37 -0
@@ -0,0 +1,37 @@
1
+ # Side-Effects Review — Mesh Self-Heal SPEC (spec-only, no runtime surface)
2
+
3
+ **Version / slug:** `mesh-self-heal-spec`
4
+ **Date:** `2026-06-27`
5
+ **Author:** `echo`
6
+ **Second-pass reviewer:** `not required (spec-only doc; the spec itself passed a 5-round /spec-converge with 6 reviewers)`
7
+
8
+ ## Summary of the change
9
+
10
+ Adds the converged spec `docs/specs/MESH-SELF-HEAL-SPEC.md` (+ its ELI16 companion, the 5-iteration convergence report, and the round-1/2/3 findings catalogs). This commit ships ONLY documentation — no `src/` runtime code. The spec designs the mesh self-heal feature family (G1 lease↔job binding, G2 nobody-polling detector, G3 lease-gated spawn, P2 Machine-Independence Standard) for a LATER `/instar-dev` build in rollout order G3→G2→G1, each gated on live-verification.
11
+
12
+ ## Decision-point inventory
13
+
14
+ - No runtime decision points are added by THIS commit. The spec DESCRIBES decision points (the lease/poll/spawn gates) that future build PRs will implement behind dark flags; this commit introduces zero executable behavior.
15
+
16
+ ## 1–8 (the review questions)
17
+
18
+ 1. **Over-block:** No block/allow surface — this commit is markdown. Not applicable.
19
+ 2. **Under-block:** No block/allow surface. Not applicable.
20
+ 3. **Level-of-abstraction fit:** N/A — documentation. (The spec's OWN design was reviewed across 5 convergence rounds for exactly this; foundation notes §1.3 place each mechanism at the right layer.)
21
+ 4. **Signal vs authority:** N/A for the doc. (The spec's design holds no brittle blocking authority — the lessons-aware reviewer confirmed across rounds; gates are deterministic safety/recoverability on the primary channel, fail in the safe direction per §8.)
22
+ 5. **Interactions:** A markdown doc under `docs/specs/` interacts with nothing at runtime. The future build will; this commit does not.
23
+ 6. **External surfaces:** None. No operator-facing action, no API, no state. The spec is not executable.
24
+ 6b. **Operator-surface quality:** No operator surface — not applicable.
25
+ 7. **Multi-machine posture:** N/A for the doc (a spec file replicates with the repo via normal git). The DESIGN's per-feature posture is the §7 table in the spec itself.
26
+ 8. **Rollback cost:** Pure doc addition — revert the commit. No state, no migration, no user-visible effect (nothing runs).
27
+
28
+ ## Conclusion
29
+
30
+ Spec-only documentation commit with no runtime surface. The substantive review was the 5-round /spec-converge (30→13→6→1→0 material findings) recorded in the convergence report. Clear to commit. The executable behavior it describes is a SEPARATE future `/instar-dev` build, each piece behind a dark flag and gated on live-verification (§5/§6/§9) — and that build requires the operator's `approved: true` on this spec first (the convergence tag is present; approval is the operator's step).
31
+
32
+ ## Evidence pointers
33
+
34
+ - `docs/specs/MESH-SELF-HEAL-SPEC.md` (converged, `review-convergence` tagged, 5 iterations)
35
+ - `docs/specs/reports/MESH-SELF-HEAL-SPEC-convergence.md` (the report)
36
+ - `docs/specs/MESH-SELF-HEAL-SPEC.findings-round{1,2,3}.md` (full findings catalogs)
37
+ - Conformance gate: ran each round, 0 at-risk. Cross-model: unavailable (codex-not-installed), recorded honestly.