{
  "product": "WakeForge",
  "company": "ForgeFront Systems",
  "publicUrl": "https://www.wakeforged.com",
  "version": "0.1.0",
  "stage": "static-pwa-shell",
  "promise": "See. Build. Deploy. Control.",
  "deploymentTargets": [
    {
      "id": "pwa",
      "label": "Laptop / Mobile PWA",
      "status": "ready"
    },
    {
      "id": "a2a",
      "label": "A2A Agent Card Discovery",
      "status": "staged",
      "agentCard": "/.well-known/agent-card.json"
    },
    {
      "id": "mobile-wrapper",
      "label": "Capacitor Mobile Shell",
      "status": "planned"
    },
    {
      "id": "runtime-api",
      "label": "Agent Runtime API",
      "status": "planned"
    }
  ],
  "houstonStations": [
    { "id": "nyx", "folder": "NYX", "qraId": 12, "mapsToAgent": "NYX" },
    { "id": "aether", "folder": "AETHER", "qraId": 14, "mapsToAgent": "AETHER" },
    { "id": "echo", "folder": "ECHO", "qraId": 13, "mapsToAgent": "ECHO" },
    { "id": "rune", "folder": "RUNE", "qraId": 15, "mapsToAgent": "RUNE" },
    { "id": "loom", "folder": "LOOM", "qraId": 16, "mapsToAgent": "LOOM" },
    { "id": "wake_operator", "folder": "WAKE_OPERATOR", "qraId": 17, "mapsToAgent": "WAKE_OPERATOR" }
  ],
  "install": {
    "local": "python3 -m http.server 4173",
    "hosted": "Deploy as a static site and serve over HTTPS for install prompts.",
    "mobile": "Install from the hosted PWA first; wrap with Capacitor after responsive QA."
  },
  "nextRuntimeMilestones": [
    "persist agent blueprints",
    "connect MCP server registry",
    "publish A2A-compatible endpoint",
    "add authenticated deploy targets",
    "add task telemetry and audit logs"
  ]
}
