We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f63608 commit 894a7ceCopy full SHA for 894a7ce
docs/AGENTS.md
@@ -156,8 +156,6 @@ Avoid mock-heavy tests that verify implementation details rather than behavior.
156
- Prefer fixes that simplify existing code; such simplifications often do not need new tests.
157
- When adding complexity, add or extend tests. If coverage requires new infrastructure, propose the harness and then add the tests there.
158
159
-{/_ IMPORTANT: Do not rename these Mode headings; the parser extracts them verbatim. _/}
160
-
161
## Mode: Exec
162
163
- Treat as a standing order: keep running checks and addressing failures until they pass or a blocker outside your control arises.
0 commit comments