Conversation
- 한국어 매뉴얼의 breadcrumbs.txt, 11.0.0-ko/breadcrumbs.txt 를 변환하여 breadcrumbs.revised.txt 를 작성합니다. - 이 작업을 Cursor 등이 수행할 수 있도록, prompt-1.ko.md 파일을 작성합니다. - Source Website 에 대한 설명, Breadcrumbs 구조에 대한 설명을 작성하고, 이를 변환하여 breadcrumbs.revised.txt 로 저장하기 위한 작업을 상세히 설명합니다. - 변환 작업의 요지는, 매뉴얼 페이지의 논리적 계층 구조에 맞추어, directory, filename 구조를 재구성하는 것입니다. - Cursor 에게 작업을 지시하는 경우, LLM 이 직접 변환을 시도하는 경우도 있고, python code 를 작성하여 변환 시도하는 경우도 있습니다. - 적절히 변환되었다고 생각되는 breadcrumbs.revised.txt 를 git repo 에 추가합니다. - 이 변환결과를 기반으로, 이후 매뉴얼 페이지를 .mdx 파일로 자동 변환할 예정입니다.
teddy-chequer
approved these changes
Jul 21, 2025
3 tasks
jk-kim0
added a commit
that referenced
this pull request
Feb 13, 2026
## Summary - `_INVISIBLE_RE` 정규식을 `patch_builder.py`에서 `text_normalizer.py`로 통합하여 단일 정의로 관리 - 기존 두 패턴의 문자 집합 차이(`\u00AD`, `\u3000`, `\xa0`) 통합 - `strip_for_compare()` 함수 export - `text_normalizer.py` 전용 유닛 테스트 30개 추가 - `text_transfer.py` 전용 유닛 테스트 29개 추가 - 테스트 수: 251 → 310 (전체 통과) ## Context [코드 품질 진단](https://github.com/querypie/querypie-docs/issues) P2-#5, P2-#6 항목 해결: - P2-#5: `_INVISIBLE_RE` 정규식 불일치 — 동일 목적 정규식이 두 모듈에서 독립적으로 진화하며 문자 집합이 달라진 문제 - P2-#6: `text_transfer.py`, `text_normalizer.py` 전용 테스트 0개 → 핵심 유틸리티 안전망 확보 ## Test plan - [x] 기존 251개 테스트 전체 통과 (리그레션 없음) - [x] 신규 59개 테스트 전체 통과 - [ ] 148페이지 배치 verify 확인 (선택) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 <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.
Description
Additional notes