Erste Version

This commit is contained in:
2026-04-04 15:09:32 +02:00
commit b8e8554464
12 changed files with 843 additions and 0 deletions

4
bottlesort/AGENTS.md Normal file
View File

@@ -0,0 +1,4 @@
- Prefer simple solutions over clever ones
- Do not introduce new dependencies without reason
- Always write tests for new features
- Adapt SPEC.md if specification changes or features are added or removed