Add explicit instructions config to all muse generator prompts
Previously, muse prompts relied on implicit defaults for sources and
facets configuration, which varied based on schedule type (segment vs
daily) and were spread across multiple code paths. This made it
confusing to understand what sources each prompt would actually use.
Now all generator prompts have explicit instructions in their
frontmatter:
- Segment generators: {audio: true, screen: true, agents: false}
- Daily generators: {audio: true, screen: false, agents: true}
- All prompts: facets: "short" (or "none" where appropriate)
This covers 17 prompts that needed explicit config added, plus 3
existing explicit configs normalized for consistency.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>