promptOverrides property
Raw prompt overrides from the prompts: yaml section: prompt name →
file path or inline text (validated by parsePromptOverrideMap). The
executable resolves it into a PromptOverrides via
resolvePromptOverrides (file reads live in lib/io.dart); an empty
map keeps the built-in prompts.
Implementation
final Map<String, String> promptOverrides;