Compare commits
1 Commits
mimo/code/
...
fix/1511-s
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0df33558a5 |
62
portals.json
62
portals.json
@@ -129,13 +129,21 @@
|
|||||||
"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": "location",
|
||||||
|
"world_category": "hub",
|
||||||
|
"environment": "local",
|
||||||
|
"access_mode": "public",
|
||||||
|
"readiness_state": "live",
|
||||||
|
"telemetry_source": "nexus",
|
||||||
|
"owner": "Timmy"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "archive",
|
"id": "archive",
|
||||||
@@ -157,12 +165,20 @@
|
|||||||
"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": "location",
|
||||||
|
"world_category": "hub",
|
||||||
|
"environment": "local",
|
||||||
|
"access_mode": "public",
|
||||||
|
"readiness_state": "live",
|
||||||
|
"telemetry_source": "nexus",
|
||||||
|
"owner": "Timmy"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "chapel",
|
"id": "chapel",
|
||||||
@@ -184,10 +200,18 @@
|
|||||||
"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": "location",
|
||||||
|
"world_category": "hub",
|
||||||
|
"environment": "local",
|
||||||
|
"access_mode": "public",
|
||||||
|
"readiness_state": "live",
|
||||||
|
"telemetry_source": "nexus",
|
||||||
|
"owner": "Timmy"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "courtyard",
|
"id": "courtyard",
|
||||||
@@ -209,13 +233,21 @@
|
|||||||
"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": "location",
|
||||||
|
"world_category": "hub",
|
||||||
|
"environment": "local",
|
||||||
|
"access_mode": "public",
|
||||||
|
"readiness_state": "live",
|
||||||
|
"telemetry_source": "nexus",
|
||||||
|
"owner": "Timmy"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "gate",
|
"id": "gate",
|
||||||
@@ -237,10 +269,18 @@
|
|||||||
"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": "location",
|
||||||
|
"world_category": "hub",
|
||||||
|
"environment": "local",
|
||||||
|
"access_mode": "public",
|
||||||
|
"readiness_state": "live",
|
||||||
|
"telemetry_source": "nexus",
|
||||||
|
"owner": "Timmy"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "playground",
|
"id": "playground",
|
||||||
@@ -292,4 +332,4 @@
|
|||||||
"agents_present": [],
|
"agents_present": [],
|
||||||
"interaction_ready": true
|
"interaction_ready": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user