From dcbec8bfc58cfaab685dfdc9236135f105e7600b Mon Sep 17 00:00:00 2001 From: Matthias Fleschuetz <13959569+blindzero@users.noreply.github.com> Date: Fri, 16 Jan 2026 21:54:15 +0100 Subject: [PATCH] added no refactoring guardrail to AGENTS.md --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index 2aa3d10d..b217aa14 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -41,6 +41,7 @@ Authoritative docs: - Keep PRs focused: one issue / one theme. - Avoid drive-by refactors unless the issue is specifically about refactoring. +- Minimal changes, no unrelated refactors. ### 2.3 Determinism over cleverness