Merged
Conversation
복잡도 분석 결과를 별도 issue comment 가 아니라 패턴 태깅의 파일별 review comment 한 곳에 함께 게시한다. 두 분석을 같은 invocation 안에서 병렬 실행하여 두 댓글이 시점 차이로 따로 보이던 문제와 별도 디스패치로 인한 타이밍 의존성을 모두 제거한다. - complexity-analysis: callComplexityAnalysis / renderComplexitySection 만 export 하고 오케스트레이션·issue comment upsert 는 제거 - tag-patterns: 모든 raw 를 사전에 한 번 다운로드해 패턴 분석 루프와 복잡도 OpenAI 1콜이 공유, 댓글 본문에 복잡도 섹션 append - 구버전 단독 복잡도 issue comment 는 첫 동작 시 자동 정리 - webhooks/internal-dispatch: complexity-analysis 디스패치/라우팅 제거 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
github | 8bf34b1 | Commit Preview URL | May 01 2026, 03:51 AM |
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
변경 내용
handlers/complexity-analysis.js:callComplexityAnalysis/renderComplexitySection만 export, 오케스트레이션·issue comment upsert 제거handlers/tag-patterns.js: 모든 raw 를 사전에 한 번 다운로드해 패턴 분석 루프와 복잡도 OpenAI 1콜이 공유, 댓글 본문에 복잡도 섹션 append. 레거시 issue comment 마이그레이션 추가handlers/webhooks.js/handlers/internal-dispatch.js: complexity-analysis 디스패치/라우팅 제거 (3개 → 2개 invocation)tests/tag-patterns.test.js신규(skip 가드, 합본, 마이그레이션, 패턴 정리),tests/subrequest-budget.test.js5파일 기준 22 → 25 갱신subrequest 예산
5파일 기준 합본 후 25회 (50 한도 안). 12파일 이상에서는 한도 근접하지만, 기존 패턴 태깅 자체도 13파일+에서 cliff 가 있어 새로 도입된 위험은 아니다.
Test plan
bun test handlers/75/75 통과bun test tests/17/17 통과🤖 Generated with Claude Code