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.txt task that fetches the HTML hexdocs for every Hex dependency at its locked version, converts each page to Markdown with htmd, and writes one llms.txt per package to priv/llms/<package>/<version>/llms.txt.
  • --output option to write to a custom directory and --no-fetch to re-convert already-fetched docs without hitting hex.docs.
  • Automatic pruning of stale output (outdated versions and removed dependencies) so the output directory mirrors the current lock file.