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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
8
8
1.1. **Entry Points** (`cmd/`)
9
9
2.**Frontend code** (`ui/`)
10
10
11
+
## Testing Before Pushing
12
+
13
+
**Always run tests before pushing.** If tests fail, do not push. Fix the failing tests first. Only skip this if the user explicitly says to ignore test failures.
0 commit comments