integrate
Integrate
Finish the managed round trip by landing completed work on its recorded base and removing the isolated branch and folder.
integrate is a companion to isolate; install both skills from the same source. Consult the lifecycle contract when recovering from failure or changing package behavior; the steps below are the execution path.
Steps
-
Verify the isolated task from its worktree.
Run the task's required final verification. Ensure all intended isolated work is committed. The base worktree may have local changes; Git will reject an integration that would overwrite them.
This step is complete only when the verification outcome is known and the isolated worktree is clean.
-
Preview integration.
Resolve
<repo-root>withgit rev-parse --show-toplevelfrom the current checkout. Pass the managed branch; its worktree and base come from isolate metadata.PowerShell: