Commit aec4e59
authored
Provide context on how to correctly call butler in AGENTS.md (#5286)
## Overview
This PR updates `AGENTS.md` to provide clear instructions on how to
correctly use `butler.py` with `pipenv`, ensuring agents operate within
the virtual environment.
Currently, agents always fail when calling butler commands because they
don't know(yet) that butler commands fail if out of a pipenv
environment, hence you are always correcting it, or waiting for it till
it reruns commands in `pipenv` .1 parent efeb58f commit aec4e59
1 file changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
57 | 71 | | |
58 | 72 | | |
59 | 73 | | |
| |||
0 commit comments