Changelog
View SourceAll notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
0.2.0 - 2025-07-29
Added
- Tidewave MCP server configuration support
- Claude Code Sub-agent support with usage rules integration
- Built-in Meta Agent included by default to help create new sub-agents
- RelatedFiles Hook to automatically suggest Claude Code to edit related files
- Support for
.claude.exsconfiguration file - Extensible hook configuration via
.claude.exs - Pre-commit hook now validates for unused dependencies in mix.lock
- Automatic
usage_rulesintegration in the install process
See the new updated README.md for more details!
Changed
- BREAKING: Installation now requires Igniter. Use
mix igniter.install claudeinitially followed bymix claude.installto sync settings - BREAKING: Hook execution paths have changed. Users upgrading from v0.1.0 should:
- Delete the old Claude hooks from
.claude/settings.json - Run
mix igniter.install claudeto reinstall with the new structure
- Delete the old Claude hooks from
Removed
- Removed standalone CLI commands (replaced with direct hook execution)
- Removed separate
mix claude.uninstalltask to simplify things
0.1.0 - 2025-07-25
Added
- Initial release