Skip to content

Releases: fongandrew/dr-done

Release list

0.1.0

Choose a tag to compare

@fongandrew fongandrew released this 08 Feb 07:25

Added

  • CLI tool with commands: init, add, start (alias run), do, continue, status, unstick, cleanup
  • Task queue processing powered by the Claude Agent SDK
  • Task state machine with filename-based state encoding (.md, .review.md, .done.md, .stuck.md)
  • Configurable review modes: off, subtask (review after each iteration), task (review only when done)
  • Configurable git commit strategies: off, subtask (commit per iteration), task (commit per task)
  • Post-review commit amending to fold reviewer fixes into existing commits
  • Session persistence and crash recovery via .dr-done/state.json
  • Project-level task instructions via .dr-done/TASK.md
  • Project-level review instructions via .dr-done/REVIEW.md
  • OS-aware trash utility for safe task cleanup
  • Editor integration ($EDITOR) for composing task descriptions and feedback
  • Prompt condensation for managing long agent sessions