What's Fixed
/sisyphus-default Now Always Installs
Fixed the /sisyphus-default command to always perform the full installation instead of short-circuiting with "already configured". The command now:
- Fetches latest CLAUDE.md from GitHub
- Writes it to ~/.claude/CLAUDE.md (always overwrites)
- Installs all 4 bash hook scripts to ~/.claude/hooks/
- Makes scripts executable
Improved Documentation
Added clear post-installation instructions to README:
- Prominently features
/sisyphus-defaultcommand - Explains what the command does
- Notes that curl installer already does this automatically
Installation
Plugin (Recommended)
claude plugin add https://github.com/Yeachan-Heo/oh-my-claude-sisyphusAfter Installation
Run this command for best performance:
/sisyphus-default
Curl (Auto-configures)
curl -fsSL https://raw.githubusercontent.com/Yeachan-Heo/oh-my-claude-sisyphus/main/scripts/install.sh | bash