Expand description
Command-line entry points for the rspyts build orchestrator.
The crate is organized as a small compiler pipeline:
configandcargoresolve authoritative user and workspace inputs;projectbuilds the synthetic bridge and validates the discovered IR;pythonandtypescriptlower that IR into host packages;outputowns collision checks and transactional publication;cliandcommandsprovide the process-facing interface.
This module owns only the process and embeddable I/O boundaries.