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: AGENTS.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,13 @@ Run the browser suites only when your change touches them or when you are explic
132
132
133
133
For normal issue work, run the smallest relevant verification first. Do not default to repo-wide typecheck/build/test on every heartbeat when a narrower check is enough to prove the change.
134
134
135
+
For any change you intend to verify against a live, already-running server rather than a freshly
136
+
started one, first confirm which commit that server is actually running (`GET /api/health` ->
137
+
`commit`) — a long-lived primary/production instance can be many commits behind `master`. See
138
+
`doc/PRIMARY-DEPLOY-GAP.md` for the deploy path, the operator-restart requirement, and the required
139
+
disclosure ("verified against local dev on commit X" vs. "verified against the primary instance")
140
+
when reporting a server-side fix as verified.
141
+
135
142
Run this full check before claiming repo work done in a PR-ready hand-off, or when the change scope is broad enough that targeted checks are not sufficient:
0 commit comments