feat: add formal spatial memory schema JSON for Project Mnemosyne

This commit is contained in:
Alexander Whitestone
2026-04-08 23:56:42 -04:00
parent 4d9fd555a0
commit 84f75e1e51

34
mnemosyne_schema.json Normal file
View File

@@ -0,0 +1,34 @@
{
"rooms": {
"user_pref": {
"name": "The Library",
"theme": "Archive shelves, soft lighting, velvet",
"visual_accent": "#C2B280"
},
"project": {
"name": "The Workshop",
"theme": "Drafting tables, holographic blueprints, metal",
"visual_accent": "#4682B4"
},
"tool": {
"name": "The Armory",
"theme": "Server racks, neon circuitry, chrome",
"visual_accent": "#00FF00"
},
"general": {
"name": "The Commons",
"theme": "Open garden, floating islands, eclectic",
"visual_accent": "#FFD700"
}
},
"object_mapping": {
"trust_score": {
"property": "luminosity",
"range": [0.0, 1.0]
},
"connectivity": {
"property": "scale",
"range": [0.5, 2.0]
}
}
}