From f621cb29ae46960d832a97304870ee9bb6254b7b Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 2 Dec 2025 04:49:17 +0000 Subject: [PATCH] fix(docs): update path for frontend test coverage script 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 8a916ee0..8a06087c 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 `scripts/frontend-test-coverage.sh` as well as and fix any issues immediately and make sure coverage goals are met or exceeded. + - **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.