{
  "asOf": "2026-08-03T03:11:18.998Z",
  "agents": [
    {
      "role": "Planning",
      "alive": false,
      "doing": "resting"
    },
    {
      "role": "Engineering",
      "alive": true,
      "doing": "building game systems"
    },
    {
      "role": "Design",
      "alive": true,
      "doing": "designing game systems"
    },
    {
      "role": "Testing",
      "alive": true,
      "doing": "playing the game and checking it holds up"
    },
    {
      "role": "Art",
      "alive": true,
      "doing": "making art and audio"
    }
  ],
  "activity": {
    "done24h": 0,
    "done7d": 1,
    "queueDepth": 0
  },
  "now": [
    {
      "label": "Close the Sprint 2 core loop",
      "done": 4,
      "total": 7
    },
    {
      "label": "Sprint 3 combat / magic slice",
      "done": 5,
      "total": 6
    },
    {
      "label": "World feel",
      "done": 3,
      "total": 7
    },
    {
      "label": "Procedural world + travel",
      "done": 1,
      "total": 5
    }
  ],
  "next": [
    {
      "label": "Multiplayer / backend",
      "done": 1,
      "total": 3
    }
  ],
  "later": []
}
