8 lines
No EOL
358 B
Markdown
8 lines
No EOL
358 B
Markdown
# Documentation
|
|
Do not write any markdown file, just write the code.
|
|
|
|
# Workflow
|
|
- After your changes, make sure everything is working fine by running the tests.
|
|
- keep the readme.md architecture section up to date when you change the implementation
|
|
- when changing an implemetation, do not keep the old one as fallback
|
|
- to run test, use uv run pytest tests |