Files
the-nexus/mnemosyne_schema.json
2026-04-08 23:56:42 -04:00

35 lines
792 B
JSON

{
"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]
}
}
}