From bd85148b8e9f975edbb0d36bdb58ed8f55981d31 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 2 Dec 2025 04:51:27 +0000 Subject: [PATCH] fix(docs): update mandatory test coverage command in Frontend_Dev agent --- .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 8a06087c..e7ff45ac 100644 --- a/.github/agents/Frontend_Dev.agent.md +++ b/.github/agents/Frontend_Dev.agent.md @@ -38,7 +38,7 @@ You do not just "make it work"; you make it **feel** professional, responsive, a - 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` - - **MANDATORY**: Run `/projects/Charon/scripts/frontend-test-coverage.sh` as well as and fix any issues immediately and make sure coverage goals are met or exceeded. + - **MANDATORY**: Run `npm run tests:coverage` as well as and fix any issues immediately and make sure coverage goals are met or exceeded.