Graph API returns nodes with corrupted ids/labels (mojibake) — blocks safe cleanup of #71's fabricated-memory pollution; consistent with the arena use-after-free findings #72
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?
Follow-on evidence for #71, observed 2026-07-04 ~10:40 CT on prod soul :7770.
While attempting to locate (and, after backup, remove) the fabricated-run memory pollution from #71, GET /api/graph/nodes?limit=999999 returned 361 nodes of which 16 match the fabrication fingerprints — but the matching nodes'
idandlabelfields contain corrupted bytes (repeatingRÃô-pattern mojibake, garbage ids likeqU1RÃôE{, labels bleeding fragments of other fields such as model names and system-prompt text). Cleanup was ABORTED: issuing deletes against unreliable identifiers on the live engram is not safe, so the pollution remains in place.Asks: (1) confirm whether the arena patches in docs PR #4 cover this read path; (2) a safe soul-side cleanup route (or guidance) for excising the #71 pollution once ids are trustworthy.
🤖 Generated with Claude Code