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 |
./script/dev/run.sh
./script/build/hosts.sh release
bun script/verify/docs.ts
bun script/verify/sdlc.ts --worktree
bun test script/verify/checks.test.tsThese are direct repository entry points. Add another script only when an existing command cannot own the behavior without mixing unrelated concerns.