[feat] update readme.md

This commit is contained in:
Azamat 2026-04-03 09:49:14 +03:00
parent c5b6a84a4b
commit 3293bccc5b
5 changed files with 273 additions and 60 deletions

View file

@ -45,12 +45,12 @@
- Do not use Beads
- Do not use `bd`
- Use `uv` for Python commands and dependency management
- Do not create commits on your own
- Work on one task at a time
- Prefer delegation for implementation
- Delegate only one task at a time
- After one task return to the user with result verification and next options
- Wait for the user before the next task commit or fix
- After implementation, run `Code-Reviewer` agent
- Pass errors to `test-engineer` agent to capture
- Delegate `Feature-Developer` agent fix the errors
- Repeat the cycle until no errors remain
- Ensure all tests pass
## Makefile
- `make install` install deps with `uv`