From 2f801e8152ddb3218eed1c9e7fc137e1eacbf0be Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 2 Dec 2025 02:14:42 +0000 Subject: [PATCH] feat(workflow): update verification steps to include mandatory frontend test coverage script --- .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 b96ff6a1..cd09d565 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` and fix warnings and errors (so they don't become warnings). - Run `npm run test` (Ensure no regressions). - - Run `npm run type-check` + - Run `npm run type-check` - **MANDATORY**: Run `scripts/frontend-test-coverage.sh` as well as and fix any issues immediately and make sure coverage goals are met or exceeded.