{
  "_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-0153",
    "kind": "work",
    "objective": "Device-Derived Capability Ledger: discover, model, verify and expose the latent capabilities of the operator's attached devices, extending the existing ledger, directory, OIP, authority and receipt layers (never a second copy of any of them)",
    "detail": "Re-issue of WT-0145 with tests. The device — not the vendor API — is the root capability source. Observe attached nodes (Mac, iPhone, browser profiles, AdsPower, VMs) append-only; infer candidate capabilities; verify which are callable; promote stable ones INTO the directory/OIP; keep every observation/action/verification as ledger lineage. Alpha shipped 2026-09-07 (WT-0146). Children: iPhone write executor, AdsPower nodes, promotion. Baseline at re-issue: 302 observations over physical-mac, iphone, browser-profile, adspower-profile; 50 capabilities, 10 verified; 2 DCAP_ directory rows.",
    "state": "completed",
    "priority": 2,
    "revision": 5,
    "depends_on": [],
    "permitted_capabilities": [],
    "acceptance_tests": [
      {
        "id": "four_node_kinds_observed",
        "type": "sql_count_at_least",
        "sql": "SELECT COUNT(DISTINCT node_kind) FROM device_observations",
        "min": 4
      },
      {
        "id": "verified_capabilities",
        "type": "sql_count_at_least",
        "sql": "SELECT COUNT(*) FROM discovered_capabilities WHERE verified=1",
        "min": 15
      },
      {
        "id": "stable_promoted_to_directory",
        "type": "sql_count_at_least",
        "sql": "SELECT COUNT(*) FROM directory WHERE key LIKE 'DCAP_%' AND enabled=1",
        "min": 5
      },
      {
        "id": "ledger_page",
        "type": "http_ok",
        "url": "/device-capability-ledger"
      }
    ],
    "required_evidence": [
      "census_receipt",
      "projection_url"
    ],
    "parent_task": null,
    "supersedes": null,
    "failure": null,
    "failure_count": 0,
    "last_result": {
      "accepted": true,
      "tests_declared": 4,
      "tests_passed": 4,
      "tests_inherited_from": null,
      "results": [
        {
          "id": "four_node_kinds_observed",
          "ok": true,
          "detail": "count=4 (need 4)"
        },
        {
          "id": "verified_capabilities",
          "ok": true,
          "detail": "count=40 (need 15)"
        },
        {
          "id": "stable_promoted_to_directory",
          "ok": true,
          "detail": "count=5 (need 5)"
        },
        {
          "id": "ledger_page",
          "ok": true,
          "detail": "HTTP 200 https://miscsubjects.com/device-capability-ledger"
        }
      ],
      "missing_evidence": []
    },
    "completed_at": "2026-09-11T05:39:57-07:00",
    "created_at": "2026-09-07T23:36:53-07:00",
    "updated_at": "2026-09-11T05:39:57-07:00",
    "audit": "/api/work/task/WT-0153/audit",
    "submit_to": "/api/work/task/WT-0153/submit"
  }
}