Skip to content
This repository was archived by the owner on Aug 31, 2026. It is now read-only.

Commit 30e03a4

Browse files
authored
Add linting section to AGENTS.md (#61)
Ensures AI assistants run `make lint` and fix all issues before considering work done.
1 parent 06e7ece commit 30e03a4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@ Read [CONTRIBUTING.md](CONTRIBUTING.md).
2525
## Prose model
2626

2727
If you are running on an Anthropic model, use `claude-opus-4-6` for writing comments, documentation, and other prose. Prose quality from Anthropic models dropped starting with Opus 4.7 and has gotten worse with each subsequent release.
28+
29+
## Linting
30+
31+
Run `make lint` before considering any work done. Fix all issues it reports. `make lint` runs pony-lint, which checks for style and correctness problems in Pony source files. A clean lint run is part of "done" — don't open a PR or report completion with lint issues outstanding.

0 commit comments

Comments
 (0)