{
  "name": "WakeForge Agent Command Deck",
  "description": "A ForgeFront Systems command deck for seeing, building, deploying, and controlling AI agents across device, cloud, MCP, and A2A surfaces.",
  "url": "/",
  "provider": {
    "organization": "ForgeFront Systems",
    "url": "https://www.wakeforged.com"
  },
  "version": "0.1.0",
  "protocolVersion": "1.0",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "skills": [
    {
      "id": "agent-blueprint-build",
      "name": "Build Agent Blueprint",
      "description": "Defines agent mission profile, voice layer, memory core, and deploy target.",
      "tags": ["agent-builder", "blueprint", "wakeforge"]
    },
    {
      "id": "agent-core-upgrade",
      "name": "Upgrade Agent Core",
      "description": "Stages upgraded flagship cores such as NYX and ECHO for deployment.",
      "tags": ["agent-upgrade", "nyx", "echo"]
    },
    {
      "id": "deploy-stack",
      "name": "Deploy Agent Stack",
      "description": "Publishes WakeForge status to device, cloud, and A2A registry surfaces.",
      "tags": ["deployment", "a2a", "pwa"]
    }
  ],
  "securitySchemes": {},
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"]
}
