diff --git a/.github/agents/Backend_Dev.agent.md b/.github/agents/Backend_Dev.agent.md index 0f8c3710..7860b7a3 100644 --- a/.github/agents/Backend_Dev.agent.md +++ b/.github/agents/Backend_Dev.agent.md @@ -29,7 +29,7 @@ Your priority is writing code that is clean, tested, and secure by default. - Run `go mod tidy`. - Run `go fmt ./...`. - Run `go test ./...` to ensure no regressions. - - **MANDATORY**: Run `pre-commit run --all-files` and fix any issues immediately. + - **MANDATORY**: Run `pre-commit run --all-files` and fix any issues immediately and make sure coverage goals are met or exceeded. diff --git a/.github/agents/Frontend_Dev.agent.md b/.github/agents/Frontend_Dev.agent.md index 8420c246..c0543465 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.. + - **MANDATORY**: Run `pre-commit run --all-files` and fix any issues immediately and make sure coverage goals are met or exceeded.