Remove unused dream --run single-prompt mode
The --run flag was only used manually from the CLI and never called
programmatically by supervisor or any other component. Drop the
run_single_prompt() function (~270 lines), its argparse flag, dispatch
block, validation references, test, and docs mention.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>