Merge Down

Use when the user is inside a parallel stream (worktree branch) and wants to bring that branch up to date with the LATEST of its parent branch — typically after one or more sibling streams have merged their work up into the parent (via /merge-up). Pulls the parent's accumulated commits down into the current branch with a true merge. Inverse of /merge-up; the parent is recorded by /parallel-work in git config (branch.<name>.exosuitParent). Read-only on the parent — safe to run while the parent worktree is busy.

joris887 e89a1b3 5.1 KB Updated

File contents

joris887/exosuit/tree/main/.claude/skills/merge-down commit e89a1b39f1

Frequently asked questions

npx skillmds@latest add joris887/merge-down