fix Turing/Einstein engram root ID collision — reinstall with unique IDs

Both imprints shared root 8608f497 due to a concurrent install bug. Removed
the colliding entries, reinstalled via direct Engram API calls with auth key,
and updated registry with fresh distinct roots:
- Alan Turing:    cce1d430-be4e-420d-9d81-d32380ae7281
- Albert Einstein: 291f8502-8f60-4f57-a800-4e3e1425c9bd
This commit is contained in:
Will Anderson
2026-05-03 02:42:16 -05:00
parent 6a69c94ab6
commit 52b6830ab2
2 changed files with 192 additions and 20 deletions
+18 -20
View File
@@ -9,24 +9,6 @@
"installed": true,
"installed_at": "2026-05-03"
},
{
"subject": "Alan Turing",
"slug": "alan-turing",
"seed_file": "turing-seed.json",
"engram_root_id": "8608f497-1379-406e-8214-83a21f19767d",
"installed": true,
"installed_at": "2026-05-03",
"notes": "Enriched seed on disk (turing-seed.json) \u2014 not reinstalled to avoid duplicates. Original nodes remain in Engram."
},
{
"subject": "Albert Einstein",
"slug": "albert-einstein",
"seed_file": "albert-einstein-seed.json",
"engram_root_id": "8608f497-1379-406e-8214-83a21f19767d",
"installed": true,
"installed_at": "2026-05-03",
"notes": "Root ID matches Alan Turing \u2014 suspected duplicate install bug during concurrent install. Enriched seed on disk \u2014 not reinstalled to avoid further duplicates."
},
{
"subject": "Nikola Tesla",
"slug": "nikola-tesla",
@@ -34,7 +16,7 @@
"engram_root_id": "968ed4c9-ea3b-427b-964e-156f5b085c48",
"installed": true,
"installed_at": "2026-05-03",
"notes": "Enriched seed on disk (nikola-tesla-seed.json) \u2014 not reinstalled to avoid duplicates. Original nodes remain in Engram."
"notes": "Enriched seed on disk (nikola-tesla-seed.json) not reinstalled to avoid duplicates. Original nodes remain in Engram."
},
{
"subject": "Frederick Douglass",
@@ -125,7 +107,7 @@
"installed_at": "2026-05-03"
},
{
"subject": "Ren\u00e9 Descartes",
"subject": "René Descartes",
"slug": "rene-descartes",
"seed_file": "rene-descartes-seed.json",
"engram_root_id": "e77f15ca-5499-41ef-9807-17a2261280e0",
@@ -155,6 +137,22 @@
"engram_root_id": "db5266dc-f518-43d6-863c-5b274792e819",
"installed": true,
"installed_at": "2026-05-03"
},
{
"subject": "Alan Turing",
"slug": "alan-turing",
"seed_file": "turing-seed.json",
"engram_root_id": "cce1d430-be4e-420d-9d81-d32380ae7281",
"installed": true,
"installed_at": "2026-05-03"
},
{
"subject": "Albert Einstein",
"slug": "albert-einstein",
"seed_file": "albert-einstein-seed.json",
"engram_root_id": "291f8502-8f60-4f57-a800-4e3e1425c9bd",
"installed": true,
"installed_at": "2026-05-03"
}
]
}