orca/docs
Jinjing 35e13a04b1
Add worktree Open in editor button (#1929)
* Add worktree open-in editor button

Implements the Open in menu flow from docs/open-in-worktree-button.md, including shell IPC validation and sidebar menu integration.

* Move worktree open action into menu

Updates the design to remove the card button and show VS Code under a single Open in context-menu item.

* Shorten worktree file manager labels
2026-05-15 11:05:21 -07:00
..
assets Rename mobile README showcase asset 2026-05-13 18:36:09 -07:00
README.es.md docs: add Korean README (#1905) 2026-05-15 00:20:13 -07:00
README.ja.md docs: add Korean README (#1905) 2026-05-15 00:20:13 -07:00
README.ko.md docs: add Korean README (#1905) 2026-05-15 00:20:13 -07:00
README.md Revert "Scaffold iOS companion control architecture" (#1858) 2026-05-14 13:02:27 -07:00
README.zh-CN.md docs: add Korean README (#1905) 2026-05-15 00:20:13 -07:00
STYLEGUIDE.md Move STYLEGUIDE.md into docs/ (#1625) 2026-05-09 01:08:35 -07:00
claude-auth-runtime.md Fix Claude scoped Keychain auth (#1735) 2026-05-14 10:48:46 -07:00
gh-work-item-drawer-cache-flash.md fix(github-drawer): eliminate reopen flash via useSyncExternalStore (#1680) 2026-05-10 19:53:05 -07:00
gh-work-item-drawer-cache.md perf(github-drawer): cache work-item details + collapse issue fetch (#1655) 2026-05-09 23:46:30 -07:00
mobile-prefer-renderer-scrollback.md
mobile-presence-lock.md Mobile: server-authoritative phone-fit state machine + race fixes + UX cleanup (#1518) 2026-05-06 21:54:23 -07:00
mobile-shared-client-per-host.md Mobile: stabilise connection + terminal-fit fixes + share one RpcClient per host (#1481) 2026-05-05 18:58:13 -07:00
open-in-worktree-button.md Add worktree Open in editor button (#1929) 2026-05-15 11:05:21 -07:00
quick-open-gitignored-files.md fix: include gitignored files in quick open (#1762) 2026-05-13 14:29:30 -07:00
refresh-on-checks-tab.md feat(checks-panel): auto-refresh on entering Checks tab (#1688) 2026-05-10 23:16:41 -07:00
resource-usage-merge-spec.md
sidebar-filter-redesign.md feat(sidebar-filter): replace dropdown with searchable popover for repo filtering (#1684) 2026-05-10 21:47:15 -07:00
sidekick-animation-state-mapping.md fix: Support Codex pet sidekick animations (#1533) 2026-05-07 23:50:20 -07:00
tasks-page-resume-state.md

README.md

Orca CLI Docs

Keep this folder focused on the durable references for Orca's public CLI and runtime model.

Keep These Docs

  • orca-cli-focused-v1-status.md
    • What is actually implemented and intentionally in scope now.
  • orca-cli-v1-spec.md
    • The public CLI contract, selector grammar, JSON envelope, and command semantics.
  • orca-runtime-layer-design.md
    • Why the runtime layer exists and which boundaries it owns.
  • orca-cli-bundled-distribution.md
    • How the bundled desktop-app distribution and PATH registration model works.

Why The Folder Is Small

Earlier design and implementation work produced several planning and evaluation docs. Those were useful while the feature was taking shape, but they were intentionally removed once the implementation converged so future readers are not forced to choose between multiple overlapping sources of truth.