Walkthrough Guide¶
Guide Maps¶
graph LR
family["Reproducible Research"]
program["Deep Dive Snakemake"]
guide["Capstone docs"]
section["WALKTHROUGH_GUIDE"]
page["Walkthrough Guide"]
proof["Proof route"]
family --> program --> guide --> section --> page
page -.checks against.-> proof
flowchart LR
command["make walkthrough"] --> bundle["Learner-first walkthrough bundle"]
bundle --> rules["Rule list and dry-run"]
rules --> contracts["Config, publish, and file-contract surfaces"]
contracts --> review["Review questions and next commands"]
This guide explains the lightest honest entry into the capstone. The walkthrough bundle exists for first contact: it shows the visible rule surface, dry-run plan, policy files, contract-enforcement scripts, and the core study guides before the learner has to reason about full execution.
When To Prefer The Walkthrough¶
Use make walkthrough when:
- you are entering the capstone for the first time
- you want to inspect the repository without executing the workflow yet
- you care about visible rule contracts more than runtime evidence
Use make tour later when you need executed proof artifacts.
What The Bundle Is For¶
README.mdexplains the repository contractDOMAIN_GUIDE.md,WORKFLOW_STAGE_GUIDE.md, andCHECKPOINT_GUIDE.mdexplain the smallest human-first storySnakefile, copied rule files, andlist-rules.txtexplain visible workflow meaningdryrun.txtexplains the declared plan before execution- copied profile and config files explain policy and validation inputs
- copied scripts explain how config and publish checks are enforced
CHECKPOINT_GUIDE.mdexplains why dynamic discovery is visible rather than magical
Best Review Order¶
README.mdDOMAIN_GUIDE.mdandWORKFLOW_STAGE_GUIDE.mdroute.txtCHECKPOINT_GUIDE.mdandSnakefilelist-rules.txtanddryrun.txtARCHITECTURE.md,EXACT_SOURCE_GUIDE.md, andFILE_API.mdcommands.txtandreview-questions.txt