{
  "_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-0304",
    "kind": "work",
    "objective": "Write the missing documentation on the 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\nThese 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, 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 by tier and planner_visible. A core, planner-visible row with no documentation costs a wrong model call every time it is offered; a backwater row costs nothing.",
    "state": "completed",
    "priority": 4,
    "revision": 4,
    "depends_on": [],
    "permitted_capabilities": [
      "D1_QUERY",
      "DIR_GET"
    ],
    "acceptance_tests": [
      {
        "type": "sql_count_at_least",
        "id": "zero_non_cf_rows_lack_a_what_line",
        "sql": "SELECT CASE WHEN (SELECT COUNT(*) FROM directory WHERE enabled=1 AND key NOT LIKE 'CF\\_%' ESCAPE '\\' AND instr(COALESCE(content,''),'# WHAT:')=0)=0 THEN 1 ELSE 0 END",
        "min": 1
      }
    ],
    "required_evidence": [
      "verification"
    ],
    "parent_task": "WT-0302",
    "supersedes": null,
    "failure": null,
    "failure_count": 0,
    "last_result": {
      "accepted": true,
      "tests_declared": 1,
      "tests_passed": 1,
      "tests_inherited_from": null,
      "results": [
        {
          "id": "zero_non_cf_rows_lack_a_what_line",
          "ok": true,
          "detail": "count=1 (need 1)"
        }
      ],
      "missing_evidence": []
    },
    "completed_at": "2026-09-14T03:34:09-07:00",
    "created_at": "2026-09-13T21:40:35-07:00",
    "updated_at": "2026-09-14T03:34:09-07:00",
    "audit": "/api/work/task/WT-0304/audit",
    "submit_to": "/api/work/task/WT-0304/submit"
  }
}