You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pebble inherited all eight official Orca skills at v1.4.124-rc.8, then renamed and adapted them for Pebble. Upstream has since replaced the large standalone SKILL.md files with a hybrid stub + version-matched CLI guide architecture. Syncing only the current skills/*/SKILL.md text would miss the new skill-stubs/, skill-guides/, CLI delivery, and release-ledger contracts.
The line-count reduction is architectural, not feature deletion: current upstream skills are small routing stubs, while detailed guidance is version-matched and delivered by the CLI.
Required semantic work
Port the hybrid stub contract using Pebble names and pebble CLI commands.
Add Pebble equivalents of all eight skill-stubs/*.md files.
Add Pebble equivalents of all eight versioned skill-guides/*.md files.
Identify the Orca CLI commands that resolve/version skill guides and implement the same contract in Pebble CLI/Go runtime where ownership moved.
Why this is separate
Pebble inherited all eight official Orca skills at
v1.4.124-rc.8, then renamed and adapted them for Pebble. Upstream has since replaced the large standaloneSKILL.mdfiles with a hybrid stub + version-matched CLI guide architecture. Syncing only the currentskills/*/SKILL.mdtext would miss the newskill-stubs/,skill-guides/, CLI delivery, and release-ledger contracts.v1.4.124-rc.858ef46dskill-guides/,skill-stubs/,skills/Skill mapping and drift
computer-usecomputer-uselinear-ticketslinear-ticketsorchestrationorchestrationpebble-cliorca-clipebble-emulatororca-emulatorpebble-emulator-androidorca-emulator-androidpebble-linearorca-linearpebble-per-workspace-envorca-per-workspace-envThe line-count reduction is architectural, not feature deletion: current upstream skills are small routing stubs, while detailed guidance is version-matched and delivered by the CLI.
Required semantic work
pebbleCLI commands.skill-stubs/*.mdfiles.skill-guides/*.mdfiles.npx skills add https://github.com/nebutra/pebble --skill ... --global.orca,orca://, Orca daemon, Electron IPC, and Orca filesystem assumption.skills/,skill-stubs/, orskill-guides/.Upstream commits requiring review
c97d3a497Replace post-worker_done polling with idle behavior (#7509)7b7a21e3cGive agents access to inline Linear ticket screenshots and media (#7484)3dd3cc9f6Clarify Orca orchestration tool boundary and sidebar lineage (#7522)eaddccf7cskills: prefer agent-first worktree launch; avoid empty shell tabs (#7957)667e04e72fix: use dynamic agent name in orca-cli worktree fallback command (#8341)be258e23eAdd Grok orchestration group routing (#8058)3090ff0edfix(runtime): explain full worktree id selectors (#7432) (#7892)11f116f6bdocs(computer-use): clarify get-app-state JSON tree field (#7788)42cf64cdcfix(linux): stop Orca terminals from launching the GNOME Orca screen reader via bareorca(#8347)26934b11bfix(orchestration): complete tasks on worker_done + coordinator UX fixes (#8030)67cd462b2Add Cursor orchestration group routing (#8436)31f643ca4Add version-matched skill guides to the CLI (#8624)a6df23c76Tighten orchestration worktree isolation policy (#9482)f8b430f72feat(skills): ship orca-cli as a first-generation hybrid stub (#9238)be066fe8efeat(linear): expose issue activity history (#9667)42a4f017bfeat(linear): add MCP-compatible issue listing (#9672)87af1c867feat(linear): add complete issue relations (#9674)a10a2ba53feat(linear): add MCP-style save issue (#9670)1a9e819c4feat(skills): land remaining hybrid stubs (#9846)43ae014a6Enable accessibility tree (ax) command on iOS emulator sessions (#10007)4a9affd6efix(emulator): iOS ax via plain-JSON serve-sim helper (supersedes #10007) (#10029)Completion evidence
ported,already-present,superseded, ornot-applicable.