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:
@@ -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`.
|
||||
"}
|
||||
}
|
||||
}
|
||||
|
||||
+2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user