Initial commit

This commit is contained in:
Elias Ahokas
2026-06-16 22:37:46 +03:00
commit 235afe66b7
10 changed files with 170 additions and 0 deletions

15
.aider.conf.yml Normal file
View File

@@ -0,0 +1,15 @@
model: openrouter/deepseek/deepseek-v4
weak-model: openrouter/qwen/qwen3-coder
editor-model: openrouter/qwen/qwen3-coder
edit-format: diff
auto-commits: true
dirty-commits: false
auto-test: true
test-cmd: "pytest tests/ -x"
read:
- SPEC.md
- ARCH.md
- CONVENTIONS.md
- TESTS.md
gitignore: true
show-model-warnings: true