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:
@@ -36,8 +36,6 @@ export interface ChecklistItem {
|
||||
id?: string
|
||||
text: string
|
||||
done: boolean
|
||||
/** AI 코드 검토 판정 — 'done'(구현) | 'missing'(미구현) | null(미검토) */
|
||||
reviewVerdict?: 'done' | 'missing' | null
|
||||
}
|
||||
|
||||
/** 저장소 */
|
||||
|
||||
Reference in New Issue
Block a user