Compare commits
1 Commits
fix/issue-
...
fix/1336-m
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
359ffbbcdf |
@@ -165,7 +165,6 @@
|
||||
|
||||
<!-- Top Right: Agent Log, Atlas & SOUL Toggle -->
|
||||
<div class="hud-top-right">
|
||||
<button id="atlas-toggle-btn" class="hud-icon-btn" title="World Directory">
|
||||
<button id="soul-toggle-btn" class="hud-icon-btn" title="Timmy's SOUL">
|
||||
<span class="hud-icon">✦</span>
|
||||
<span class="hud-btn-label">SOUL</span>
|
||||
|
||||
60
portals.json
60
portals.json
@@ -129,21 +129,13 @@
|
||||
"type": "harness",
|
||||
"params": {
|
||||
"mode": "creative"
|
||||
},
|
||||
"action_label": "Enter Workshop"
|
||||
}
|
||||
},
|
||||
"agents_present": [
|
||||
"timmy",
|
||||
"kimi"
|
||||
],
|
||||
"interaction_ready": true,
|
||||
"access_mode": "visitor",
|
||||
"telemetry_source": "workshop",
|
||||
"world_category": "development",
|
||||
"owner": "Timmy",
|
||||
"portal_type": "creative-tool",
|
||||
"readiness_state": "online",
|
||||
"environment": "production"
|
||||
"interaction_ready": true
|
||||
},
|
||||
{
|
||||
"id": "archive",
|
||||
@@ -165,20 +157,12 @@
|
||||
"type": "harness",
|
||||
"params": {
|
||||
"mode": "read"
|
||||
},
|
||||
"action_label": "Enter Archive"
|
||||
}
|
||||
},
|
||||
"agents_present": [
|
||||
"claude"
|
||||
],
|
||||
"interaction_ready": true,
|
||||
"access_mode": "operator",
|
||||
"telemetry_source": "archive",
|
||||
"world_category": "knowledge",
|
||||
"owner": "Timmy",
|
||||
"portal_type": "data-store",
|
||||
"readiness_state": "online",
|
||||
"environment": "production"
|
||||
"interaction_ready": true
|
||||
},
|
||||
{
|
||||
"id": "chapel",
|
||||
@@ -200,18 +184,10 @@
|
||||
"type": "harness",
|
||||
"params": {
|
||||
"mode": "meditation"
|
||||
},
|
||||
"action_label": "Enter Chapel"
|
||||
}
|
||||
},
|
||||
"agents_present": [],
|
||||
"interaction_ready": true,
|
||||
"access_mode": "visitor",
|
||||
"telemetry_source": "chapel",
|
||||
"world_category": "spiritual",
|
||||
"owner": "Timmy",
|
||||
"portal_type": "reflective-space",
|
||||
"readiness_state": "online",
|
||||
"environment": "production"
|
||||
"interaction_ready": true
|
||||
},
|
||||
{
|
||||
"id": "courtyard",
|
||||
@@ -233,21 +209,13 @@
|
||||
"type": "harness",
|
||||
"params": {
|
||||
"mode": "social"
|
||||
},
|
||||
"action_label": "Enter Courtyard"
|
||||
}
|
||||
},
|
||||
"agents_present": [
|
||||
"timmy",
|
||||
"perplexity"
|
||||
],
|
||||
"interaction_ready": true,
|
||||
"access_mode": "visitor",
|
||||
"telemetry_source": "courtyard",
|
||||
"world_category": "gathering",
|
||||
"owner": "Timmy",
|
||||
"portal_type": "social-space",
|
||||
"readiness_state": "online",
|
||||
"environment": "production"
|
||||
"interaction_ready": true
|
||||
},
|
||||
{
|
||||
"id": "gate",
|
||||
@@ -269,18 +237,10 @@
|
||||
"type": "harness",
|
||||
"params": {
|
||||
"mode": "transit"
|
||||
},
|
||||
"action_label": "Enter Gate"
|
||||
}
|
||||
},
|
||||
"agents_present": [],
|
||||
"interaction_ready": false,
|
||||
"access_mode": "visitor",
|
||||
"telemetry_source": "gate",
|
||||
"world_category": "navigation",
|
||||
"owner": "Timmy",
|
||||
"portal_type": "entry-point",
|
||||
"readiness_state": "online",
|
||||
"environment": "production"
|
||||
"interaction_ready": false
|
||||
},
|
||||
{
|
||||
"id": "playground",
|
||||
|
||||
Reference in New Issue
Block a user