| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-11 | 912 Bytes | |
| v1.5.1 source code.tar.gz | 2026-04-11 | 108.6 kB | |
| v1.5.1 source code.zip | 2026-04-11 | 165.1 kB | |
| Totals: 3 Items | 274.6 kB | 0 | |
Runtime SKILL.md loading
Activation hook now reads skills/caveman/SKILL.md at runtime instead of hardcoding rules inline. Edits to the source of truth propagate automatically — no duplication to go stale.
- Plugin installs resolve SKILL.md relative to the plugin root
- Standalone installs (hooks only, no skills dir) fall back to a built-in minimal ruleset
commit/review/compressmodes skip SKILL.md machinery entirely — they have their own independent skill files
Docs
- Consolidate install details — Cursor, Windsurf, Cline, and Copilot install instructions merged into one block (#106)
- Fix bash statusline badge example — use ANSI-C quoting so escape sequences render correctly (#57)
Bug fixes
- Fix
/cavemanwithoffdefault writing "off" to flag file — mode tracker now guards againstoffand deletes the flag file, matching the activate hook behavior