Skip to content

v0.1.0

Choose a tag to compare

@Ezveus Ezveus released this 23 Mar 06:53
· 162 commits to master since this release

Added

  • Automated GitLab issue implementation via danger-claude.
  • Poll configured projects for issues with a trigger label (default: autodev).
  • Clone repo, create branch, implement changes, commit, push, create MR automatically.
  • GitLab label management: remove configured labels, add completion label.
  • Optional headless mr-review on created MRs.
  • SQLite persistence for issue tracking with status lifecycle.
  • Concurrent worker pool (configurable, default 3 threads).
  • 4-layer configuration: defaults, ~/.autodev/config.yml, environment variables, CLI flags.
  • Graceful shutdown on SIGINT/SIGTERM.
  • Auto-retry of errored issues on restart.
  • --once flag for single poll cycle.
  • Auto-generation of CLAUDE.md for projects that lack one.