{
  "name": "EDGAR'S Auth",
  "domain": "auth.edgars.tools",
  "version": "0.1.1",
  "mode": "static-scaffold",
  "owner": "Edgar / 王世鈞",
  "purpose": "Visible auth entry scaffold for Edgar's personal AI tool infrastructure.",
  "public_routes": [
    "/",
    "/login.html",
    "/status.html",
    "/_meta.json"
  ],
  "reserved_future_routes": [
    "/callback.html",
    "/session.html"
  ],
  "protected_future_routes": [
    "/admin",
    "/session",
    "/token",
    "/api"
  ],
  "oauth": {
    "provider": "Google OAuth",
    "state": "planned",
    "real_login_active": false,
    "client_secrets_in_frontend": false
  },
  "relationship": {
    "www.edgars.tools": "public homepage and OAuth-ready trust surface — links back from login footer",
    "auth.edgars.tools": "identity and authorization scaffold",
    "mcp.edgars.tools": "MCP endpoint, unchanged",
    "status.edgars.tools": "public status surface"
  },
  "notes": [
    "This scaffold is frontend-safe and contains no secrets.",
    "Real OAuth callback and session issuing are intentionally not active yet.",
    "Future backend gateway can replace callback/session routes without changing the public information architecture."
  ]
}
