{
  "_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-0156",
    "kind": "work",
    "objective": "Capability promotion: a discovered_capability that reaches 'stable' auto-projects into the directory as a dispatchable OIP row, so verified device capabilities become callable through the existing six exposure methods",
    "detail": "Re-issue of WT-0149 with tests. Closes the on-ramp: verified→stable→directory row, no second registry.",
    "state": "completed",
    "priority": 2,
    "revision": 5,
    "depends_on": [],
    "permitted_capabilities": [],
    "acceptance_tests": [
      {
        "id": "stable_capabilities",
        "type": "sql_count_at_least",
        "sql": "SELECT COUNT(*) FROM discovered_capabilities WHERE lifecycle='stable'",
        "min": 3
      },
      {
        "id": "projected_rows",
        "type": "sql_count_at_least",
        "sql": "SELECT COUNT(*) FROM directory WHERE key LIKE 'DCAP_%' AND enabled=1",
        "min": 3
      }
    ],
    "required_evidence": [
      "promotion_receipts"
    ],
    "parent_task": "WT-0153",
    "supersedes": null,
    "failure": null,
    "failure_count": 0,
    "last_result": {
      "accepted": true,
      "tests_declared": 2,
      "tests_passed": 2,
      "tests_inherited_from": null,
      "results": [
        {
          "id": "stable_capabilities",
          "ok": true,
          "detail": "count=6 (need 3)"
        },
        {
          "id": "projected_rows",
          "ok": true,
          "detail": "count=5 (need 3)"
        }
      ],
      "missing_evidence": []
    },
    "completed_at": "2026-09-11T05:41:30-07:00",
    "created_at": "2026-09-07T23:36:58-07:00",
    "updated_at": "2026-09-11T05:41:30-07:00",
    "audit": "/api/work/task/WT-0156/audit",
    "submit_to": "/api/work/task/WT-0156/submit"
  }
}