Expand description
YAML configuration file parsing and dependency-ordered startup.
An agent-procs.yaml file declares a set of ProcessDefs, optional
session name, and proxy settings. ProjectConfig::startup_order
topologically sorts processes by depends_on edges so they can be
launched in the correct order.
Use load_config to read and parse the file, or discover_config
to walk up from the current directory until one is found.