feat. Review foot note, docker fix, pass message to reviewer , update tests
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user