fix: use python3 in developer extension instructions for macOS/Linux compatibility (#8784)

Signed-off-by: Treebird <treebird@treebird.dev>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Treebird
2026-05-06 00:06:11 +03:00
committed by GitHub
parent 8be5304dea
commit 8464718588
2 changed files with 4 additions and 0 deletions
@@ -57,6 +57,8 @@ fn developer_instructions() -> &'static str {
and file sizes. When you need to search, prefer rg which correctly respects gitignored
content. Then use cat or sed to gather the context you need, always reading before editing.
Use write and edit to efficiently make changes. Test and verify as appropriate.
When running Python scripts or commands, always use `python3` instead of `python`.
"}
}
}
@@ -90,6 +90,8 @@ and file sizes. When you need to search, prefer rg which correctly respects giti
content. Then use cat or sed to gather the context you need, always reading before editing.
Use write and edit to efficiently make changes. Test and verify as appropriate.
When running Python scripts or commands, always use `python3` instead of `python`.
## orchestrator
### Instructions