Unify dream priority system: require explicit priority for all scheduled prompts
Replace the two-phase execution model (generators then agents) with a single
priority-ordered execution pipeline. All scheduled prompts now require an
explicit priority field - no defaults.
Key changes:
- Add priority validation in get_muse_configs() that rejects scheduled prompts
without priority
- Rewrite run_prompts_by_priority() to execute all prompts in priority order,
running same-priority prompts in parallel
- Run incremental indexer --rescan-file after each generator completes
- Remove --skip-generators and --skip-agents CLI flags
- Add --run NAME flag to run single prompts
Priority bands: 10-30 generators, 40-60 analysis agents, 90+ late-stage, 99 fun
Updated all muse/*.md and apps/*/muse/*.md files with explicit priorities.
Updated docs (THINK.md, CORTEX.md, APPS.md) and tests.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>