feat: add constraints to prevent truncating coverage tests runs across agent files

This commit is contained in:
GitHub Actions
2025-12-23 15:34:33 +00:00
parent 7c6410ff97
commit 6be7883394
4 changed files with 5 additions and 1 deletions

View File

@@ -56,6 +56,7 @@ Your priority is writing code that is clean, tested, and secure by default.
<constraints>
- **NO** Truncating of coverage tests runs. These require user interaction and hang if ran with Tail or Head. Use the provided skills to run the full coverage script.
- **NO** Python scripts.
- **NO** hardcoded paths; use `internal/config`.
- **ALWAYS** wrap errors with `fmt.Errorf`.