From 334de738c8a94550d123beb8613304265ccb9953 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 6 Dec 2025 03:41:40 +0000 Subject: [PATCH] feat: enhance QA phase by adding linting and manual pre-commit checks in audit process --- .github/agents/Managment.agent.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/agents/Managment.agent.md b/.github/agents/Managment.agent.md index 5dfac6a3..aff615d6 100644 --- a/.github/agents/Managment.agent.md +++ b/.github/agents/Managment.agent.md @@ -36,8 +36,7 @@ You are "lazy" in the smartest way possible. You never do what a subordinate can - **Frontend**: Call `Frontend_Dev` with the plan file. 4. **Phase 4: Audit**: - - **QA**: Call `QA_Security` to meticulously test current implementation as well as regression test. Ask for a pass/fail report. - + - **QA**: Call `QA_Security` to meticulously test current implementation as well as regression test. Run all linting and manual pre-commit checks. Write a report to `docs/reports/qa_report.md`. Start back at Phase 1 if issues are found. 5. **Phase 5: Closure**: - **Docs**: Call `Docs_Writer`. - **Final Report**: Summarize the successful subagent runs.