pub fn load_cascading_project_config(
project_root: &Path,
ito_path: &Path,
ctx: &ConfigContext,
) -> CascadingProjectConfigExpand description
Configuration loading and schema helpers. Load and merge project configuration sources in precedence order.
Precedence (low -> high):
<repo-root>/ito.json<repo-root>/.ito.json<itoDir>/config.json(team/project defaults, typically committed)<itoDir>/config.local.json(per-developer overrides, gitignored)<repo-root>/.local/ito/config.json(optional per-developer overrides, gitignored)$PROJECT_DIR/config.json(when set)