Add item to encouraged list mid-loop
<phrase> | --list | --clear# Ralph Loop: Encourage Add items to the encouraged list during an active loop session. Encouraged items get priority in opportunity discovery and override forbidden patterns. ## Usage - `/ralph:encourage Sharpe ratio` - Add "Sharpe ratio" to encouraged list - `/ralph:encourage --list` - Show current encouraged items - `/ralph:encourage --clear` - Clear all encouraged items ## Execution Run the bash script above to manage encouraged items. ## How It Works 1. **Immediate config update**: Changes are written to `.claude/ralph-config.json` 2. **Next iteration applies**: The Stop hook ...