Tutorial IA And Consistency Reviewer
Review the tutorial ladder as one information architecture, not fourteen independent pages.
What You Build
Section titled “What You Build”A reviewer checklist that keeps beginner tutorials ordered, non-duplicative, and honest about which checkpoints are local proofs versus live smokes.
Prerequisites
Section titled “Prerequisites”-
Check the sidebar source of truth:
Terminal window jq -r '.tutorials[].label' docs/tutorials/sidebar.json -
Confirm every tutorial file appears exactly once in that list:
Terminal window bun run docs:check -
Review each page for the required tutorial headings:
GoalWhat You BuildPrerequisitesStepsCheckpointNext -
Enforce proof language:
local proof typecheck, unit test, fake provider, bundle buildlive smoke opt-in provider/deploy run with credentialsnot proven anything not executed by the tutorial evidence -
Reject source-shape drift:
no @agent-os/*/src importsno workspace: or file: consumer install pathno raw provider URL or token in docs examplesno duplicate kill criterion in package docs
Checkpoint
Section titled “Checkpoint”The ladder reads in this order:
A1 durable factA2 tool loopA3 tool contractA4 projectionA5 background workA6 output streamA7 bidirectional streamA8 Cloudflare appA9 provider materialA10 npm consumptionA11 opsA12 deployA13 full appA14 reviewThe sidebar must match the same order. If a future tutorial appears in
docs/tutorials/*.md but not in docs/tutorials/sidebar.json, docs:check
must fail.
Use the ladder as the starting point for the next real agent app tutorial.