feat: add formal spatial memory schema JSON for Project Mnemosyne
This commit is contained in:
34
mnemosyne_schema.json
Normal file
34
mnemosyne_schema.json
Normal 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]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user