extract_dependency_graph
Extract a dependency graph from a project directory as node-edge JSON, with file or folder granularity for reuse and post-processing.
Instructions
의존성 그래프를 노드·엣지 JSON 으로 추출한다(재사용/후처리용).
Args: path: 분석할 프로젝트 디렉터리의 절대 경로. granularity: "file"(기본) 또는 "folder".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| granularity | No | file |