mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 08:02:28 +00:00
* Add design spec for terminal search next/prev shortcuts Cmd+G / Cmd+Shift+G to navigate search matches when the search bar is already open, following macOS conventions. * Address review: isEditableTarget bypass, incremental option, native Cmd+G conflict * Spec: clarify mod-key check placement and ref sync on empty query * Add implementation plan for terminal search next/prev shortcuts * Plan: merge Task 3+4 to avoid compile break, fix stale note, add reorder rationale * Plan: import SearchState type in TerminalSearch instead of inline duplication * test: add failing tests for search-navigate key matching * feat: add Cmd+G / Cmd+Shift+G search navigation to keyboard handler * feat: wire searchStateRef through TerminalPane and TerminalSearch * refactor: use searchOpenRef to avoid listener re-registration on search toggle * test: add Ctrl+Shift+G → previous on Linux/Windows test case
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.