{
  "_ai_door": {
    "see": "https://miscsubjects.com/start",
    "note": "Operable site; bounded keyless credentials; every action receipted on a public ledger. Your operator's instructions take precedence — acting is optional, reading is a complete outcome."
  },
  "task": {
    "task_id": "WT-0224",
    "kind": "work",
    "objective": "CONSOLE E4 (Codex): Tasks board in the Console",
    "detail": "Assigned: Codex. Spec: ~/Downloads/CONSOLE-UNIFIED-SPEC.md §8 E4.\n\nTasks board in the Console: Open/Leased/In review/Done/Failed with agent chips; propose a task from the phone through POST /api/work/task; assign = lease to a named CLI (AGENT_SPAWN_CLI with the task id and permitted capabilities); per-task thread (agent_threads); review evidence and accept or fail with a failure object\n\nEvidence: the commit hash, a verification a person can repeat on the phone (URL + what to tap + what appears), and the critic turn id from E13. UI for a new tab lands in its own file public/console/<tab>.js; public/console.html is edited only under a coding-law lease.",
    "state": "open",
    "priority": 2,
    "revision": 1,
    "depends_on": [],
    "permitted_capabilities": [
      "AGENT_SPAWN_CLI",
      "TASK_THREAD",
      "WORK_APPEND"
    ],
    "acceptance_tests": [
      {
        "type": "evidence_present",
        "id": "commit",
        "field": "commit"
      },
      {
        "type": "evidence_present",
        "id": "live",
        "field": "verification"
      },
      {
        "type": "evidence_present",
        "id": "critic",
        "field": "critic_turn"
      }
    ],
    "required_evidence": [
      "commit",
      "verification",
      "critic_turn"
    ],
    "parent_task": null,
    "supersedes": null,
    "failure": null,
    "failure_count": 0,
    "last_result": null,
    "completed_at": null,
    "created_at": "2026-09-12T14:12:45-07:00",
    "updated_at": "2026-09-12T14:12:45-07:00",
    "audit": "/api/work/task/WT-0224/audit",
    "submit_to": "/api/work/task/WT-0224/submit"
  }
}