@AGENTS.md
The harness already enforces several of the rules above, so do not restate them as reminders or re-verify them by hand:
make staticrequiredruns automatically before everygit commit.git push,docker push, andgo buildare denied outright.GOTEST_SHORT=trueandDDEV_NO_INSTRUMENTATION=trueare preset for every command. Prefix a command withGOTEST_SHORT=to run the full matrix.- Editing a
.goor.mdfile formats it automatically. .gotmp/bin/<os>_<arch>is already first on PATH, so the binary you just built is what runs — no need to adjust PATH yourself.
.claude/rules/ files load themselves when you read a file they cover, so
there is no need to open them by hand. Run /ddev-commit before writing a
commit message, PR, or issue.