revert: AI 코드 검토 기능 제거 (85ae82f 되돌림)

통짜 코드 전송 방식이 토큰 비효율·부정확해, 검색 기반(grep으로 좁힌 뒤 관련
스니펫만 판정) 방식으로 재설계하기 위해 일괄 제거. 추후 개선안으로 재작업 예정.

This reverts commit 85ae82f.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-20 17:56:43 +09:00
parent e72e6aee83
commit 9bcbc1564f
14 changed files with 11 additions and 543 deletions
-2
View File
@@ -36,8 +36,6 @@ export interface ChecklistItem {
id?: string
text: string
done: boolean
/** AI 코드 검토 판정 — 'done'(구현) | 'missing'(미구현) | null(미검토) */
reviewVerdict?: 'done' | 'missing' | null
}
/** 저장소 */