Skip to content

Commit e154590

Browse files
authored
Merge pull request #11 from faddat/codex/create-agents-md-file
Add AGENTS instructions
2 parents 6b02d3c + 03cc9ab commit e154590

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

AGENTS.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# AGENTS instructions
2+
3+
## Formatting
4+
5+
- Run `gofmt -w` and `gofumpt -w` on any modified Go files.
6+
- Run `cargo fmt` on any modified Rust files.
7+
- Run `prettier -w` on any modified Markdown files.
8+
9+
## Testing
10+
11+
- Use `golangci-lint run ./... --fix` before running `make test` and make sure that all lint issues are fixed before running tests.
12+
- When Go or Rust code is changed, run `make test` before committing.
13+
14+
## PR message
15+
16+
- Summarize the changes and mention any test commands that were executed.

0 commit comments

Comments
 (0)