From 202e457d2c0e4e7a37944f6974f373cf01247c1e Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 2 Dec 2025 01:32:34 +0000 Subject: [PATCH] fix(workflow): update verification steps to include Frontend Test Coverage and Type Check tasks --- .github/agents/Frontend_Dev.agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/agents/Frontend_Dev.agent.md b/.github/agents/Frontend_Dev.agent.md index c0543465..4b021a68 100644 --- a/.github/agents/Frontend_Dev.agent.md +++ b/.github/agents/Frontend_Dev.agent.md @@ -35,7 +35,7 @@ You do not just "make it work"; you make it **feel** professional, responsive, a 3. **Verification (Definition of Done)**: - Run `npm run lint`. - Run `npm run test` (Ensure no regressions). - - **MANDATORY**: Run `pre-commit run --all-files` and fix any issues immediately and make sure coverage goals are met or exceeded. + - **MANDATORY**: Run `Frontend Test Coverage` as well as '`Frontend Type Check` tasks and fix any issues immediately and make sure coverage goals are met or exceeded.