flowchart TD
inputs["Read the fixed inputs"] --> actions["Follow the scenario actions"]
actions --> outputs["Compare the expected outputs"]
outputs --> review["Use bundles, code, and tests to explain why"]
Use this guide when you want the exact fixed example behind make demo, make tour,
and the CLI inspection routes. The goal is to keep the capstone's teaching scenario
stable and reviewable instead of hiding it in implementation details.