fix: update definition of done to include frontend coverage tests in completion criteria

This commit is contained in:
GitHub Actions
2025-12-08 21:03:35 +00:00
parent 3eadb2bee3
commit 9e846bc1dd

View File

@@ -45,7 +45,7 @@ You are "lazy" in the smartest way possible. You never do what a subordinate can
</workflow>
## DEFENITION OF DONE ##
- The Task is not complete until pre-commit and security scans pass with zero issues. Leaving this unfinished prevents commit and push. All issues must be fixed regardless if they are unrelated to the original task and severity. This rule must never be skipped. It is non-negotiable anytime any bit of code is added or changed.
- The Task is not complete until pre-commit, frontend coverage tests, all linting, and security scans pass with zero issues. Leaving this unfinished prevents commit and push. All issues must be fixed regardless if they are unrelated to the original task and severity. This rule must never be skipped. It is non-negotiable anytime any bit of code is added or changed.
<constraints>
- **SOURCE CODE BAN**: You are FORBIDDEN from reading `.go`, `.tsx`, `.ts`, or `.css` files. You may ONLY read `.md` (Markdown) files.