Add item to forbidden list mid-loop
<phrase> | --list | --clear# Ralph Loop: Forbid Add items to the forbidden list during an active loop session. Forbidden items are HARD BLOCKED from opportunity discovery (not just skipped). ## Usage - `/ralph:forbid documentation updates` - Add "documentation updates" to forbidden list - `/ralph:forbid --list` - Show current forbidden items - `/ralph:forbid --clear` - Clear all forbidden items ## Execution Run the bash script above to manage forbidden items. ## How It Works 1. **Immediate config update**: Changes are written to `.claude/ralph-config.json` 2. **Next iteration applies**: The Stop hook reads c...