What's New
This release fixes tiered agent support for plugin users and improves /sisyphus-default.
Fixed: Tiered Agent Files
Added 8 tiered agent markdown files to agents/ directory:
| Agent | Model | Purpose |
|---|---|---|
oracle-medium
| Sonnet | Standard analysis |
oracle-low
| Haiku | Quick code questions |
sisyphus-junior-high
| Opus | Complex multi-file tasks |
sisyphus-junior-low
| Haiku | Simple single-file tasks |
librarian-low
| Haiku | Quick doc lookups |
explore-medium
| Sonnet | Thorough codebase search |
frontend-engineer-low
| Haiku | Simple UI tweaks |
frontend-engineer-high
| Opus | Complex UI architecture |
Root cause: Plugin was defining tiered agents in TypeScript but not creating the actual markdown files that Claude Code reads.
Fixed: /sisyphus-default
Now actually WRITES to ~/.claude/CLAUDE.md instead of just telling users to copy content.
Removed: /update command
Plugin users should use /plugins to update. Curl installer users can re-run the install script.
Full Changelog: v2.0.2...v2.0.3