Install And Rebuild¶
This section gives the shortest honest rebuild path: install the checked environment, run the CLI, and verify that tracked outputs still match the code.
It is written for people who want the practical path first, not for maintainers looking for workflow internals.
The goal is not to make every workflow look easy. It is to make the supported paths understandable: what you run, what it changes, and where you should stop when your question has been answered.
Start Here¶
- start with installation and setup if you need a working local environment
- use common workflows if you want the shortest path for verification, data refresh, publication review, or full rebuild
- use failure recovery when a rebuild has already failed and you need the narrowest honest recovery path
- use operational boundaries when you want to know what local operations are supported and what the runtime still refuses to imply
- use CLI surface if you need the command set itself
- use test strategy if you need to choose the right validation layer for the change you made