You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
- never mark work complete until typechecks pass and all tests pass in the current turn; if they fail, report the failing command and first concrete error
8
8
- always add or update tests that cover plausible exploit/abuse paths introduced by each feature or behavior change
9
9
- treat host memory buildup and CPU amplification as critical risks; avoid unbounded buffering/work (for example, default in-memory log buffering)
10
+
- check GitHub Actions test/typecheck status per commit to identify when a failure first appeared
0 commit comments