Merged
Conversation
…ted lines - attributeLinesToSymbols: track context lines per symbol; if a symbol has context lines it still exists in the file → classify as modified instead of removed (fixes GachaBoardPage false-removed case) - generateSymbolSections: deduplicate behavioral signals that appear in both added and removed sides (e.g. useEffect deps change shows once) - isSyntacticallyIncomplete: filter out mid-expression fragments before buildBehaviorSummary so truncated lines like 'data.image_url) ...' are never surfaced - cli.ts: remove emoji from PR/file headers, compress meta line to one row to avoid two-line wrapping on mobile
Contributor
📖 PR #12 — fix: parser output quality improvements
📄
|
3rdflr
added a commit
that referenced
this pull request
Feb 24, 2026
…ted lines (#12) - attributeLinesToSymbols: track context lines per symbol; if a symbol has context lines it still exists in the file → classify as modified instead of removed (fixes GachaBoardPage false-removed case) - generateSymbolSections: deduplicate behavioral signals that appear in both added and removed sides (e.g. useEffect deps change shows once) - isSyntacticallyIncomplete: filter out mid-expression fragments before buildBehaviorSummary so truncated lines like 'data.image_url) ...' are never surfaced - cli.ts: remove emoji from PR/file headers, compress meta line to one row to avoid two-line wrapping on mobile
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.
Summary
attributeLinesToSymbols에서 context 라인을 추적해 심볼이 파일에 남아있으면removed대신modified로 분류 (GachaBoardPage 등 리팩토링 케이스 해결)~ useEffect deps 변경)## 📄 \file`→## `file``, 메타 정보 한 줄로 압축 (모바일에서 두 줄 방지)isSyntacticallyIncomplete로 괄호가 열린 채 끝나는 mid-expression 라인을buildBehaviorSummary전에 제거Test plan
✏️ 변경됨으로 나오는지 확인## \src/...`` 형태인지 확인data.image_url) existingUrls.push(...)같은 잘린 라인이 사라졌는지 확인