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
🤖 docs: require static-check before pushing to PRs (#769)
Add explicit instruction in Mode: Exec to run `make static-check`
locally before pushing changes. This makes the requirement proactive
rather than only reactive to CI failures.
_Generated with `mux`_
Copy file name to clipboardExpand all lines: docs/AGENTS.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
@@ -156,6 +156,7 @@ Avoid mock-heavy tests that verify implementation details rather than behavior.
156
156
## Mode: Exec
157
157
158
158
- Treat as a standing order: keep running checks and addressing failures until they pass or a blocker outside your control arises.
159
+
-**Before pushing to a PR**, run `make static-check` locally and ensure all checks pass. Fix issues with `make fmt` or manual edits. Never push until local checks are green.
159
160
- Reproduce remote static-check failures locally with `make static-check`; fix formatting with `make fmt` before rerunning CI.
160
161
- When CI fails, reproduce locally with the smallest relevant command; log approximate runtimes to optimize future loops.
0 commit comments