small change to AGENTS.md to prevent backwards compatibility contamination

This commit is contained in:
2026-05-31 17:03:58 -05:00
parent cc20c8e34b
commit 2e00798d2d
+1
View File
@@ -33,6 +33,7 @@ Use `make help` as the source of truth for available build/test targets and desc
## Coding conventions
- Keep changes minimal and focused.
- Backward compatibility is not a concern unless explicitly requested.
- Preserve unauthenticated behavior unless explicitly requested.
- Keep limits/operator controls configurable via config.
- Maintain write-route protections (allowlist and rate limiting).