{
  "_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-0165",
    "kind": "work",
    "objective": "Compile the last 2,000 human-prompted CLI turns into problems and work packets with a disposition recorded for every single turn (attached, grouped, superseded, informational, unresolved), reconcile against work_tasks, the legacy tasks table, live artifacts and receipts, and present only unresolved or contradictory clusters for owner review on a reconciliation screen. No external effect is re-run from a historical prompt.",
    "detail": "All five v2 specs. Measured inputs: 2,936 owner inputs, 513 exact duplicates broadcast to several agents, 14% genuine re-asks within 14 days, 10% explicit restatements, 9% status questions. Output is tens to hundreds of problems, never 2,000 tasks. Deterministic preprocessing (hashes, paths, URLs, task ids) then model extraction of desired states then server-side dedupe. Extend GOVERNOR_RUN to run incrementally on new turns afterwards.",
    "state": "open",
    "priority": 2,
    "revision": 1,
    "depends_on": [
      null,
      null
    ],
    "permitted_capabilities": [
      "D1_QUERY",
      "D1_EXEC",
      "AGENT_TURNS",
      "LEDGER_QUERY",
      "WORK_APPEND"
    ],
    "acceptance_tests": [
      {
        "type": "sql_count_at_least",
        "sql": "select count(*) n from problem_sources",
        "min": 2000
      },
      {
        "type": "sql_count_at_least",
        "sql": "select count(*) n from problems",
        "min": 20
      },
      {
        "type": "evidence_present",
        "field": "reconciliation_screen_url"
      },
      {
        "type": "evidence_present",
        "field": "disposition_totals_sum_to_2000"
      }
    ],
    "required_evidence": [
      "reconciliation_screen_url",
      "disposition_totals_sum_to_2000"
    ],
    "parent_task": null,
    "supersedes": null,
    "failure": null,
    "failure_count": 0,
    "last_result": null,
    "completed_at": null,
    "created_at": "2026-09-08T04:54:47-07:00",
    "updated_at": "2026-09-08T04:54:47-07:00",
    "audit": "/api/work/task/WT-0165/audit",
    "submit_to": "/api/work/task/WT-0165/submit"
  }
}