From dab6b4568f0834162db762f0f025430e0a802eb0 Mon Sep 17 00:00:00 2001 From: Abel Luck Date: Mon, 30 Mar 2026 18:36:58 +0200 Subject: [PATCH] update agents --- AGENTS.md | 1 - 1 file changed, 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 19c73ab..f53d45b 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -12,7 +12,6 @@ See @README.md - Prefer immutable style functional programming style - functions that operate on data over classes that encapsulate state -- No backwards-compatibility guarantees; prefer breaking changes over backwards compat and complexity. - Think carefully and implement the most concise solution that changes as little code as possible.