Skip to content

Commit 894a7ce

Browse files
authored
fix: remove agents.md docs comment (#941)
rm'd comment that was breaking page rendering. if we want to keep the comment, then we'll need to fix the formatting.
1 parent 2f63608 commit 894a7ce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/AGENTS.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,6 @@ Avoid mock-heavy tests that verify implementation details rather than behavior.
156156
- Prefer fixes that simplify existing code; such simplifications often do not need new tests.
157157
- When adding complexity, add or extend tests. If coverage requires new infrastructure, propose the harness and then add the tests there.
158158

159-
{/_ IMPORTANT: Do not rename these Mode headings; the parser extracts them verbatim. _/}
160-
161159
## Mode: Exec
162160

163161
- Treat as a standing order: keep running checks and addressing failures until they pass or a blocker outside your control arises.

0 commit comments

Comments
 (0)