Fixes
-
fix(install): curl|bash one-liner now actually installs skills (#370)
UpstreamskillsCLI rendered its interactive skill-picker TUI under
curl|bash(stdin not a TTY), got no selection, exited 0, and installed
nothing — while our installer cheerfully reporteddone. Now passes
--yes --allto both the per-provider call and the auto-detect fallback
so every detected agent gets all 7 caveman skills, no prompt required. -
fix(gemini): strip stray YAML fences fromcommands/caveman-init.toml(#372, dup #326)
Gemini CLI'sFileCommandLoaderrejected the file withFailed to parse TOML
on extension install. Fences gone — extension loads cleanly. -
fix(codex): renamecodex_hooks→hooksin.codex/config.toml(#350)
Codex source confirmshooksis the canonical key;codex_hooksis a legacy
alias that emits a deprecation log on every session.
Upgrade
curl -fsSL https://raw.githubusercontent.com/JuliusBrussee/caveman/main/install.sh | bash
Existing installs: re-run the same one-liner — idempotent, picks up the new flags.
🤖 Generated with Claude Code