Preserved from container era: BUG-16 partial-graph-after-respawn + BUG-12 real structural-audit route #91

Open
opened 2026-07-19 16:14:16 +00:00 by tim.lingo · 1 comment
Member

Two proven fixes with no coverage anywhere, preserved before container retirement (patches in Tim's ~/Development/neuron-container-build/, happy to hand over):

  1. BUG-16 — partial graph after respawn (bug16-engram-sync-reset.patch + bug16-entrypoint-heal.patch): with change-gated /api/sync, a RESPAWNED soul gets "{}" (no change since last sig) and serves a partial graph until something forces a full sync. Applies to ANY supervised HTTP-engram deployment (your cloud mode), not just our container. Fix = reset the sync signature on respawn + heal check in the entrypoint.

  2. BUG-12 — honest structural audit (bug12-13a-el_runtime.c.patch): runStructuralAudit currently stubs; patch makes it return exact dangling-edge / duplicate / type-mismatch counts. An honest graph-integrity check — same spirit as the fresh-boot brain-check gate.

Two proven fixes with no coverage anywhere, preserved before container retirement (patches in Tim's ~/Development/neuron-container-build/, happy to hand over): 1. **BUG-16 — partial graph after respawn** (bug16-engram-sync-reset.patch + bug16-entrypoint-heal.patch): with change-gated /api/sync, a RESPAWNED soul gets "{}" (no change since last sig) and serves a partial graph until something forces a full sync. Applies to ANY supervised HTTP-engram deployment (your cloud mode), not just our container. Fix = reset the sync signature on respawn + heal check in the entrypoint. 2. **BUG-12 — honest structural audit** (bug12-13a-el_runtime.c.patch): runStructuralAudit currently stubs; patch makes it return exact dangling-edge / duplicate / type-mismatch counts. An honest graph-integrity check — same spirit as the fresh-boot brain-check gate.
Owner

GROOMING — 2026-08-03
Status: Two preserved container-era fixes (BUG-16 partial-graph-after-respawn, BUG-12 honest structural audit) with patches in Tim's tree; neither is landed on main, and BUG-16 mainly matters for supervised HTTP-engram / cloud mode.
Next action: Will to take handover of the two patches and land BUG-12 (honest runStructuralAudit counts) plus BUG-16 (sync-signature reset on respawn + entrypoint heal check).
Owner: Will
Priority: POST-BETA

**GROOMING — 2026-08-03** **Status:** Two preserved container-era fixes (BUG-16 partial-graph-after-respawn, BUG-12 honest structural audit) with patches in Tim's tree; neither is landed on main, and BUG-16 mainly matters for supervised HTTP-engram / cloud mode. **Next action:** Will to take handover of the two patches and land BUG-12 (honest runStructuralAudit counts) plus BUG-16 (sync-signature reset on respawn + entrypoint heal check). **Owner:** Will **Priority:** POST-BETA
will.anderson added the POST-BETA label 2026-08-03 19:07:52 +00:00
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: neuron-technologies/neuron#91