From 2e00798d2d154a4e2964a6c6156809e1cba41f88 Mon Sep 17 00:00:00 2001 From: Justin Harms Date: Sun, 31 May 2026 17:03:58 -0500 Subject: [PATCH] small change to AGENTS.md to prevent backwards compatibility contamination --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index 448e6d8..ea30f49 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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).