[
  {
    "id": "choose-bloge",
    "kind": "task",
    "title": "Decide whether BLOGE belongs in this system",
    "summary": "Produce a falsifiable STOP, PROBE, or ADOPT decision from the system constraints.",
    "task": "choose-bloge",
    "applies_to": [
      "0.9.8-RC1"
    ],
    "url": "/agent/en/v/0.9.8-RC1/tasks/choose-bloge.md",
    "sha256": "21d87ad801f133cd325081da970139d878f52be7225a30255b4b4885ddc3172c",
    "approx_tokens": 763,
    "prerequisites": [
      "overview"
    ],
    "source_refs": [
      "/en/v/0.9.8-RC1/01-why-bloge",
      "/en/v/0.9.8-RC1/33-migration-and-comparison"
    ]
  },
  {
    "id": "compose-time-and-recovery",
    "kind": "task",
    "title": "Compose subgraphs, batches, waits, and recovery",
    "summary": "Choose the smallest lifecycle model that preserves progress across collection, time, and restart boundaries.",
    "task": "compose-time-and-recovery",
    "applies_to": [
      "0.9.8-RC1"
    ],
    "url": "/agent/en/v/0.9.8-RC1/tasks/compose-time-and-recovery.md",
    "sha256": "6ab80d33273703da4149d5df0e815d6e56a4feecbf7e64486e970e7166048fe2",
    "approx_tokens": 804,
    "prerequisites": [
      "create-first-graph"
    ],
    "source_refs": [
      "/en/v/0.9.8-RC1/10-reuse-with-subgraphs",
      "/en/v/0.9.8-RC1/11-batch-and-iteration",
      "/en/v/0.9.8-RC1/12-waiting-for-the-world",
      "/en/v/0.9.8-RC1/13-durable-execution"
    ]
  },
  {
    "id": "create-first-graph",
    "kind": "task",
    "title": "Create and run the first BLOGE graph",
    "summary": "Add the smallest reviewable graph without hiding data flow or Operator ownership.",
    "task": "create-first-graph",
    "applies_to": [
      "0.9.8-RC1"
    ],
    "url": "/agent/en/v/0.9.8-RC1/tasks/create-first-graph.md",
    "sha256": "721f2081e6b9709d20d72902ca9edb42b15c54dd41df492273c11a9a821effd4",
    "approx_tokens": 796,
    "prerequisites": [
      "overview"
    ],
    "source_refs": [
      "/en/v/0.9.8-RC1/02-your-first-graph",
      "/en/v/0.9.8-RC1/03-thinking-in-dependencies",
      "/assets/v/0.9.8-RC1/chapters/02-your-first-graph/assets/head-first-bloge-examples/src/main/resources/bloge/ch02/hello-world.bloge"
    ]
  },
  {
    "id": "design-resilience",
    "kind": "task",
    "title": "Design retry, timeout, fallback, and compensation",
    "summary": "Add resilience without confusing engine control with external-effect guarantees.",
    "task": "design-resilience",
    "applies_to": [
      "0.9.8-RC1"
    ],
    "url": "/agent/en/v/0.9.8-RC1/tasks/design-resilience.md",
    "sha256": "945f3ee8cc6b5fb473aed4f7dfc2cef87ad7f67ab0dbbac49b303a7645ff32cd",
    "approx_tokens": 765,
    "prerequisites": [
      "create-first-graph"
    ],
    "source_refs": [
      "/en/v/0.9.8-RC1/06-resilience-by-design",
      "/en/v/0.9.8-RC1/07-designing-good-operators",
      "/assets/v/0.9.8-RC1/chapters/06-resilience-by-design/assets/bloge/bloge-conformance/fixtures/snippets/basic/retry-fallback-output.bloge"
    ]
  },
  {
    "id": "migrate-and-deliver-capstone",
    "kind": "task",
    "title": "Migrate a workflow and deliver a reviewable capstone",
    "summary": "Move one bounded workflow into BLOGE with parity evidence, rollback points, and a falsifiable acceptance result.",
    "task": "migrate-and-deliver-capstone",
    "applies_to": [
      "0.9.8-RC1"
    ],
    "url": "/agent/en/v/0.9.8-RC1/tasks/migrate-and-deliver-capstone.md",
    "sha256": "2ce1930d504ac1ba5a9c54e49960042e3a977315ccb1a137823a8aeda8228d8e",
    "approx_tokens": 775,
    "prerequisites": [
      "choose-bloge",
      "test-observe-and-wire-production"
    ],
    "source_refs": [
      "/en/v/0.9.8-RC1/33-migration-and-comparison",
      "/en/v/0.9.8-RC1/34-labs"
    ]
  },
  {
    "id": "orchestrate-session-state-agent",
    "kind": "task",
    "title": "Orchestrate sessions, state machines, and bounded agents",
    "summary": "Assign one lifecycle owner and contain non-deterministic model behavior inside deterministic boundaries.",
    "task": "orchestrate-session-state-agent",
    "applies_to": [
      "0.9.8-RC1"
    ],
    "url": "/agent/en/v/0.9.8-RC1/tasks/orchestrate-session-state-agent.md",
    "sha256": "1fc8144759c7206592218e094abe823812b3a05269fa16cc1b1673debf7448ff",
    "approx_tokens": 825,
    "prerequisites": [
      "compose-time-and-recovery"
    ],
    "source_refs": [
      "/en/v/0.9.8-RC1/14-multi-turn-sessions",
      "/en/v/0.9.8-RC1/15-state-machines",
      "/en/v/0.9.8-RC1/16-composing-sessions-and-state-machines",
      "/en/v/0.9.8-RC1/17-agent-orchestration"
    ]
  },
  {
    "id": "test-observe-and-wire-production",
    "kind": "task",
    "title": "Test, observe, and wire BLOGE for production",
    "summary": "Match each technical claim to the correct test scope, runtime signal, Spring owner, and capacity experiment.",
    "task": "test-observe-and-wire-production",
    "applies_to": [
      "0.9.8-RC1"
    ],
    "url": "/agent/en/v/0.9.8-RC1/tasks/test-observe-and-wire-production.md",
    "sha256": "5b0b1e8b6a76511ae0c0bcc2b576908aa1165f95072ae8a47275a874e5b15a78",
    "approx_tokens": 824,
    "prerequisites": [
      "create-first-graph"
    ],
    "source_refs": [
      "/en/v/0.9.8-RC1/18-testing-your-graphs",
      "/en/v/0.9.8-RC1/19-observability-in-production",
      "/en/v/0.9.8-RC1/20-spring-and-production-wiring",
      "/en/v/0.9.8-RC1/21-running-at-scale",
      "/en/v/0.9.8-RC1/22-distributed-capacity"
    ]
  },
  {
    "id": "verify-business-correctness",
    "kind": "task",
    "title": "Verify business correctness with source-bound evidence",
    "summary": "Turn an owner-approved business answer into controlled Scenario evidence without overstating the claim.",
    "task": "verify-business-correctness",
    "applies_to": [
      "0.9.8-RC1"
    ],
    "url": "/agent/en/v/0.9.8-RC1/tasks/verify-business-correctness.md",
    "sha256": "b4112e76adb19cfaa70cf72a902a879fd2a6284755c43bbaa016d7a85475776f",
    "approx_tokens": 872,
    "prerequisites": [
      "overview"
    ],
    "source_refs": [
      "/en/v/0.9.8-RC1/23-business-correctness",
      "/en/v/0.9.8-RC1/24-first-loan-verification",
      "/assets/v/0.9.8-RC1/chapters/24-first-loan-verification/assets/bloge/bloge-starter-loan-approval/src/test/bloge/scenarios/loan-approval.scenario.yaml",
      "/assets/v/0.9.8-RC1/chapters/24-first-loan-verification/assets/bloge/bloge-starter-loan-approval/src/test/bloge/verification-policy.yaml"
    ]
  }
]
