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.