From c8153c5ecb360952d2b43e570c3979ce069e5b95 Mon Sep 17 00:00:00 2001 From: latand Date: Wed, 11 Feb 2026 00:34:16 +0200 Subject: [PATCH] Remove unnecessary AGENTS.md guidance --- AGENTS.md | 1 - 1 file changed, 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index e5c97c99..42e9a383 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -91,7 +91,6 @@ These patterns repeatedly appeared in maintainer feedback and should be treated - Keep generation path consistent: shortcuts/features should be added through `.butcher` config + generation, not ad-hoc manual edits. - Keep test style consistent with existing suite; avoid introducing new dependencies for small tests. - Preserve framework contracts (e.g., dispatcher/workflow data passed to startup/shutdown callbacks). -- For malformed-update fixes, confirm issue is reproducible on current Telegram payloads before adding runtime pre-validation overhead. - When fixing generated API metadata/docs, update the source mapping in `.butcher` so future regenerations keep the fix. ## Documentation work