{
  "_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-0097",
    "kind": "work",
    "objective": "Directory as a true sheet of objects: cells edit in place, every view state (kind tab, filter, sort, cell) is its own link, every cell names its object id, grids paint instantly from cache, and Sheet/Classic views toggle both ways from the top right",
    "detail": "Owner order 2026-08-30, six points: (1) click-and-edit cells like Google Sheets; (2) every cell/row reflects its object id when clicked; (3) cached grid data so the loading screen does not reappear on every visit; (4) the kind tabs (Agents/Content/Code/Files/Other) stay on the directory sheet and each tap gets its own URL; (5) every refinement/filter tap is a shareable link and every populated cell is an addressable object particle (?id=<key>&field=<col>); (6) both views work simultaneously with a two-way toggle in the top right of each. Public contract at /api/sheets names the url_state lanes.",
    "state": "completed",
    "priority": 1,
    "revision": 5,
    "depends_on": [],
    "permitted_capabilities": [
      "repo edit via coding-law lease",
      "scripts/ship.mjs"
    ],
    "acceptance_tests": [
      {
        "id": "contract_live",
        "type": "http_ok",
        "url": "/api/sheets"
      },
      {
        "id": "contract_names_url_state",
        "type": "contains",
        "url": "/api/sheets",
        "needle": "url_state",
        "scope": "raw"
      },
      {
        "id": "contract_names_cell_particle",
        "type": "contains",
        "url": "/api/sheets",
        "needle": "id=ROUTER&field=target",
        "scope": "raw"
      },
      {
        "id": "contract_names_view_toggle",
        "type": "contains",
        "url": "/api/sheets",
        "needle": "view=classic",
        "scope": "raw"
      },
      {
        "id": "contract_names_cache",
        "type": "contains",
        "url": "/api/sheets",
        "needle": "instant paint, background refresh",
        "scope": "raw"
      }
    ],
    "required_evidence": [
      "sheet_view_url",
      "classic_view_url",
      "deep_link_example",
      "browser_verification"
    ],
    "parent_task": null,
    "supersedes": null,
    "failure": null,
    "failure_count": 0,
    "last_result": {
      "accepted": true,
      "tests_declared": 5,
      "tests_passed": 5,
      "tests_inherited_from": null,
      "results": [
        {
          "id": "contract_live",
          "ok": true,
          "detail": "HTTP 200 https://miscsubjects.com/api/sheets"
        },
        {
          "id": "contract_names_url_state",
          "ok": true,
          "detail": "contains \"url_state\" in https://miscsubjects.com/api/sheets (scope=raw) → true"
        },
        {
          "id": "contract_names_cell_particle",
          "ok": true,
          "detail": "contains \"id=ROUTER&field=target\" in https://miscsubjects.com/api/sheets (scope=raw) → true"
        },
        {
          "id": "contract_names_view_toggle",
          "ok": true,
          "detail": "contains \"view=classic\" in https://miscsubjects.com/api/sheets (scope=raw) → true"
        },
        {
          "id": "contract_names_cache",
          "ok": true,
          "detail": "contains \"instant paint, background refresh\" in https://miscsubjects.com/api/sheets (scope=raw) → true"
        }
      ],
      "missing_evidence": []
    },
    "completed_at": "2026-08-30T17:12:41-07:00",
    "created_at": "2026-08-30T16:09:57-07:00",
    "updated_at": "2026-08-30T17:12:41-07:00",
    "audit": "/api/work/task/WT-0097/audit",
    "submit_to": "/api/work/task/WT-0097/submit"
  }
}