Failure Recovery¶
Recovery starts by identifying which boundary failed.
Recovery Sequence¶
- determine whether the failure happened during environment setup, data collection, report publishing, or docs build
- inspect the tracked output tree touched by that step
- rerun the narrowest command that proves the problem is fixed
- review any rewritten tracked files before moving to broader commands
Recovery Warning¶
Do not jump straight to make app-state after a failure. That broad command can
rewrite multiple tracked surfaces and make the original fault harder to isolate.
Purpose¶
This page explains the package-level recovery discipline for failed workflows.