From 7fbea584ca05133ae091fc6236aeb81302797f1e Mon Sep 17 00:00:00 2001 From: Jinjing <6427696+AmethystLiang@users.noreply.github.com> Date: Thu, 30 Apr 2026 23:01:06 -0700 Subject: [PATCH] docs(agents): note SSH use case in AGENTS.md (#1299) Co-authored-by: Orca --- AGENTS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 44863f5494c..683b216a3d1 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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.