From 14151767e9c82459f4d6998672e4960ba6b850a3 Mon Sep 17 00:00:00 2001 From: Paul O'Reilly Date: Fri, 1 May 2026 08:49:39 +1200 Subject: [PATCH] =?UTF-8?q?fix(write-tests):=20reviewer=5Fharness=20defaul?= =?UTF-8?q?t=20=E2=86=92=20planning-minimax-repo/v1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit planning/v1 is a bare context with no provider credentials; any review node using it fails with "Not logged in". The correct composite is planning-minimax-repo/v1 which includes minimax/v1 auth. Co-Authored-By: Claude Sonnet 4.6 --- workflows/write-tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflows/write-tests.yaml b/workflows/write-tests.yaml index e6d9223..3c1875f 100644 --- a/workflows/write-tests.yaml +++ b/workflows/write-tests.yaml @@ -42,8 +42,8 @@ params: description: "Harness for the test-writing node (default: test-writing-opus-repo/v1)" reviewer_harness: type: string - default: "planning/v1" - description: "Harness for the coverage review node (default: planning/v1)" + default: "planning-minimax-repo/v1" + description: "Harness for the coverage review node (default: planning-minimax-repo/v1)" nodes: write_tests: