feat: diff_documents 검증 API (편집 전/후 비교 + 오버플로)#14
Merged
Conversation
리서치 기반 궁극 로드맵의 핵심(신뢰성 해자) 1번 항목 구현. 이번 세션에서 사람이 스크린샷으로 잡던 검증(스페이서·라벨오염·오버플로)을 자동화한다. - document_adapter/diff.py: diff_documents(path_a, path_b) — preview 그리드 비교로 변경 셀의 before/after + overflow_risk + tables_added/removed 반환. 4포맷 공통. - MCP 도구 diff_documents 등록 → 총 12개. fill 후 원본과 diff 해 LLM 이 자가검증. - 회귀 테스트: 변경 검출/동일=0/도구 경로. 82개 통과. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
궁극 로드맵 #2(신뢰성 해자). 편집 전/후를 셀 단위 비교해 before/after + overflow_risk 반환하는 검증 도구. fill 후 원본과 diff 해 LLM 자가검증. MCP 도구 12개. 82개 통과.
🤖 Generated with Claude Code