{
  "_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-0161",
    "kind": "work",
    "objective": "Generate a measured session capability manifest at every CLI session start (grants from LOCAL_HEALTH, authenticated CLIs from ACCESS.md, executor health, live tokens, cwd, writable scope) and post its hash to the ledger; add a narrowed Stop-hook check that blocks an access-denial claim only when it contradicts the manifest and no probe receipt exists.",
    "detail": "Orchestration spec B and Claude v2 C5, with the Codex correction: a blanket hook that rejects every access-limitation sentence would misclassify a real sandbox boundary (sandboxed DNS failed while escalated reads succeeded). Availability values: verified, available_unverified, auth_required, permission_missing, offline, unknown. Table session_manifests, append-only. Manifest also injected into every lease response and rendered into the 0_* rows.",
    "state": "open",
    "priority": 1,
    "revision": 1,
    "depends_on": [],
    "permitted_capabilities": [
      "LOCAL_HEALTH",
      "LOCAL_EXEC",
      "D1_EXEC",
      "DIR_PATCH"
    ],
    "acceptance_tests": [
      {
        "type": "sql_count_at_least",
        "sql": "select count(*) n from session_manifests",
        "min": 5
      },
      {
        "type": "evidence_present",
        "field": "false_negative_block_transcript"
      }
    ],
    "required_evidence": [
      "false_negative_block_transcript",
      "manifest_sample_json"
    ],
    "parent_task": null,
    "supersedes": null,
    "failure": null,
    "failure_count": 0,
    "last_result": null,
    "completed_at": null,
    "created_at": "2026-09-08T04:54:44-07:00",
    "updated_at": "2026-09-08T04:54:44-07:00",
    "audit": "/api/work/task/WT-0161/audit",
    "submit_to": "/api/work/task/WT-0161/submit"
  }
}