Skip to main content

load_config

Function load_config 

Source
pub fn load_config(project_root: &Path) -> DevflowConfig
Expand 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.