* Support Codex pet sidekick animations * Refine Codex pet defaults and drop unused failed animation state Always default spritesheetPath to spritesheet.webp when a manifest omits it, even when explicit frame/animation metadata is present, so non-Codex bundles still benefit from the standard sheet name. Drop the 'failed' animation entirely — Orca has no failure state, so mapping interrupted completions to 'failed' would conflate user cancellation with agent failure. Codex spritesheets can still expose a 'failed' row as an asset contract, but it's never selected at runtime. Co-authored-by: Orca <help@stably.ai> --------- Co-authored-by: Jinjing <6427696+AmethystLiang@users.noreply.github.com> Co-authored-by: Orca <help@stably.ai> |
||
|---|---|---|
| .. | ||
| assets | ||
| README.es.md | ||
| README.ja.md | ||
| README.md | ||
| README.zh-CN.md | ||
| mobile-prefer-renderer-scrollback.md | ||
| mobile-presence-lock.md | ||
| mobile-shared-client-per-host.md | ||
| resource-usage-merge-spec.md | ||
| sidekick-animation-state-mapping.md | ||
| tasks-page-resume-state.md | ||
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.