pub fn load_config(project_root: &Path) -> DevflowConfigExpand description
Load the minimal Phase 16 configuration from <project_root>/devflow.toml.
A missing file preserves built-in behavior. Read or parse failures are fail-soft: DevFlow warns and continues with defaults instead of aborting the workflow.