orca/docs
Neil 9f1ccf44d0
fix(readme): correct Kimi CLI link and swap Anthropic favicon for Claude glyph (#1405)
Co-authored-by: Orca <help@stably.ai>
2026-05-04 13:21:56 -07:00
..
assets fix(readme): correct Kimi CLI link and swap Anthropic favicon for Claude glyph (#1405) 2026-05-04 13:21:56 -07:00
debug feat(mobile): Expo companion app [beta] (#1245) 2026-05-04 13:08:27 -07:00
design refactor: rename pet → sidekick across codebase (#1334) 2026-05-01 18:40:52 -07:00
superpowers
README.es.md fix(readme): correct Kimi CLI link and swap Anthropic favicon for Claude glyph (#1405) 2026-05-04 13:21:56 -07:00
README.ja.md fix(readme): correct Kimi CLI link and swap Anthropic favicon for Claude glyph (#1405) 2026-05-04 13:21:56 -07:00
README.md
README.zh-CN.md fix(readme): correct Kimi CLI link and swap Anthropic favicon for Claude glyph (#1405) 2026-05-04 13:21:56 -07:00
back-button-tasks-page.md feat(nav): back/forward traverses Tasks page visits (#1207) 2026-04-27 23:49:34 -07:00
cmd-j-empty-query-ordering.md fix(cmd-j): rank empty-query worktrees by focus recency (#1383) 2026-05-03 22:55:11 -07:00
cmd-j-scoped-jump-palette-plan.md
codex-account-switching-design.md
create-from-start-field.md
design-379.md
design-preserve-scroll-position.md
drag-drop-files-ssh.md feat(file-explorer): support drag-and-drop file import over SSH (#1279) 2026-04-30 01:28:43 -07:00
file-explorer-external-drop.md
fix-codex-token-refresh-loss.md fix: prevent 401 errors from CLI-refreshed tokens being clobbered (#1286) 2026-04-30 22:24:10 -07:00
fix-missing-single-instance-lock.md fix(runtime): add single-instance lock + owned-metadata clear (#1312) (#1326) 2026-05-02 23:05:14 -07:00
fix-pty-fd-leak.md fix(pty): release ptmx fd on natural exit + defuse SIGHUP-to-recycled-pid (#1327) 2026-05-02 23:12:14 -07:00
focus-follows-mouse-design.md
focus-follows-mouse-plan.md
homebrew-cask.md feat(release): publish Orca as a Homebrew cask (#1304) 2026-05-01 00:33:21 -07:00
performance-audit.md
performance-implementation-plan.md perf: systematic performance optimizations (#623) 2026-04-14 00:28:56 -07:00
preload-typecheck-hole.md
quickly-jump-to-worktree.md
remote-folder-picker-redesign.md improve remote folder picker UI (#1240) 2026-04-28 18:52:31 -07:00
split-groups-rollout-pr1.md
split-groups-rollout-pr2.md
split-groups-rollout-pr3.md
split-groups-rollout-pr4.md
split-groups-rollout-pr5.md
split-groups-rollout-pr6.md
ssh-folder-import-path-entry.md feat(sidebar): path-aware filter in SSH remote file browser (#1384) 2026-05-04 00:01:04 -07:00
ssh-split-pane-inherit-cwd.md fix(terminal): inherit source pane cwd on split (Cmd+D) (#1243) 2026-04-29 15:54:07 -07:00
tab-group-model-follow-up.md
term-shortcut-fix.md
terminal-drop-ssh.md fix: handle unhydrated store in file-explorer→terminal drop (#1296) 2026-04-30 20:39:04 -07:00
terminal-extended-keys.md fix(terminal): advertise kitty keyboard protocol for Shift+Enter (#1247) 2026-04-28 23:56:29 -07:00

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.