fix: slim down token usage

This commit is contained in:
eric
2026-04-04 12:37:50 +02:00
parent 97f329c825
commit 1240ab946b
55 changed files with 6799 additions and 2333 deletions

View File

@@ -0,0 +1,5 @@
# Standards
- Keep code maintainable.
- Avoid one-off hacks.
- Leave tests green.