What's New
Project-Scoped Configuration (Closes #53)
/sisyphus-defaultnow creates./.claude/CLAUDE.mdin your current project (project-scoped)/sisyphus-default-globalcreates~/.claude/CLAUDE.mdglobally (previous behavior)- Project-scoped configuration takes precedence over global
Why This Matters
Previously, /sisyphus-default would overwrite your global ~/.claude/CLAUDE.md without warning. Now:
| Command | Scope | Safe for existing configs |
|---|---|---|
/sisyphus-default
| Project | ✅ Yes |
/sisyphus-default-global
| Global | ⚠️ Overwrites |
Upgrade Guide
After updating, run one of:
/sisyphus-default- Configure for current project only (recommended)/sisyphus-default-global- Configure globally for all projects
Full Changelog: v2.4.0...v2.5.0