orca/docs
Jinjing 171a2052df
fix: address review findings (#315)
2026-04-05 16:17:07 -07:00
..
README.md Add Orca runtime CLI and bundled install support (#273) 2026-04-03 16:50:28 -07:00
orca-cli-bundled-distribution.md Add Orca runtime CLI and bundled install support (#273) 2026-04-03 16:50:28 -07:00
orca-cli-focused-v1-status.md Add current worktree shortcuts to Orca CLI (#301) 2026-04-04 18:33:58 -07:00
orca-cli-v1-spec.md Add current worktree shortcuts to Orca CLI (#301) 2026-04-04 18:33:58 -07:00
orca-runtime-layer-design.md Add Orca runtime CLI and bundled install support (#273) 2026-04-03 16:50:28 -07:00
right-sidebar-conflict-resolution-status.md feat: show merge conflicts in source control sidebar (#204) 2026-03-29 15:40:23 -07:00
settings-search-design.md fix: address review findings (#315) 2026-04-05 16:17:07 -07:00
source-control-branch-diff-design.md Show committed files in the "source control" tab (#181) 2026-03-28 17:00:40 -07:00
worktree-setup-script-design-review.md feat: add explicit worktree setup flow (#286) 2026-04-03 23:44:23 -07:00
worktree-setup-script-design.md feat: add explicit worktree setup flow (#286) 2026-04-03 23:44:23 -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.