Skip to content

feat(review): require CodeGraph for structural evidence in parallel subreviews#337

Merged
seonghobae merged 1 commit into
mainfrom
feat/subagents-use-codegraph
Jul 7, 2026
Merged

feat(review): require CodeGraph for structural evidence in parallel subreviews#337
seonghobae merged 1 commit into
mainfrom
feat/subagents-use-codegraph

Conversation

@seonghobae

Copy link
Copy Markdown
Contributor

요청

작업(리뷰) 중 CodeGraph 적극 활용.

변경

  • ci-review 병렬 디스패치 계약: 각 dimension subagent 디스패치에 CodeGraph MCP 필수 사용 명시 — callers/callees·impact radius·의존/테스트 도달성·base-vs-head flow, 의존한 쿼리 인용 요구. CodeGraph 가용 시 grep-only 구조 주장 불충분.
  • code-reviewer subagent 프롬프트: CodeGraph 지시가 전혀 없던 것을 보완 — 구조 증거는 CodeGraph 우선, 불가 시에만 직접 검사+명시.

primary 프롬프트/템플릿은 기존에 이미 CodeGraph mandatory. 이번 변경으로 병렬 subagent 계층까지 일관 적용. 가드 테스트 17개 통과.

🤖 Generated with Claude Code

…ubreviews

The per-dimension code-reviewer subagents had no CodeGraph directive at all, so
parallel subreviews leaned on grep for structural claims. Require every
dispatched subagent (and the subagent prompt itself) to use the configured
CodeGraph MCP tools — callers/callees, impact radius, dependency and test
reachability, base-vs-head flow — before concluding, cite the query relied on,
and fall back to direct inspection only when CodeGraph is unreachable.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01RTAMs4bpSZS77Xe3RQjv9P
@seonghobae seonghobae merged commit 208d4b1 into main Jul 7, 2026
0 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant