From b36ae94e8de9068dbbaed5250f32e556d9dabb1e Mon Sep 17 00:00:00 2001 From: Jinjing <6427696+AmethystLiang@users.noreply.github.com> Date: Thu, 23 Jul 2026 21:41:08 -0700 Subject: [PATCH] docs: add folder workspace use case guidance to AGENTS.md Folder workspaces are a first-class workspace type that all changes must consider alongside git worktrees. Document this requirement for developers. --- AGENTS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index b15f3dec47e..1bfc8a99e67 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -35,6 +35,10 @@ Orca targets macOS, Linux, and Windows. Keep all platform-dependent behavior beh All changes must consider the SSH use case. Don't assume local-only execution. +## Folder Workspace Use Case + +All changes must consider folder workspaces as well as git worktrees. Don't assume every workspace is a git worktree. + ## Git Binary Compatibility Orca runs the user's Git binary on native, WSL, and SSH hosts, which may all have different versions. Treat Git 2.25 as the core-workflow baseline and follow [`docs/reference/git-compatibility.md`](./docs/reference/git-compatibility.md).