Updated AGENTS.md to be more explicit about backwards compatibility
This commit is contained in:
@@ -29,11 +29,13 @@ Key product constraints:
|
|||||||
## Build and test
|
## Build and test
|
||||||
|
|
||||||
Use `make help` as the source of truth for available build/test targets and descriptions.
|
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
|
## Coding conventions
|
||||||
|
|
||||||
- Keep changes minimal and focused.
|
- Keep changes minimal and focused.
|
||||||
- Backward compatibility is not a concern unless explicitly requested.
|
- 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.
|
- Preserve unauthenticated behavior unless explicitly requested.
|
||||||
- Keep limits/operator controls configurable via config.
|
- Keep limits/operator controls configurable via config.
|
||||||
- Maintain write-route protections (allowlist and rate limiting).
|
- Maintain write-route protections (allowlist and rate limiting).
|
||||||
|
|||||||
Reference in New Issue
Block a user