orca/docs
xiaolai f22d046160
fix(skills): remove broken doc references in orca-cli SKILL.md (#973)
* fix(skills): remove broken doc references in orca-cli SKILL.md

Three files listed under ## References do not exist in the repository:
docs/orca-cli-focused-v1-status.md, docs/orca-cli-v1-spec.md, and
docs/orca-runtime-layer-design.md. Agents following the skill would hit
dead links when trying to resolve ambiguous CLI behavior. Replace the
stale list with a general pointer to the docs/ directory.

Co-Authored-By: Claude Code <noreply@anthropic.com>

* docs: remove stale Orca CLI doc index

---------

Co-authored-by: claude[bot] <claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Code <noreply@anthropic.com>
Co-authored-by: Neil <4138956+nwparker@users.noreply.github.com>
2026-05-09 17:58:49 -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
README.es.md chore: move Autohand Code listing after Auggie in READMEs and agent catalog 2026-05-05 00:27:36 -07:00
README.ja.md chore: move Autohand Code listing after Auggie in READMEs and agent catalog 2026-05-05 00:27:36 -07:00
README.md fix(skills): remove broken doc references in orca-cli SKILL.md (#973) 2026-05-09 17:58:49 -07:00
README.zh-CN.md chore: move Autohand Code listing after Auggie in READMEs and agent catalog 2026-05-05 00:27:36 -07:00
STYLEGUIDE.md Move STYLEGUIDE.md into docs/ (#1625) 2026-05-09 01:08:35 -07:00
mobile-prefer-renderer-scrollback.md Mobile improvements: scrollback hydration, keyboard layout, and worktree-creation polish (#1423) 2026-05-04 23:24:22 -07:00
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
resource-usage-merge-spec.md feat(telemetry): PR 4 — wire 7 core events to call sites (#1433) 2026-05-05 11:57:51 -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 feat(tasks): remember tasks page resume state across sessions (#1442) 2026-05-05 11:19:50 -07:00

README.md

Orca Docs

Keep this folder focused on durable design notes, implementation plans, and feature references that are still useful after the original PR or release work lands.

Current References

  • focus-follows-mouse-design.md
    • Rationale and edge cases for focus-follows-mouse behavior.
  • focus-follows-mouse-plan.md
    • Rollout checklist and validation notes for focus-follows-mouse.
  • split-groups-rollout-pr*.md
    • Incremental split-groups rollout plans.
  • file-explorer-external-drop.md
    • Design notes for importing files from OS drag-and-drop.
  • performance-audit.md and performance-implementation-plan.md
    • Performance findings and planned remediation steps.
  • Other feature-specific markdown files in this folder remain useful when they match the area you are changing.

Why The Folder Changes

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.