File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments