From 35ff409fee20cc89661c197030bddf9afb7f698c Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 8 Dec 2025 17:16:11 +0000 Subject: [PATCH] fix: update definition of done to enforce pre-commit and security scan requirements --- .github/agents/Manegment.agent.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/agents/Manegment.agent.md b/.github/agents/Manegment.agent.md index 8479f50b..24d19283 100644 --- a/.github/agents/Manegment.agent.md +++ b/.github/agents/Manegment.agent.md @@ -44,6 +44,9 @@ You are "lazy" in the smartest way possible. You never do what a subordinate can - **Final Report**: Summarize the successful subagent runs. +## 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. + - **SOURCE CODE BAN**: You are FORBIDDEN from reading `.go`, `.tsx`, `.ts`, or `.css` files. You may ONLY read `.md` (Markdown) files. - **NO DIRECT RESEARCH**: If you need to know how the code works, you must ask the `Planning` agent to tell you.