{
  "_comment": "company → kind (product | experiment | professional) → optional named product → project. Products include zerOS (stealth) and the Blueprint tracks (health, world sim, evolve). The github repo named portfolio is professional work, not a taxonomy node. experiments sit beside products, not under them.",
  "company": {
    "id": "zer0",
    "name": "zer0",
    "label": "zer0"
  },
  "kinds": [
    {
      "id": "product",
      "name": "product",
      "description": "ships or aims to ship as a named product surface."
    },
    {
      "id": "experiment",
      "name": "experiment",
      "description": "llm / orchestration / videogame-shaped probes — not a product yet."
    },
    {
      "id": "professional",
      "name": "professional",
      "description": "career, showcase, client, and personal professional artifacts."
    }
  ],
  "products": [
    {
      "id": "zeros",
      "name": "zerOS",
      "kind": "product",
      "stealth": true,
      "description": "zerOS (stealth) — company operating system: issues, harness, cockpit, voice.",
      "projects": ["_pm", "zer0-cockpit", "zer0-harness-spine", "zer0-voice", "z0"]
    },
    {
      "id": "health",
      "name": "health",
      "kind": "product",
      "track": 1,
      "description": "blueprint track 1 — aio health / blueprint protocol (labs, nutrition, fitness, sleep). public proxy: attention / bci work.",
      "projects": ["FlowState"]
    },
    {
      "id": "world-sim",
      "name": "world sim",
      "kind": "product",
      "track": 2,
      "description": "blueprint track 2 — digital twin → robotics / farm-to-table simulation pipeline.",
      "projects": ["ace", "farm"]
    },
    {
      "id": "evolve",
      "name": "evolve",
      "kind": "product",
      "track": 3,
      "description": "blueprint track 3 — c(raid) orchestration; end-to-end autonomous development framework.",
      "projects": ["evolve"]
    },
    {
      "id": "blueprint",
      "name": "blueprint",
      "kind": "product",
      "description": "blueprint system — brand, specs, and site that connect the three tracks.",
      "projects": ["blueprint"]
    },
    {
      "id": "agent-tooling",
      "name": "agent tooling",
      "kind": "product",
      "description": "public interfaces and fleets for coding agents (surfaces that feed evolve / zeros).",
      "projects": ["tmux-agent-fleet", "claude-island", "Auto-Claude", "opcode", "flow", "launch", "hermes-liquid-glass"]
    },
    {
      "id": "boplog",
      "name": "boplog",
      "kind": "product",
      "description": "public build log of authored github work.",
      "projects": ["boplog"]
    },
    {
      "id": "tesla-ui",
      "name": "tesla ui",
      "kind": "product",
      "description": "infotainment ui prototypes.",
      "projects": ["tesla", "tesla-infotainment"]
    },
    {
      "id": "audioengine",
      "name": "audioengine",
      "kind": "professional",
      "description": "2017 ios real-time audio / noise meter + eq (jubiaudio phase i).",
      "projects": ["AudioEngine"]
    },
    {
      "id": "professional-showcase",
      "name": "showcase",
      "kind": "professional",
      "description": "portfolio site and career packaging (repo name portfolio ≠ this taxonomy). interactive 3d surface: ramen shop props.",
      "projects": ["portfolio", "cv", "jobapp"]
    },
    {
      "id": "dotfiles",
      "name": "dotfiles",
      "kind": "professional",
      "description": "personal linux/macos environment.",
      "projects": [".files"]
    },
    {
      "id": "mobile-legacy",
      "name": "mobile (legacy)",
      "kind": "professional",
      "description": "earlier ios and mobile work.",
      "projects": ["iOS-2017", "smartvest", "Flicks", "refind"]
    },
    {
      "id": "open-source-contrib",
      "name": "open-source contributions",
      "kind": "product",
      "description": "forks and patches where the signal is my commits.",
      "projects": [
        "kpu-sim",
        "coding-interview-university",
        "uiua",
        "OpenHands",
        "cofounder",
        "raisr"
      ]
    }
  ],
  "experiments": [
    "aliens-made-this",
    "architecture_demo",
    "botw",
    "metallic-card",
    "monument",
    "scrollytelling",
    "UX",
    "playground",
    "cod",
    "spy",
    "flo",
    "expert",
    "docs-boilerplate",
    "whisper",
    "migrate",
    "kvnloo"
  ],
  "defaultKind": "experiment",
  "focus": [
    { "type": "product", "id": "zeros" },
    { "type": "product", "id": "evolve" },
    { "type": "product", "id": "health" },
    { "type": "product", "id": "world-sim" },
    { "type": "kind", "id": "experiment" },
    { "type": "kind", "id": "professional" }
  ],
  "focusProducts": [
    "zeros",
    "evolve",
    "health",
    "world-sim",
    "agent-tooling"
  ]
}
