Preserved from container era: BUG-16 partial-graph-after-respawn + BUG-12 real structural-audit route #91
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Two proven fixes with no coverage anywhere, preserved before container retirement (patches in Tim's ~/Development/neuron-container-build/, happy to hand over):
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.
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.
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