{
  "_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-0353",
    "kind": "work",
    "objective": "The Cloudflare skills are usable by the models in the app — Cloudflare Gateway and OpenRouter — not only by the CLIs on the Mac",
    "detail": "The 14 skills from github.com/cloudflare/skills are installed for Claude, Codex, Grok and Kimi and committed into the build (commit 874c0ac88), but the directory carries only 12 SKILL_ rows and the in-app models were never told they exist. Every skill is a row a model can find and read, and the Cloudflare house says so in its prompt.",
    "state": "accepted",
    "priority": 2,
    "revision": 3,
    "depends_on": [],
    "permitted_capabilities": [],
    "acceptance_tests": [
      {
        "type": "sql_count_at_least",
        "id": "skill_rows",
        "sql": "SELECT COUNT(*) n FROM directory WHERE key LIKE 'SKILL_%' AND enabled = 1",
        "min": 16
      },
      {
        "type": "evidence_present",
        "id": "verification",
        "field": "verification"
      }
    ],
    "required_evidence": [
      "verification"
    ],
    "parent_task": null,
    "supersedes": null,
    "failure": null,
    "failure_count": 0,
    "last_result": {
      "accepted": true,
      "tests_declared": 2,
      "tests_passed": 2,
      "tests_inherited_from": null,
      "results": [
        {
          "id": "skill_rows",
          "ok": true,
          "detail": "count=16 (need 16)"
        },
        {
          "id": "verification",
          "ok": true,
          "detail": "checked against required_evidence",
          "evidence_field": "verification"
        }
      ],
      "missing_evidence": []
    },
    "completed_at": "2026-09-15T16:16:44-07:00",
    "created_at": "2026-09-15T16:06:10-07:00",
    "updated_at": "2026-09-15T16:16:44-07:00",
    "audit": "/api/work/task/WT-0353/audit",
    "submit_to": "/api/work/task/WT-0353/submit"
  }
}