feat. Review foot note, docker fix, pass message to reviewer , update tests
Some checks failed
ci / test (push) Failing after 16s
ci / publish (push) Has been skipped

This commit is contained in:
Space-Banane
2026-05-22 22:16:09 +02:00
parent b32bf9eb82
commit e7c7d82f84
18 changed files with 322 additions and 14 deletions

View File

@@ -100,7 +100,7 @@ pytest
Docker compose:
```bash
docker compose up --build
docker compose up --build -f docker-compose.dev.yml
```
## Environment Contract
@@ -171,3 +171,9 @@ Treat these as high-sensitivity areas when modifying worker/runner paths.
3. Add/update tests with behavior changes.
4. Run `pytest`.
5. Summarize impact, risks, and follow-ups in PR/commit notes.
## Commiting After Completion
If you are confident that your changes are ready to be committed, please follow the commit message format below:
```[TYPE] Short description (max 50 chars)```
Push after commiting. Ask the user once if you have permission to commit and from then on commit without asking.