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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ Global tools:
60
60
61
61
## Verification
62
62
63
-
**Always run before considering work done:**
63
+
**Always run `make check`before considering work done.** Do NOT shortcut with individual targets like `lint` or `typecheck` — CI runs format checks that `lint` alone misses (import sorting, line length).
64
64
65
65
```bash
66
66
make check # from repo root — validates schemas + runs Python + TS tests
@@ -69,8 +69,8 @@ make check # from repo root — validates schemas + runs Python + TS tests
69
69
For a single library:
70
70
71
71
```bash
72
-
make -C lib/python check # format + lint + typecheck + tests
73
-
make -C lib/typescript check # format + lint + typecheck + tests
0 commit comments