Compare commits
4 Commits
mimo/code/
...
fix/1511
| Author | SHA1 | Date | |
|---|---|---|---|
| 1487e03d47 | |||
| e05a576084 | |||
|
|
bb839e0174 | ||
|
|
5903d680dd |
67
portals.json
67
portals.json
@@ -129,13 +129,22 @@
|
|||||||
"type": "harness",
|
"type": "harness",
|
||||||
"params": {
|
"params": {
|
||||||
"mode": "creative"
|
"mode": "creative"
|
||||||
}
|
},
|
||||||
|
"action_label": "Enter Workshop"
|
||||||
},
|
},
|
||||||
"agents_present": [
|
"agents_present": [
|
||||||
"timmy",
|
"timmy",
|
||||||
"kimi"
|
"kimi"
|
||||||
],
|
],
|
||||||
"interaction_ready": true
|
"interaction_ready": true,
|
||||||
|
"portal_type": "operator-room",
|
||||||
|
"world_category": "workspace",
|
||||||
|
"environment": "production",
|
||||||
|
"access_mode": "operator",
|
||||||
|
"readiness_state": "active",
|
||||||
|
"telemetry_source": "workshop.timmy.foundation",
|
||||||
|
"owner": "Timmy",
|
||||||
|
"blocked_reason": null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "archive",
|
"id": "archive",
|
||||||
@@ -157,12 +166,21 @@
|
|||||||
"type": "harness",
|
"type": "harness",
|
||||||
"params": {
|
"params": {
|
||||||
"mode": "read"
|
"mode": "read"
|
||||||
}
|
},
|
||||||
|
"action_label": "Enter Archive"
|
||||||
},
|
},
|
||||||
"agents_present": [
|
"agents_present": [
|
||||||
"claude"
|
"claude"
|
||||||
],
|
],
|
||||||
"interaction_ready": true
|
"interaction_ready": true,
|
||||||
|
"portal_type": "research-space",
|
||||||
|
"world_category": "archive",
|
||||||
|
"environment": "production",
|
||||||
|
"access_mode": "operator",
|
||||||
|
"readiness_state": "active",
|
||||||
|
"telemetry_source": "archive.timmy.foundation",
|
||||||
|
"owner": "Timmy",
|
||||||
|
"blocked_reason": null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "chapel",
|
"id": "chapel",
|
||||||
@@ -184,10 +202,19 @@
|
|||||||
"type": "harness",
|
"type": "harness",
|
||||||
"params": {
|
"params": {
|
||||||
"mode": "meditation"
|
"mode": "meditation"
|
||||||
}
|
},
|
||||||
|
"action_label": "Enter Chapel"
|
||||||
},
|
},
|
||||||
"agents_present": [],
|
"agents_present": [],
|
||||||
"interaction_ready": true
|
"interaction_ready": true,
|
||||||
|
"portal_type": "operator-room",
|
||||||
|
"world_category": "reflection",
|
||||||
|
"environment": "production",
|
||||||
|
"access_mode": "visitor",
|
||||||
|
"readiness_state": "active",
|
||||||
|
"telemetry_source": "chapel.timmy.foundation",
|
||||||
|
"owner": "Timmy",
|
||||||
|
"blocked_reason": null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "courtyard",
|
"id": "courtyard",
|
||||||
@@ -209,13 +236,22 @@
|
|||||||
"type": "harness",
|
"type": "harness",
|
||||||
"params": {
|
"params": {
|
||||||
"mode": "social"
|
"mode": "social"
|
||||||
}
|
},
|
||||||
|
"action_label": "Enter Courtyard"
|
||||||
},
|
},
|
||||||
"agents_present": [
|
"agents_present": [
|
||||||
"timmy",
|
"timmy",
|
||||||
"perplexity"
|
"perplexity"
|
||||||
],
|
],
|
||||||
"interaction_ready": true
|
"interaction_ready": true,
|
||||||
|
"portal_type": "operator-room",
|
||||||
|
"world_category": "social",
|
||||||
|
"environment": "production",
|
||||||
|
"access_mode": "visitor",
|
||||||
|
"readiness_state": "active",
|
||||||
|
"telemetry_source": "courtyard.timmy.foundation",
|
||||||
|
"owner": "Timmy",
|
||||||
|
"blocked_reason": null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "gate",
|
"id": "gate",
|
||||||
@@ -237,10 +273,19 @@
|
|||||||
"type": "harness",
|
"type": "harness",
|
||||||
"params": {
|
"params": {
|
||||||
"mode": "transit"
|
"mode": "transit"
|
||||||
}
|
},
|
||||||
|
"action_label": "Enter Gate"
|
||||||
},
|
},
|
||||||
"agents_present": [],
|
"agents_present": [],
|
||||||
"interaction_ready": false
|
"interaction_ready": false,
|
||||||
|
"portal_type": "operator-room",
|
||||||
|
"world_category": "transit",
|
||||||
|
"environment": "production",
|
||||||
|
"access_mode": "operator",
|
||||||
|
"readiness_state": "blocked",
|
||||||
|
"telemetry_source": "gate.timmy.foundation",
|
||||||
|
"owner": "Timmy",
|
||||||
|
"blocked_reason": "Awaiting live transit wiring for the gate harness."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "playground",
|
"id": "playground",
|
||||||
@@ -292,4 +337,4 @@
|
|||||||
"agents_present": [],
|
"agents_present": [],
|
||||||
"interaction_ready": true
|
"interaction_ready": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user