5867f2f472
Replace AGENTS.md with minimal list of instructions to save context, the rest can be discovered easily. --- This PR was written with the help of Claude Opus 4.7 Reviewed-on: https://gitea.com/gitea/gitea-mcp/pulls/185 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: silverwind <me@silverwind.io> Co-committed-by: silverwind <me@silverwind.io>
575 B
575 B
- Use
make helpto find available development targets - Run
make fmtto format.gofiles, and runmake lint-goto lint them - Run
make tidyafter anygo.modchanges - Ensure no trailing whitespace in edited files
- Use Conventional Commits format for commit messages and PR titles (e.g.
type(scope): subject) - Never force-push, amend, or squash unless asked. Use new commits and normal push for pull request updates
- Include authorship attribution in issue and pull request comments
- Add
Co-Authored-Bylines to all commits, indicating name and model used