chore: switch review skill download branch to main

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
kingboung 2026-05-12 14:44:55 +08:00
parent 37f53440f3
commit 3780b517c5

View File

@ -28,7 +28,7 @@ type IndexJson = {
}
const REPO = 'zgsm-ai/costrict-review'
const BRANCH = 'optimize/agent-prompts'
const BRANCH = 'main'
const CLONE_URL = `git@github.com:${REPO}.git`
function git(...args: string[]): { ok: boolean; stdout: string; stderr: string } {