update agents

This commit is contained in:
Abel Luck 2026-03-30 18:36:58 +02:00
parent a809bde16c
commit dab6b4568f

View file

@ -12,7 +12,6 @@ See @README.md
- Prefer immutable style functional programming style - Prefer immutable style functional programming style
- functions that operate on data over classes that encapsulate state - 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. - Think carefully and implement the most concise solution that changes as little code as possible.