Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 918 Bytes

File metadata and controls

17 lines (13 loc) · 918 Bytes

Repository scripts

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.