feat: improve generated agent prompts
This commit is contained in:
@@ -28,18 +28,23 @@ From the repository root, run:
|
||||
```bash
|
||||
source .venv/bin/activate
|
||||
python -m pytest
|
||||
```
|
||||
|
||||
Do not search the filesystem for pytest.
|
||||
Do not create a new virtual environment unless explicitly asked.
|
||||
|
||||
If pytest is unavailable, run:
|
||||
|
||||
```bash
|
||||
pip install -e '.[dev]'
|
||||
python -m pytest
|
||||
Validation Commands
|
||||
```
|
||||
|
||||
## Validation Commands
|
||||
|
||||
For normal task validation, run:
|
||||
|
||||
```bash
|
||||
python -m pytest
|
||||
rdb status
|
||||
rdb next
|
||||
|
||||
Reference in New Issue
Block a user