docs: prefer python3 in setup examples (#86)

This commit is contained in:
Sheroy Cooper
2026-07-09 06:05:16 +02:00
committed by GitHub
parent b8d35a4b69
commit 22a4438dab
3 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ Reviews here are empirical. Bug reports are reproduced on master before the fix
- State the failing case and how to reproduce it.
- Put CLI tests in `.agents/skills/<name>/cli/tests/` (bun test, network-free where possible); Python tool tests in `tests/`.
- Run what CI runs: `python tools/lint_skills.py`, `bun run typecheck` in touched CLIs, and the relevant test suites.
- Run what CI runs: `python3 tools/lint_skills.py` (or `python tools/lint_skills.py` if that is your Python 3 executable), `bun run typecheck` in touched CLIs, and the relevant test suites.
## Building for your own market? Do this instead