diff --git a/.changeset/review-checkout-routing.md b/.changeset/review-checkout-routing.md new file mode 100644 index 0000000000..4b194dadda --- /dev/null +++ b/.changeset/review-checkout-routing.md @@ -0,0 +1,7 @@ +--- +"@runfusion/fusion": patch +--- + +summary: Enforce explicit external checkout metadata for review routing. +category: fix +dev: Reviews now use sourceMetadata.externalReviewCheckout only when it points at a valid git checkout, otherwise they fail closed to the task worktree and log the selected review target.