From b2bd88c6e1b55bd780f3083e38655691658eb088 Mon Sep 17 00:00:00 2001 From: posimai Date: Fri, 17 Apr 2026 13:11:31 +0900 Subject: [PATCH] =?UTF-8?q?chore(atlas):=20update=20app=20count=20to=2028,?= =?UTF-8?q?=20add=20Guard=E2=86=92Gemini=20edge,=20fix=20dashboard=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- atlas.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/atlas.json b/atlas.json index fb3c752..39bcadc 100644 --- a/atlas.json +++ b/atlas.json @@ -2,7 +2,7 @@ "meta": { "owner": "mai", "description": "Posimai 開発インフラ構成", - "updated": "2026-04-10", + "updated": "2026-04-12", "version": "3" }, "nodes": [ @@ -122,9 +122,9 @@ }, { "id": "posimai-apps", - "label": "Posimai Apps (27)", + "label": "Posimai Apps (28)", "type": "app", - "description": "brain / habit / pulse / feed / reader / journal / brief / daily / ambient / veil / lens / diff / clean / timer / digest / think / site / events / maps / tech-events / analytics / roadmap / together / atlas / dashboard / hotels など全 27 本。VPS JWT で認証。", + "description": "brain / habit / pulse / feed / reader / journal / brief / daily / ambient / veil / lens / diff / clean / timer / digest / think / site / events / maps / tech-events / analytics / roadmap / together / atlas / dashboard / hotels / guard など全 28 本。VPS JWT で認証。", "url": "https://posimai-dashboard.vercel.app", "status": "active", "parent": "vercel" @@ -202,6 +202,7 @@ { "from": "posimai-store", "to": "stripe", "type": "calls", "label": "Payment Link" }, { "from": "posimai-apps", "to": "posimai-api", "type": "calls", "label": "REST API (JWT認証)" }, { "from": "posimai-api", "to": "gemini", "type": "calls", "label": "AI 要約" }, + { "from": "posimai-apps", "to": "gemini", "type": "calls", "label": "Guard コードスキャン (直接呼出)" }, { "from": "uptime-kuma", "to": "vps-xserver", "type": "monitors","label": "死活監視" }, { "from": "uptime-kuma", "to": "ubuntu-pc", "type": "monitors","label": "死活監視" },