mirror of
https://github.com/stablyai/orca
synced 2026-04-21 14:17:16 +00:00
- docs test: throw on malformed entries in formatKeyLabel instead of emitting '?' placeholder that would silently ship a broken doc; add guard assertion that every entry applies to at least one platform; add direct test of the throw path. - e2e copy-selection: focus the terminal BEFORE programmatic selectAll so the xterm helper-textarea focus event cannot collapse the selection before the chord is sent. - docs: clarify regeneration instructions and mark the reserved-chords section as editorial (not enforced by the parity test). Rewrote the opening sentence so it no longer contains a literal BEGIN:MAC marker string that collided with the parity test's indexOf scan. |
||
|---|---|---|
| .. | ||
| assets | ||
| superpowers | ||
| cmd-j-scoped-jump-palette-plan.md | ||
| codex-account-switching-design.md | ||
| design-379.md | ||
| design-preserve-scroll-position.md | ||
| file-explorer-external-drop.md | ||
| focus-follows-mouse-design.md | ||
| focus-follows-mouse-plan.md | ||
| performance-audit.md | ||
| performance-implementation-plan.md | ||
| quickly-jump-to-worktree.md | ||
| README.ja.md | ||
| README.md | ||
| README.zh-CN.md | ||
| 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 | ||
| tab-group-model-follow-up.md | ||
| term-shortcut-fix.md | ||
| terminal-shortcuts.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.