{
  "_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-0179",
    "kind": "work",
    "objective": "Lane 4 of the connections layer: rebuild /admin/services on connections + provider_catalog + device census, with three views (Connected with identity and mechanism badges and aging state, Available with a per-auth-mode Connect button over 999+ providers, Devices with measured OS permission grants), and a public read-only twin at /connections.",
    "detail": "Design fixed in bridge/client-bridge/HANDOFF.md, Lane 4. No KV services_catalog, no services.txt. Every button calls /api/dispatch or /api/connect/*. A row unchecked for 7 days renders unknown. Verified in the owner's own Chrome; screenshot is evidence. _layout.js is protected: extend via the locked-path dance only if the nav entry changes.",
    "state": "completed",
    "priority": 2,
    "revision": 5,
    "depends_on": [
      "WT-0176",
      "WT-0178"
    ],
    "permitted_capabilities": [
      "CODE_LEASE_START",
      "CODE_LEASE_COMMIT",
      "DEPLOY_LEASE",
      "D1_QUERY",
      "DIR_PATCH",
      "LOCAL_EXEC",
      "KV_PUT_JSON",
      "KV_GET_JSON"
    ],
    "acceptance_tests": [
      {
        "id": "public_twin",
        "type": "http_ok",
        "url": "/connections"
      },
      {
        "id": "twin_badges",
        "type": "contains",
        "url": "/connections",
        "needle": "identity",
        "scope": "raw"
      },
      {
        "id": "twin_ages",
        "type": "contains",
        "url": "/connections",
        "needle": "last checked",
        "scope": "raw"
      },
      {
        "id": "evidence",
        "type": "evidence_present",
        "field": "owner_chrome_screenshot_url"
      }
    ],
    "required_evidence": [
      "owner_chrome_screenshot_url",
      "connect_button_trace"
    ],
    "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": "public_twin",
          "ok": true,
          "detail": "HTTP 200 https://miscsubjects.com/connections"
        },
        {
          "id": "twin_badges",
          "ok": true,
          "detail": "contains \"identity\" in https://miscsubjects.com/connections (scope=raw) → true"
        },
        {
          "id": "twin_ages",
          "ok": true,
          "detail": "contains \"last checked\" in https://miscsubjects.com/connections (scope=raw) → true"
        },
        {
          "id": "evidence",
          "ok": true,
          "detail": "checked against required_evidence",
          "evidence_field": "owner_chrome_screenshot_url"
        }
      ],
      "missing_evidence": []
    },
    "completed_at": "2026-09-10T23:31:37-07:00",
    "created_at": "2026-09-10T22:12:11-07:00",
    "updated_at": "2026-09-10T23:31:37-07:00",
    "audit": "/api/work/task/WT-0179/audit",
    "submit_to": "/api/work/task/WT-0179/submit"
  }
}