pub fn available_prompt_files(
mode: &NewAgentMode,
project_root: &Path,
) -> Vec<PromptFile>Expand description
Returns the prompt files the wizard should offer on the Prompts step.
Scaffold mode always offers AGENTS.md even when it’s absent from disk,
because scaffolding creates it. Add-agent mode only offers files that
actually exist — aether doesn’t author CLAUDE.md/GEMINI.md and there’s
no useful default AGENTS.md to append to.