Releases: elixir-vibe/vibe_kit
Releases · elixir-vibe/vibe_kit
Release list
v0.1.7
v0.1.6
- Support Credo configurations with grouped enabled and disabled checks.
- Activate recommended ExSlop checks without re-enabling relaxed checks.
- Keep repeated Dialyzer PLT setup idempotent.
- Check formatting in CI without mutating source files.
- Lower the declared minimum Elixir version from 1.19 to 1.18.
v0.1.2
Fixed
- Simplified generated agent instruction templates so project-specific VibeKit rules are not copied into new projects.
- Kept the
--claude-mdoption while generatingCLAUDE.mdfrom the same template asAGENTS.md. - Replaced string-based Credo config patching with AST-based updates for existing
.credo.exsfiles.