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>
This commit is contained in:
xiaolai 2026-05-10 08:58:49 +08:00 committed by GitHub
parent 778691e6a1
commit f22d046160
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 19 additions and 17 deletions

View File

@ -1,19 +1,25 @@
# Orca CLI Docs
# Orca Docs
Keep this folder focused on the durable references for Orca's public CLI and runtime model.
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.
## Keep These Docs
## Current References
- `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.
- `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 Is Small
## 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

View File

@ -563,8 +563,4 @@ When `orca tab create` opens a new tab, it is automatically set as the active ta
## References
See these docs in this repo when behavior is unclear:
- `docs/orca-cli-focused-v1-status.md`
- `docs/orca-cli-v1-spec.md`
- `docs/orca-runtime-layer-design.md`
When behavior is unclear, refer to the design docs in `docs/` relevant to the feature area.