docs(policy): define workstream Definition of Done criteria

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-12 20:59:45 +01:00
parent df083b1840
commit f06cad2ac7

View File

@@ -1 +1,7 @@
test
A workstream is considered finished if and only if:
- All tasks in the workstream have been finished, found unnecessary or been transfered to another workstream
- All referenced requirements have been adressed with nothing relevent missing or documented as out of scope with a stated reason
- Relevant usecases have been captured in automated tests so that future changes can be tested to not break prior functionality unintendedly
- The Repos README.txt and other documentation has been updated to optimize reusability for agents and humans
- All tests can be run successfully
- Everything is properly checked in.