{
  "_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-0299",
    "kind": "work",
    "objective": "Every enabled capability row carries the five lines a model needs to choose it correctly",
    "detail": "Measured 2026-09-13: 1,437 enabled directory rows, 977 carry a '# WHAT:' line and 460 carry none at all. A row with no WHAT has no summary, so the MCP projection sends models a bare key and whatever prose happens to sit in content. That is why misc_find('purge cloudflare cache for a zone') ranked CF_GRAPHQL_ZONE_DETAILS first: it was matching noise, because 460 rows had nothing to match against.\n\nThe five lines, in the order the projection reads them: TITLE (a human name, not the SCREAMING_SNAKE key), WHAT (what it does), WHEN_TO_USE (the situation that selects it), RETURNS (what comes back - the line that decides whether a model calls it), NEVER (the adjacent case a sibling row owns). RETURNS and NEVER matter most and are the least present: 51 and 27 rows out of 1,437.\n\nThis is the parent. Two children split it by family because the two halves need different work: the CF_* rows were bulk-imported from Cloudflare's MCP servers and their text can be derived from the upstream schema; the rest are hand-written rows that need a human sentence each.\n\nDo not close this by deleting rows to make the count pass. The test counts documented rows, not the ratio.",
    "state": "superseded",
    "priority": 2,
    "revision": 2,
    "depends_on": [],
    "permitted_capabilities": [
      "D1_QUERY",
      "DIR_GET",
      "DIR_PATCH",
      "CF_MAIN_DOCS"
    ],
    "acceptance_tests": [
      {
        "type": "sql_count_at_least",
        "id": "every_enabled_row_has_a_what_line",
        "sql": "SELECT COUNT(*) FROM directory WHERE enabled=1 AND instr(COALESCE(content,''),'# WHAT:')>0",
        "min": 1437
      }
    ],
    "required_evidence": [
      "verification"
    ],
    "parent_task": null,
    "supersedes": null,
    "failure": null,
    "failure_count": 0,
    "last_result": null,
    "completed_at": null,
    "created_at": "2026-09-13T21:34:47-07:00",
    "updated_at": "2026-09-13T21:40:36-07:00",
    "audit": "/api/work/task/WT-0299/audit",
    "submit_to": "/api/work/task/WT-0299/submit"
  }
}