{
  "name": "P31 Labs",
  "description": "Open-source neuroinclusive assistive technology for neurodivergent individuals and families.",
  "documentation": "https://p31ca.org/docs",
  "repository": "https://github.com/p31labs/P31-local-workspace",
  "agents": {
    "instructions": "AGENTS.md",
    "design": "DESIGN.md"
  },
  "capabilities": {
    "cli": {
      "description": "Oasis CLI — interactive TUI with agent mode and MCP server",
      "agentMode": "andromeda --agent",
      "mcpServer": "node cli/mcp-server.js",
      "commands": ["/exit", "/clear", "/sandbox clear", "/export log", "/save", "/notify test", "/help", "/theme <name>", "/mode <name>"]
    },
    "phos": {
      "description": "PHOS — sovereign cognitive mesh gateway for neurodivergent users",
      "gateway": "https://gateway.p31ca.org",
      "endpoints": {
        "chat": "/ai/chat",
        "v1Chat": "/v1/chat/completions",
        "transcribe": "/transcribe",
        "surfaces": "/api/phos/surfaces"
      },
      "spoonAware": true,
      "spoonScale": "0–5 (0=crisis, 3=baseline, 5=high energy)"
    },
    "designSystem": {
      "description": "PHOS component registry — queryable design system for agent-generated UI",
      "mcpServer": "node cli/component-registry.js",
      "tools": ["design_list_components", "design_get_component", "design_get_tokens", "design_search", "design_spoon_guide"],
      "spec": "DESIGN.md"
    },
    "love": {
      "description": "L.O.V.E. ledger — privacy-preserving care accounting",
      "ledger": "https://love-ledger.p31ca.org",
      "api": "/api/love",
      "sbt": "LOVESBT.sol (ERC-5192)",
      "spoonAware": true,
      "capabilities": {
        "balance": "GET /api/love/balance",
        "status": "GET /api/love/status",
        "sync": "POST /api/love/sync"
      },
      "agentDiscovery": "andromeda love status"
    }
  },
  "links": [
    {
      "rel": "instructions",
      "href": "https://github.com/p31labs/P31-local-workspace/blob/main/AGENTS.md"
    },
    {
      "rel": "design",
      "href": "https://github.com/p31labs/P31-local-workspace/blob/main/DESIGN.md"
    },
    {
      "rel": "docs",
      "href": "https://p31ca.org/docs"
    },
    {
      "rel": "llms.txt",
      "href": "https://p31ca.org/llms.txt"
    },
    {
      "rel": "love-ledger",
      "href": "https://love-ledger.p31ca.org"
    }
  ]
}
