Skip to content

Releases: leodiegues/agentfiles

v0.0.2

22 Feb 15:35

Choose a tag to compare

What's Changed

  • feat: add debug logging and verbose CLI flag by @leodiegues in #8
  • fix(scanner): only recurse into directories in scanner by @leodiegues in #11
  • docs: add global --verbose flag to CLI docs by @leodiegues in #13
  • fix: add Cargo.lock and remove from .gitignore by @leodiegues in #14

Full Changelog: v0.0.1...v0.0.2

v0.0.1

16 Feb 18:29
a3d2f0e

Choose a tag to compare

What's Changed

  • refactor: extract command handlers to commands module, improve CLI type safety, and add security validations by @leodiegues in #1
  • chore: remove redundant comments across modules by @leodiegues in #2
  • feat(cli): scan remote git repositories by @leodiegues in #3
  • chore: add justfile with dev, CI, and release tasks by @leodiegues in #4
  • docs: add CONTRIBUTING guide and expand README by @leodiegues in #5
  • refactor: install from manifest and add dependency options by @leodiegues in #6
  • docs(readme): revise readme with expanded cli and manifest docs by @leodiegues in #7

New Contributors

Full Changelog: https://github.com/leodiegues/agentfiles/commits/v0.0.1