pub fn load_project_context_files(
cwd: &Path,
agent_dir: &Path,
) -> Vec<ContextFile>Expand description
Walk cwd upward to FS root, returning context files in outer→inner order
(global first if present, then outermost ancestor, then cwd-innermost last).