pub fn build_system_prompt(cwd: &Path) -> String
Builds the build-agent prompt for a working directory.
let prompt = build_system_prompt(std::path::Path::new("."));