type Template struct {
Name string// filename without .md extension Path string// absolute path to the template file Placeholders []string// unique placeholder names (e.g., ["file"]) Content string// raw template content}
Discover scans template directories and returns available templates.
Project templates (.moa/prompts/) override global ones (~/.config/moa/prompts/)
when they share the same name. Results are sorted by name.