chore(atlas): update app count to 28, add Guard→Gemini edge, fix dashboard URL
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d6905ebfdb
commit
b2bd88c6e1
|
|
@ -2,7 +2,7 @@
|
||||||
"meta": {
|
"meta": {
|
||||||
"owner": "mai",
|
"owner": "mai",
|
||||||
"description": "Posimai 開発インフラ構成",
|
"description": "Posimai 開発インフラ構成",
|
||||||
"updated": "2026-04-10",
|
"updated": "2026-04-12",
|
||||||
"version": "3"
|
"version": "3"
|
||||||
},
|
},
|
||||||
"nodes": [
|
"nodes": [
|
||||||
|
|
@ -122,9 +122,9 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "posimai-apps",
|
"id": "posimai-apps",
|
||||||
"label": "Posimai Apps (27)",
|
"label": "Posimai Apps (28)",
|
||||||
"type": "app",
|
"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",
|
"url": "https://posimai-dashboard.vercel.app",
|
||||||
"status": "active",
|
"status": "active",
|
||||||
"parent": "vercel"
|
"parent": "vercel"
|
||||||
|
|
@ -202,6 +202,7 @@
|
||||||
{ "from": "posimai-store", "to": "stripe", "type": "calls", "label": "Payment Link" },
|
{ "from": "posimai-store", "to": "stripe", "type": "calls", "label": "Payment Link" },
|
||||||
{ "from": "posimai-apps", "to": "posimai-api", "type": "calls", "label": "REST API (JWT認証)" },
|
{ "from": "posimai-apps", "to": "posimai-api", "type": "calls", "label": "REST API (JWT認証)" },
|
||||||
{ "from": "posimai-api", "to": "gemini", "type": "calls", "label": "AI 要約" },
|
{ "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": "vps-xserver", "type": "monitors","label": "死活監視" },
|
||||||
{ "from": "uptime-kuma", "to": "ubuntu-pc", "type": "monitors","label": "死活監視" },
|
{ "from": "uptime-kuma", "to": "ubuntu-pc", "type": "monitors","label": "死活監視" },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue