{
  "_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-0301",
    "kind": "work",
    "objective": "Write the missing documentation on the 279 hand-built rows that have none",
    "detail": "1,249 enabled non-CF rows; 970 carry a '# WHAT:' line and 279 carry none. 232 of those 279 are planner-visible and 25 are tier core — they are offered to models as choices while telling them nothing about what they do.\n\nUnlike the Cloudflare imports these have no upstream schema to derive from. Each needs a human sentence. Read the row's target — the fn name, the SQL, the HTTP URL or the flow DSL — and say what it does in one sentence a person with no knowledge of this build would understand, then WHEN_TO_USE, then RETURNS, then NEVER naming the sibling that owns the adjacent case.\n\nOrder the work by tier and planner_visible: a core, planner-visible row with no documentation costs a wrong model call every time it is offered; a disabled backwater row costs nothing.",
    "state": "superseded",
    "priority": 4,
    "revision": 2,
    "depends_on": [],
    "permitted_capabilities": [
      "D1_QUERY",
      "DIR_GET"
    ],
    "acceptance_tests": [
      {
        "type": "sql_count_at_least",
        "id": "every_non_cf_row_documented",
        "sql": "SELECT COUNT(*) FROM directory WHERE enabled=1 AND key NOT LIKE 'CF\\_%' ESCAPE '\\' AND instr(COALESCE(content,''),'# WHAT:')>0",
        "min": 1249
      }
    ],
    "required_evidence": [
      "verification"
    ],
    "parent_task": "WT-0299",
    "supersedes": null,
    "failure": null,
    "failure_count": 0,
    "last_result": null,
    "completed_at": null,
    "created_at": "2026-09-13T21:35:25-07:00",
    "updated_at": "2026-09-13T21:40:38-07:00",
    "audit": "/api/work/task/WT-0301/audit",
    "submit_to": "/api/work/task/WT-0301/submit"
  }
}