Changes
Fix: Stop hook soft enforcement
- Converted ALL stop hook enforcement from hard blocking (
continue: false) to soft nudging (continue: true+message) - Agents are now encouraged to continue via injected messages, but never prevented from stopping
- Eliminates deadlock risk where agents could get stuck in continuation loops
- Removed global
~/.claude/todos/scanning — only session-specific + project-local todos checked - Removed Priority 9 generic continuation enforcement (only active OMC modes enforce)
Chore: Remove dead .sh hook scripts
- Deleted 12 dead
.shhook scripts fromhooks/andscripts/directories - Cleaned
src/installer/hooks.ts— removed all bash hook infrastructure (~120 lines) - Cleaned
src/installer/index.ts— removed bash/node branching logic - Plugin system has used
.mjsscripts exclusively since v3.0.0
Install/Update
npm install -g oh-my-claude-sisyphus@3.8.12Or reinstall the plugin:
claude /install-plugin oh-my-claudecodeFull Changelog: v3.8.11...v3.8.12