add Hedy Lamarr, Marie Curie, Helen Keller imprints

This commit is contained in:
Will Anderson
2026-05-03 02:36:12 -05:00
parent 6f138c50d2
commit b6b081bd73
4 changed files with 275 additions and 0 deletions
+96
View File
@@ -0,0 +1,96 @@
{
"version": "1.0",
"imprints": [
{
"subject": "Bobby Anderson",
"slug": "bobby-anderson",
"seed_file": "bobby-anderson-seed.json",
"engram_root_id": "0d4ad862-8d87-409f-aff5-b2199fae5611",
"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",
"seed_file": "nikola-tesla-seed.json",
"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."
},
{
"subject": "Frederick Douglass",
"slug": "frederick-douglass",
"seed_file": "seeds/frederick-douglass-seed.json",
"engram_root_id": "37ed8061-5a90-4f74-9fb0-0acfae686247",
"installed": true,
"installed_at": "2026-05-03"
},
{
"subject": "Marcus Aurelius",
"slug": "marcus-aurelius",
"seed_file": "seeds/marcus-aurelius-seed.json",
"engram_root_id": "7fb915ca-2b3f-4971-a410-ec8dd2588a04",
"installed": true,
"installed_at": "2026-05-03"
},
{
"subject": "Friedrich Nietzsche",
"slug": "friedrich-nietzsche",
"seed_file": "seeds/friedrich-nietzsche-seed.json",
"engram_root_id": "e789203a-084a-4b73-9bcd-93b667a221de",
"installed": true,
"installed_at": "2026-05-03"
},
{
"subject": "James Baldwin",
"slug": "james-baldwin",
"seed_file": "seeds/james-baldwin-seed.json",
"engram_root_id": "2d42db43-f6ab-418b-a961-6a87866e8679",
"installed": true,
"installed_at": "2026-05-03"
},
{
"subject": "Hedy Lamarr",
"slug": "hedy-lamarr",
"seed_file": "seeds/hedy-lamarr-seed.json",
"engram_root_id": "fc480b53-2552-42de-89b3-9e28f5a216f4",
"installed": true,
"installed_at": "2026-05-03"
},
{
"subject": "Marie Curie",
"slug": "marie-curie",
"seed_file": "seeds/marie-curie-seed.json",
"engram_root_id": "45ea08d1-abaa-488a-960f-8eee50ee07d5",
"installed": true,
"installed_at": "2026-05-03"
},
{
"subject": "Helen Keller",
"slug": "helen-keller",
"seed_file": "seeds/helen-keller-seed.json",
"engram_root_id": "856cb417-f95e-4ae2-b7bf-902c181b2589",
"installed": true,
"installed_at": "2026-05-03"
}
]
}