Auditable architecture · Unit 5 of 5
The plan before the disk
The current generators run preflight, write and verify certain results. Internally they produce an inspectable GenerationResult, but the public skeleton doesn't expose --dry-run.
By the end, you'll be able to
- Separate preflight, writing and verification
- Avoid attributing --dry-run to the public CLI
Understand
The current generators run preflight, write and verify certain results. Internally they produce an inspectable GenerationResult, but the public skeleton doesn't expose --dry-run.
The lesson is to review scope and conflicts before mutating, not to document a flag that doesn't exist.
See
Open the plan before the disk
Explore the conceptual sequence and keep the difference from the published CLI in view.
Do
Run the practice in your checkout and keep the output as evidence.
Verify
Show that you can apply the unit. Progress only advances once you pass the assessment.
Criteria assessed
- Tell the internal plan apart from a --dry-run flag that the public CLI doesn't expose.
- Check the resulting registration after generating.
Primary sources
Content verified: 2026-07-10