Use the directory that matches the job:
| Directory | Commands |
|---|---|
dev/ |
Build and launch the local macOS desktop app |
build/ |
Build distributable Rust hosts and the tool broker |
verify/ |
Check documentation and SDLC repository contracts |
devflow |
Create single change records and run lifecycle Gates |
Build and launch instructions live in the contributor guide. Change-record commands and verification requirements live in the workflow. Packaging operations live in the release guide.
These are direct repository entry points. Add another script only when an existing command cannot own the behavior without mixing unrelated concerns.