add AGENTS.md

This commit is contained in:
Mitchell Hashimoto
2026-02-03 09:33:42 -08:00
parent a4d0d5c182
commit b5463f3227

7
.github/vouch/AGENTS.md vendored Normal file
View File

@@ -0,0 +1,7 @@
# Agent Development Guide
A file for [guiding coding agents](https://agents.md/).
- All commands must have a `--dry-run` option that is default on.
- Verify help output using `use <module> *; help <def>`. Everything
must have human-friendly help output.