Skip to content

Definition of done

A change is done when:

  • It works, and you’ve run it.
  • Tests cover the behavior you changed.
  • CI is green.
  • The README still describes reality.

This is a starting point. We’ll revise it as the team learns what it actually needs.