What’s New

caveman v1.5.1

v1.5.1
Added
  • Standalone installs fall back to a built-in minimal ruleset when no skills directory is present
Changed
  • Activation hook now reads skills/caveman/SKILL.md at runtime instead of hardcoding rules inline
  • Plugin installs resolve SKILL.md relative to the plugin root
  • commit/review/compress modes skip SKILL.md machinery entirely and use their own independent skill files
  • Consolidate install details for Cursor, Windsurf, Cline, and Copilot into one block
Fixed
  • Fix bash statusline badge example to use ANSI-C quoting so escape sequences render correctly
  • Fix /caveman with off default writing "off" to flag file by guarding against off and deleting the flag file
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/compress modes 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 /caveman with off default writing "off" to flag file — mode tracker now guards against off and deletes the flag file, matching the activate hook behavior
View original