Definition of Done
Use this definition of done for all merged pull requests.
Required
- Code changes are complete for the stated PR scope.
- Relevant tests are added or updated and pass locally.
- Documentation is updated when behavior, configuration, or operations changed.
- Backlog and changelog updates are included when feature behavior changed.
- AI review is completed and recommendations are triaged:
- in-scope recommendations implemented in the PR
- out-of-scope recommendations tracked in backlog
- No secrets are committed.
- CI is passing for required checks.
Evidence in PR Description
- Commands run for validation and pass/fail results.
- Links to AI review comments/threads.
- Links to backlog items created from deferred recommendations.