From b58d9b5d2fcfff71bfe0dd72075f7e2c73c7114d Mon Sep 17 00:00:00 2001 From: Phil Larson Date: Wed, 1 Jul 2026 16:27:21 -0700 Subject: [PATCH] chore: add review checkout routing changeset --- .changeset/review-checkout-routing.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/review-checkout-routing.md 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.