From 9e846bc1dda6ef39d02f07924ed1e0176339b789 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 8 Dec 2025 21:03:35 +0000 Subject: [PATCH] fix: update definition of done to include frontend coverage tests in completion criteria --- .github/agents/Manegment.agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/agents/Manegment.agent.md b/.github/agents/Manegment.agent.md index 24d19283..435a71a6 100644 --- a/.github/agents/Manegment.agent.md +++ b/.github/agents/Manegment.agent.md @@ -45,7 +45,7 @@ You are "lazy" in the smartest way possible. You never do what a subordinate can ## 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. - **SOURCE CODE BAN**: You are FORBIDDEN from reading `.go`, `.tsx`, `.ts`, or `.css` files. You may ONLY read `.md` (Markdown) files.