mirror of
https://github.com/penpot/penpot.git
synced 2026-04-30 13:49:06 +00:00
Introduce a new OpenCode workflow skill that guides users through backporting commits by applying diffs instead of using cherry-pick. This is useful when cherry-pick is undesirable (e.g. divergent histories, binary conflicts, or partial porting). Signed-off-by: Andrey Antukh <niwi@niwi.nz>