Skip to content

Commit 9487e48

Browse files
committed
Add pre-push testing requirement to CLAUDE.md
1 parent db51bd4 commit 9487e48

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
88
1.1. **Entry Points** (`cmd/`)
99
2. **Frontend code** (`ui/`)
1010

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.
14+
1115
## Build/Test/Lint Commands
1216
- Build all components: `cd engine && make build`
1317
- Lint code: `cd engine && make run-lint`

0 commit comments

Comments
 (0)