Packages
A config-driven dev tool for Elixir projects to manage AGENTS.md files and agent skills from dependencies
Current section
Files
Jump to
Current section
Files
usage_rules
CHANGELOG.md
CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
<!-- changelog -->
## v0.1.11 (2025-06-25)
### Improvements:
* add descriptions to usage rules by Zach Daniel
* make builtin usage rules always show inline by Zach Daniel
## v0.1.10 (2025-06-25)
### Improvements:
* guard against excessive macro usage in elixir rules by Zach Daniel
## v0.1.9 (2025-06-24)
### Bug Fixes:
* don't mention hd/1 or tl/1 in elixir usage rules by Zach Daniel
## v0.1.8 (2025-06-24)
### Improvements:
* remove a confusing usage rule on list purposes by Zach Daniel
* add a usage rule about indexing lists/enumerables by Zach Daniel
* add builtin usage rules by Zach Daniel
## v0.1.7 (2025-06-23)
### Bug Fixes:
* usage proper markdown comments by Zach Daniel
## v0.1.6 (2025-06-06)
### Improvements:
* add `--link-to-folder deps` option, and recommend its use
## v0.1.5 (2025-06-06)
### Improvements:
* use markdown links by default, allow opting in to `--link-style at`
## v0.1.4 (2025-06-06)
### Improvements:
* add `--link-to-folder` option
## v0.1.3 (2025-05-24)
### Bug Fixes:
* update package url in docs & hex
## v0.1.2 (2025-05-24)
### Bug Fixes:
* replace package-rules with usage-rules
## v0.1.1 (2025-05-24)
### Improvements:
* only suggest top-level deps
## v0.1.0 (2025-05-24)
### Bug Fixes:
* bugs w/ duplicating content
### Improvements:
* add `--remove` option
* port initial feature set over and test it