Updated AGENTS.md to be more explicit about backwards compatibility

This commit is contained in:
2026-05-31 17:31:49 -05:00
parent 40b59e89dd
commit a7be3c835a
+2
View File
@@ -29,11 +29,13 @@ Key product constraints:
## Build and test
Use `make help` as the source of truth for available build/test targets and descriptions.
To verify your changes you must run tests and do a build.
## Coding conventions
- Keep changes minimal and focused.
- Backward compatibility is not a concern unless explicitly requested.
- Do not add compatibility shims, fallback paths, legacy aliases, or dual behavior unless explicitly requested.
- Preserve unauthenticated behavior unless explicitly requested.
- Keep limits/operator controls configurable via config.
- Maintain write-route protections (allowlist and rate limiting).