{
  "_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-0360",
    "kind": "work",
    "objective": "A session transcript reads in the order it happened, and a tool step shows the command and the output verbatim",
    "detail": "Two defects the owner photographed 2026-09-16. (1) messagesToTurns concatenated every assistant message between two owner messages into one reply string and collected the tool steps into a separate list drawn after it, so a session that went text, tool, text, tool rendered as one wall of prose followed by a pile of tools and no way to tell which sentence went with which command. Turns now carry an ordered blocks array and turnCard draws it in sequence. (2) A tool payload was always a JSON tree, so a Bash step opened as a collapsed node reading '{1}' and the output was truncated at 240 chars behind a tap-to-expand. An argument object whose meaningful fields are text now renders as that text verbatim, output renders verbatim when it is a string, and the raw payload is one button away.",
    "state": "in_progress",
    "priority": 2,
    "revision": 1,
    "depends_on": [],
    "permitted_capabilities": [],
    "acceptance_tests": [
      {
        "type": "http_ok",
        "id": "console_serves",
        "url": "https://loop-safe-miscsubjects.pages.dev/console.html"
      },
      {
        "type": "contains",
        "id": "ordered_transcript",
        "url": "https://loop-safe-miscsubjects.pages.dev/console.html",
        "scope": "raw",
        "needle": "ORDER IS THE MEANING"
      },
      {
        "type": "contains",
        "id": "rendered_in_order",
        "url": "https://loop-safe-miscsubjects.pages.dev/console.html",
        "scope": "raw",
        "needle": "THE TRANSCRIPT IS RENDERED IN THE ORDER IT HAPPENED"
      },
      {
        "type": "contains",
        "id": "verbatim_payload",
        "url": "https://loop-safe-miscsubjects.pages.dev/console.html",
        "scope": "raw",
        "needle": "SHOW THE COMMAND, NOT A COLLAPSED OBJECT"
      }
    ],
    "required_evidence": [
      "commit",
      "verification"
    ],
    "parent_task": null,
    "supersedes": null,
    "failure": null,
    "failure_count": 0,
    "last_result": null,
    "completed_at": null,
    "created_at": "2026-09-16T16:39:40.080384+00:00",
    "updated_at": "2026-09-16T16:39:40.080384+00:00",
    "audit": "/api/work/task/WT-0360/audit",
    "submit_to": "/api/work/task/WT-0360/submit"
  }
}