We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78dde66 commit 7453bc7Copy full SHA for 7453bc7
AGENTS.md
@@ -28,7 +28,7 @@ This file provides guidance to agents working in this repository.
28
| RealTiKV tests | MUST start playground in background, run tests, then clean up playground/data (see `docs/agents/testing-flow.md`). |
29
| Bug fix | MUST add a regression test and verify it fails before fix and passes after fix. |
30
| Fmt-only PR | MUST NOT run costly `realtikvtest`; local compilation is enough. |
31
-| Before finishing | SHOULD self-review diff quality before finishing. |
+ Before finishing | MUST run `make lint` if there are code changes. SHOULD self-review diff quality before finishing. |
32
33
### Skills
34
0 commit comments