Compare commits
2 Commits
f914c3a06b
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3103585d71 | ||
|
|
1aa2118958 |
@@ -1,15 +1,16 @@
|
|||||||
model: openrouter/deepseek/deepseek-v4-pro
|
model: openrouter/deepseek/deepseek-v4-pro
|
||||||
weak-model: openrouter/qwen/qwen3-coder
|
weak-model: openrouter/qwen/qwen3-coder
|
||||||
editor-model: openrouter/qwen/qwen3-coder
|
|
||||||
|
architect: true
|
||||||
edit-format: diff
|
edit-format: diff
|
||||||
auto-commits: true
|
auto-commits: true
|
||||||
dirty-commits: false
|
dirty-commits: false
|
||||||
auto-test: true
|
auto-test: false
|
||||||
test-cmd: "pytest tests/ -x"
|
test-cmd: "pytest tests/ -x"
|
||||||
|
gitignore: true
|
||||||
|
show-model-warnings: true
|
||||||
|
|
||||||
read:
|
read:
|
||||||
- SPEC.md
|
- SPEC.md
|
||||||
- ARCH.md
|
- ARCH.md
|
||||||
- CONVENTIONS.md
|
- CONVENTIONS.md
|
||||||
- TESTS.md
|
|
||||||
gitignore: true
|
|
||||||
show-model-warnings: true
|
|
||||||
@@ -30,7 +30,6 @@ Stack and commands. What technologies and what commands does the AI need to know
|
|||||||
- docs/SPEC.md - What the project does
|
- docs/SPEC.md - What the project does
|
||||||
- docs/ARCH.md - How it's built
|
- docs/ARCH.md - How it's built
|
||||||
- docs/CONVENTIONS.md - Code style rules
|
- docs/CONVENTIONS.md - Code style rules
|
||||||
- docs/TESTS.md - Test cases in natural language
|
|
||||||
- docs/JOURNAL.md - Personal session notes
|
- docs/JOURNAL.md - Personal session notes
|
||||||
|
|
||||||
## Philosophy
|
## Philosophy
|
||||||
|
|||||||
@@ -1,4 +0,0 @@
|
|||||||
# TESTS
|
|
||||||
|
|
||||||
Test cases written in my own words. AI tools should read and implement tests written here in natural language.
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user