mirror of
https://github.com/penpot/penpot.git
synced 2026-09-12 06:58:57 +00:00
Every command in .opencode/commands now only switches to the build agent, injects the user context, and delegates to a same-named skill that holds the full flow logic — skills are the primary mechanism for Claude Code and Codex compatibility. - make-a-plan, implement-plan, resolve-git-conflicts: flow logic moved to same-named skills. - review-plan / review-code: orchestration skills delegating to the renamed criteria skills plan-review-criteria and code-review-criteria, with redirecting descriptions so there is no trigger overlap between flow and criteria. - create-pr: absorbed the open-pr flow as Open mode (validated branch-to-PR pipeline using scripts/detect-target-branch) plus a new Update mode (gh pr edit); /open-pr removed. AI-assisted-by: omen-alpha
257 B
257 B
description, agent
| description | agent |
|---|---|
| Resolve local git conflicts and stage the resolved files; never continues the rebase — loads and follows the resolve-git-conflicts skill | build |
Load the resolve-git-conflicts skill and follow it as your only instruction.