docs(agents): note SSH use case in AGENTS.md (#1299)

Co-authored-by: Orca <help@stably.ai>
This commit is contained in:
Jinjing
2026-04-30 23:01:06 -07:00
committed by GitHub
co-authored by Orca
parent 12858f37e3
commit 7fbea584ca
+4
View File
@@ -22,6 +22,10 @@ Orca targets macOS, Linux, and Windows. Keep all platform-dependent behavior beh
- **Shortcut labels in UI**: Display `⌘` / `⇧` on Mac and `Ctrl+` / `Shift+` on other platforms.
- **File paths**: Use `path.join` or Electron/Node path utilities — never assume `/` or `\`.
## SSH Use Case
All changes must consider the SSH use case. Don't assume local-only execution.
## GitHub CLI Usage
Be mindful of the user's `gh` CLI API rate limit — batch requests where possible and avoid unnecessary calls. All code, commands, and scripts must be compatible with macOS, Linux, and Windows.