docs: 심사위원용 AI 아키텍처·코드 투어 정리 - #68
Closed
hywznn wants to merge 1 commit into
Closed
Conversation
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.
왜 필요한가요?
AI 저장소에는 Intent·Renewal Agent·Language Assistant·OCR·HWP/HWPX 코드와 구현 기록이 함께 있어, 처음 보는 심사위원이 현재 실행 흐름과 과거 작업 문서를 구분하기 어려웠습니다.
기능 코드를 이동하거나 삭제하지 않고, 현재 구현의 설계 이유와 대표 코드 진입점을 문서로 연결합니다.
무엇이 바뀌나요?
docs/architecture.md에 Client–Server–AI 경계와 PLAN→ANALYZE→Renewal 흐름을 정리했습니다.docs/README.md에서 현재 계약·운영 가이드·모듈 문서·과거 구현 기록을 분류했습니다.검증
uv run ruff check app tests655 passed, 3 skipped, 16 deselectedgit diff --check영향
문서만 변경합니다. API, Runtime, 모델, OCR, Language Assistant, 문서 생성 동작에는 영향이 없습니다.