We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61eb776 commit d9dc193Copy full SHA for d9dc193
1 file changed
AGENTS.md
@@ -0,0 +1,8 @@
1
+# AGENTS
2
+
3
+## Operational Notes
4
5
+- Prefer running tests through Dockerized CI wrapper:
6
+ - `./ci/run.sh ci/py3.14 -q`
7
+ - For targeted tests: `./ci/run.sh ci/py3.14 -q <pytest-args>`
8
+- `ci/run.sh` uses `docker run -it`, so commands must run with a TTY-capable executor.
0 commit comments