Skip to content

Commit 8164991

Browse files
committed
docs: add lint reminder to AGENTS.md development workflow
1 parent 8d017be commit 8164991

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

AGENTS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ COG_BINARY=dist/go/*/cog mise run test:integration
186186
7. Run `mise run docs:llm` to regenerate `docs/llms.txt` after changing `README.md` or any `docs/*.md` file
187187
8. Read the `./docs` directory and make sure the documentation is up to date
188188

189+
**IMPORTANT:** Always run `mise run lint` (or the language-specific variant, e.g. `mise run lint:go`) before committing to catch linter errors early. CI will reject PRs that fail lint checks.
190+
189191
## Architecture
190192

191193
### CLI Architecture (Go)

0 commit comments

Comments
 (0)