{
  "_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-0001",
    "kind": "work",
    "objective": "Publish /a/kisspeptin as a first-pass article: 600+ words, 3+ real sources with verbatim quotes",
    "detail": "Kisspeptin is in the product catalogue and has no article. Read the writing law first (GET /api/articles/writing-law/skill). Write about kisspeptin and nothing else — no condition framing. State the human-evidence position plainly in the opening and disclose in the body that the site is funded by a business that sells the compound, without naming the seller. Attach at least three real sources (PubMed or a regulator) each with a verbatim quote. PUT /api/articles/kisspeptin with title, body, sources, register 'essay'. The write path will refuse a violation with a 422 that names the fix.",
    "state": "completed",
    "priority": 1,
    "revision": 7,
    "depends_on": [],
    "permitted_capabilities": [
      "GET /api/work",
      "POST /api/work/task/<id>/submit",
      "GET /api/articles/<slug>",
      "PUT /api/articles/<slug>",
      "PATCH /api/articles/<slug>",
      "GET /api/articles/writing-law/skill",
      "WEB_FETCH",
      "pubmed eutils"
    ],
    "acceptance_tests": [
      {
        "id": "exists",
        "type": "article_exists",
        "slug": "kisspeptin"
      },
      {
        "id": "words",
        "type": "article_min_words",
        "slug": "kisspeptin",
        "min": 600
      },
      {
        "id": "sources",
        "type": "article_min_sources",
        "slug": "kisspeptin",
        "min": 3
      },
      {
        "id": "renders",
        "type": "contains",
        "url": "/a/kisspeptin",
        "needle": "<article"
      },
      {
        "id": "published",
        "type": "article_published",
        "slug": "kisspeptin"
      }
    ],
    "required_evidence": [
      "rendered_url",
      "sources_added",
      "what_the_evidence_says"
    ],
    "parent_task": null,
    "supersedes": null,
    "failure": null,
    "failure_count": 0,
    "last_result": {
      "accepted": true,
      "tests_declared": 5,
      "tests_passed": 5,
      "results": [
        {
          "id": "exists",
          "ok": true,
          "detail": "article kisspeptin exists"
        },
        {
          "id": "words",
          "ok": true,
          "detail": "779 words (need 600)"
        },
        {
          "id": "sources",
          "ok": true,
          "detail": "5 sources (need 3)"
        },
        {
          "id": "renders",
          "ok": true,
          "detail": "contains \"<article\" in https://miscsubjects.com/a/kisspeptin → true"
        },
        {
          "id": "published",
          "ok": true,
          "detail": "status=published"
        }
      ],
      "missing_evidence": []
    },
    "lease": null,
    "completed_at": "2026-08-04T16:51:49-07:00",
    "created_at": "2026-08-04T16:27:19-07:00",
    "updated_at": "2026-08-04T16:51:49-07:00",
    "audit": "/api/work/task/WT-0001/audit",
    "submit_to": "/api/work/task/WT-0001/submit"
  }
}