{
  "_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-0082",
    "kind": "work",
    "objective": "Ship Recursive Content as an immediately usable live system: globally addressable reusable article blocks, block-level editing and criticism for the owner and scoped models, lossless corpus wrapping, visible search/reuse controls, permanent self-explanation, and a public article explaining exactly how it works",
    "detail": "Owner order from active Fable ledger session be053faa-8150-4c13-888b-2d74a2f548d1. This is not a decorative shipment or hidden API. Every article block must have a stable corpus-wide identity; references reuse one canonical block; edits propagate to every reference; comments bind to the targeted block version; existing articles are wrapped losslessly; future articles remain block-native. Logged-in owner controls are directly visible on the article. Humans and models use the same bounded verbs and signed authority. No invented reputation economy or decorative scoring. A public /a/recursive-content article and permanent article-page explanation/footer must make the system self-explaining.",
    "state": "completed",
    "priority": 1,
    "revision": 18,
    "depends_on": [],
    "permitted_capabilities": [
      "FILE_PUT",
      "CLI_WRANGLER",
      "CLI_GH",
      "D1_MIGRATE",
      "ARTICLE_PUT",
      "BROWSER_CONTROL",
      "DEPLOY"
    ],
    "acceptance_tests": [
      {
        "id": "recursive_article_live",
        "type": "article_published",
        "slug": "recursive-content"
      },
      {
        "id": "recursive_article_depth",
        "type": "article_min_words",
        "slug": "recursive-content",
        "min": 700
      },
      {
        "id": "public_explanation",
        "type": "contains",
        "url": "/a/recursive-content",
        "needle": "Every block has one stable identity"
      },
      {
        "id": "visible_self_explanation",
        "type": "contains",
        "url": "/a/recursive-content",
        "needle": "How recursive content works"
      },
      {
        "id": "block_api_live",
        "type": "http_ok",
        "url": "/api/blocks/article/recursive-content"
      },
      {
        "id": "global_blocks_exist",
        "type": "sql_count_at_least",
        "sql": "SELECT COUNT(*) AS n FROM content_blocks WHERE retired_at IS NULL",
        "min": 1
      },
      {
        "id": "article_refs_exist",
        "type": "sql_count_at_least",
        "sql": "SELECT COUNT(*) AS n FROM article_block_refs WHERE article_slug='recursive-content'",
        "min": 3
      },
      {
        "id": "version_history_exists",
        "type": "sql_count_at_least",
        "sql": "SELECT COUNT(*) AS n FROM content_block_versions",
        "min": 1
      }
    ],
    "required_evidence": [
      "live_article_url",
      "owner_ui_proof",
      "model_token_proof",
      "lossless_wrap_proof",
      "shared_reference_propagation_proof",
      "version_bound_comment_proof",
      "tests",
      "deploy_receipt"
    ],
    "parent_task": null,
    "supersedes": null,
    "failure": null,
    "failure_count": 1,
    "last_result": {
      "accepted": true,
      "tests_declared": 8,
      "tests_passed": 8,
      "tests_inherited_from": null,
      "results": [
        {
          "id": "recursive_article_live",
          "ok": true,
          "detail": "status=published"
        },
        {
          "id": "recursive_article_depth",
          "ok": true,
          "detail": "1426 words (need 700)"
        },
        {
          "id": "public_explanation",
          "ok": true,
          "detail": "contains \"Every block has one stable identity\" in https://miscsubjects.com/a/recursive-content (scope=content) → true"
        },
        {
          "id": "visible_self_explanation",
          "ok": true,
          "detail": "contains \"How recursive content works\" in https://miscsubjects.com/a/recursive-content (scope=content) → true"
        },
        {
          "id": "block_api_live",
          "ok": true,
          "detail": "HTTP 200 https://miscsubjects.com/api/blocks/article/recursive-content"
        },
        {
          "id": "global_blocks_exist",
          "ok": true,
          "detail": "count=49610 (need 1)"
        },
        {
          "id": "article_refs_exist",
          "ok": true,
          "detail": "count=37 (need 3)"
        },
        {
          "id": "version_history_exists",
          "ok": true,
          "detail": "count=49625 (need 1)"
        }
      ],
      "missing_evidence": []
    },
    "completed_at": "2026-08-08T19:31:19-07:00",
    "created_at": "2026-08-08T13:40:29-07:00",
    "updated_at": "2026-08-08T19:31:19-07:00",
    "audit": "/api/work/task/WT-0082/audit",
    "submit_to": "/api/work/task/WT-0082/submit"
  }
}