From 89c9e87c584e7885e06df2573ecf50f0031747ac Mon Sep 17 00:00:00 2001 From: kingboung Date: Tue, 12 May 2026 14:57:04 +0800 Subject: [PATCH] chore: switch review skill download branch to optimize/agent-prompts Co-Authored-By: Claude Opus 4.7 --- scripts/generate-review-builtin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate-review-builtin.ts b/scripts/generate-review-builtin.ts index 93d162dc6..7e10eb366 100644 --- a/scripts/generate-review-builtin.ts +++ b/scripts/generate-review-builtin.ts @@ -28,7 +28,7 @@ type IndexJson = { } const REPO = 'zgsm-ai/costrict-review' -const BRANCH = 'main' +const BRANCH = 'optimize/agent-prompts' const CLONE_URL = `git@github.com:${REPO}.git` function git(...args: string[]): { ok: boolean; stdout: string; stderr: string } {