# Head First BLOGE 0.9.8-RC1 — en > Source commit: cc38fbe5bb79ccc603888e4307cfe566d4674ffc. Read overview first, choose one task, and do not use /latest/ for reproducible work. ## Start - [Overview](/agent/en/v/0.9.8-RC1/overview.md): instruction order, version check, and stopping rules. ## Tasks - [Decide whether BLOGE belongs in this system](/agent/en/v/0.9.8-RC1/tasks/choose-bloge.md): Produce a falsifiable STOP, PROBE, or ADOPT decision from the system constraints. - [Compose subgraphs, batches, waits, and recovery](/agent/en/v/0.9.8-RC1/tasks/compose-time-and-recovery.md): Choose the smallest lifecycle model that preserves progress across collection, time, and restart boundaries. - [Create and run the first BLOGE graph](/agent/en/v/0.9.8-RC1/tasks/create-first-graph.md): Add the smallest reviewable graph without hiding data flow or Operator ownership. - [Design retry, timeout, fallback, and compensation](/agent/en/v/0.9.8-RC1/tasks/design-resilience.md): Add resilience without confusing engine control with external-effect guarantees. - [Migrate a workflow and deliver a reviewable capstone](/agent/en/v/0.9.8-RC1/tasks/migrate-and-deliver-capstone.md): Move one bounded workflow into BLOGE with parity evidence, rollback points, and a falsifiable acceptance result. - [Orchestrate sessions, state machines, and bounded agents](/agent/en/v/0.9.8-RC1/tasks/orchestrate-session-state-agent.md): Assign one lifecycle owner and contain non-deterministic model behavior inside deterministic boundaries. - [Test, observe, and wire BLOGE for production](/agent/en/v/0.9.8-RC1/tasks/test-observe-and-wire-production.md): Match each technical claim to the correct test scope, runtime signal, Spring owner, and capacity experiment. - [Verify business correctness with source-bound evidence](/agent/en/v/0.9.8-RC1/tasks/verify-business-correctness.md): Turn an owner-approved business answer into controlled Scenario evidence without overstating the claim. ## References - [External effects, idempotency, and recovery](/agent/en/v/0.9.8-RC1/reference/effects-and-idempotency.md): Prevent retries, resume, and comparison runs from duplicating irreversible work. - [Validation scopes and completion signals](/agent/en/v/0.9.8-RC1/reference/validation-scopes.md): Select the smallest sufficient validation and keep focused, module, reactor, and runtime evidence separate. - [Version and evidence reference](/agent/en/v/0.9.8-RC1/reference/version-and-evidence.md): Resolve the project version and state exactly what each evidence source can prove. ## Policies - [Safe change boundaries for coding agents](/agent/en/v/0.9.8-RC1/policies/safe-change-boundaries.md): Keep repository edits, business decisions, external effects, and release authority within explicit scope. - [Source and claim discipline](/agent/en/v/0.9.8-RC1/policies/source-and-claim-discipline.md): Bind technical and business claims to a version, command, environment, and evidence boundary. ## Fallback - [Full text](/agent/en/v/0.9.8-RC1/llms-full.txt): use only when no task page covers the work.