chore: switch review skill download branch to optimize/agent-prompts

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
kingboung 2026-05-12 14:57:04 +08:00
parent 18c87ff058
commit 89c9e87c58

View File

@ -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 } {