Skip to content

Commit 15a221e

Browse files
committed
Update Definition of Done and add mandatory todo usage
1 parent 325b298 commit 15a221e

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

AGENTS.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
- Follow @docs/AGENTS.md instructions without exceptions
22
- Ignore the "archived" directory
3+
- For any task with multiple steps, create a todo list FIRST, then execute.
4+
- Avoid destructive operations like "get reset", "git clean", etc.
35

46
# Definition of done
57

6-
- `format.sh` is passing without errors or warnings
7-
- `build.sh` is passing without errors or warnings
8-
- `coverage.sh` is passing without errors or warnings, coverage > 80% (use coverage reports to find which code is not covered)
8+
- [ ] instructions in `docs/AGENTS.md` have been followed without exceptions
9+
- [ ] magic values and constants are centralized in `Constants.cs`
10+
- [ ] `build.sh` runs successfully without warnings or errors
11+
- [ ] `format.sh` runs successfully without warnings or errors
12+
- [ ] `coverage.sh` runs successfully without warnings or errors
13+
- [ ] there are zero skipped tests
914

1015
# C# Code Style
1116

0 commit comments

Comments
 (0)