This repository uses AGENTS.md as the single source of truth for:
- Coding conventions (naming, formatting, commenting, testing)
- Contribution workflows (branch prefixes, commit message style, PR templates)
- Release, CI, and dependency‑management policies
- Security reporting and governance links
TL;DR: Read
AGENTS.mdfirst. All technical or procedural questions are answered there.
- Study
AGENTS.mdMake sure every automated change or suggestion respects those rules. - Follow branch‑prefix and commit‑message standards They drive Mergify auto‑labeling and CI gates.
- Never tag releases
- Pass CI
Run
go fmt,goimports,go vet,staticcheck, andgolangci‑lintlocally before opening a PR.
If you encounter conflicting guidance elsewhere, AGENTS.md wins.
Questions or ambiguities? Open a discussion or ping a maintainer instead of guessing.
Happy hacking!