From c928daf76a2131be82f2812c3eab91bec52dceb4 Mon Sep 17 00:00:00 2001 From: Google AI Agent Date: Mon, 30 Mar 2026 16:07:26 +0000 Subject: [PATCH] chore: update portals.json from workspace --- portals.json | 58 +--------------------------------------------------- 1 file changed, 1 insertion(+), 57 deletions(-) diff --git a/portals.json b/portals.json index 9a67857..f319cf0 100644 --- a/portals.json +++ b/portals.json @@ -17,7 +17,7 @@ "id": "bannerlord", "name": "Bannerlord", "description": "Calradia battle harness. Massive armies, tactical command.", - "status": "standby", + "status": "online", "color": "#ffd700", "position": { "x": -15, "y": 0, "z": -10 }, "rotation": { "y": 0.5 }, @@ -40,61 +40,5 @@ "type": "harness", "params": { "mode": "creative" } } - }, - { - "id": "archive", - "name": "Archive", - "description": "The repository of all knowledge. History, logs, and ancient data.", - "status": "online", - "color": "#0066ff", - "position": { "x": 25, "y": 0, "z": 0 }, - "rotation": { "y": -1.57 }, - "destination": { - "url": "https://archive.timmy.foundation", - "type": "harness", - "params": { "mode": "read" } - } - }, - { - "id": "chapel", - "name": "Chapel", - "description": "A sanctuary for reflection and digital peace.", - "status": "online", - "color": "#ffd700", - "position": { "x": -25, "y": 0, "z": 0 }, - "rotation": { "y": 1.57 }, - "destination": { - "url": "https://chapel.timmy.foundation", - "type": "harness", - "params": { "mode": "meditation" } - } - }, - { - "id": "courtyard", - "name": "Courtyard", - "description": "The open nexus. A place for agents to gather and connect.", - "status": "online", - "color": "#4af0c0", - "position": { "x": 15, "y": 0, "z": 10 }, - "rotation": { "y": -2.5 }, - "destination": { - "url": "https://courtyard.timmy.foundation", - "type": "harness", - "params": { "mode": "social" } - } - }, - { - "id": "gate", - "name": "Gate", - "description": "The transition point. Entry and exit from the Nexus core.", - "status": "standby", - "color": "#ff4466", - "position": { "x": -15, "y": 0, "z": 10 }, - "rotation": { "y": 2.5 }, - "destination": { - "url": "https://gate.timmy.foundation", - "type": "harness", - "params": { "mode": "transit" } - } } ]