{
  "_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-0060",
    "kind": "work",
    "objective": "Retract or rename the 240 published pipeline-artifact pages whose slugs are not article slugs",
    "detail": "Found 2026-08-05 while repairing citations. 240 published articles carry slugs that are pipeline artifacts rather than subjects: paper-* (e.g. paper-mandelbrot-b-b-1967-how-long-is-the-coast-of-britain-statistical-self-similarity), mode-revise-* (e.g. mode-revise-slug-bpc-157-web-search-true-feedback-paste-the), and *-web-search-true-*. The last of those has a writer prompt fragment embedded in the slug.\n\nThe write path already refuses them — a PUT returns 422 publish_gate: \"slug is a pipeline artifact, not an article slug\" — so nothing new can be created in this shape and existing ones cannot be edited either. That is the awkward part: they are published, publicly reachable, and unrepairable through the normal path.\n\nThey are also carrying real defects. Four of the 31 corpus citation mismatches are on these pages, and two of them could not be fixed for exactly this reason.\n\nDecide per class and act: a paper-* page that is a genuine reference stub should be renamed to a real slug and kept; a mode-revise-* page is a writer-pipeline leak and should be retracted via status rather than deleted, since slugs are immutable. Confirm none is linked from a real article before retracting, and check the sitemap and the public index afterwards. None of the 148 claim-less substantial articles are in this set, so the two debts do not overlap.",
    "state": "open",
    "priority": 3,
    "revision": 1,
    "depends_on": [],
    "permitted_capabilities": [
      "D1_QUERY",
      "PUT /api/articles/<slug>",
      "status retraction"
    ],
    "acceptance_tests": [
      {
        "id": "artifacts_fell",
        "type": "sql_count_at_least",
        "min": 60,
        "sql": "SELECT (240 - (SELECT COUNT(*) FROM articles WHERE published=1 AND (slug LIKE 'paper-%' OR slug LIKE 'mode-revise-%' OR slug LIKE '%-web-search-true-%'))) AS n"
      },
      {
        "id": "site_still_serves",
        "type": "http_ok",
        "url": "/a/tesofensine"
      }
    ],
    "required_evidence": [
      "artifacts_before",
      "artifacts_after",
      "disposition_by_class",
      "link_check"
    ],
    "parent_task": null,
    "supersedes": null,
    "failure": null,
    "failure_count": 0,
    "last_result": null,
    "completed_at": null,
    "created_at": "2026-08-05T03:11:31-07:00",
    "updated_at": "2026-08-05T03:11:31-07:00",
    "audit": "/api/work/task/WT-0060/audit",
    "submit_to": "/api/work/task/WT-0060/submit"
  }
}