All notable changes to this project are documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 - 2026-06-08
Added
- Initial release.
mix llms.txttask that fetches the HTML hexdocs for every Hex dependency at its locked version, converts each page to Markdown withhtmd, and writes onellms.txtper package topriv/llms/<package>/<version>/llms.txt.--outputoption to write to a custom directory and--no-fetchto re-convert already-fetched docs without hittinghex.docs.- Automatic pruning of stale output (outdated versions and removed dependencies) so the output directory mirrors the current lock file.