Dependency Graph Analysis
dependency_graphAnalyze shared dependencies and semver conflicts across projects. Trace dependency paths, detect conflicts, and include devDependencies or transitive deps as needed.
Instructions
Analyze shared dependencies and semver conflicts across multiple projects
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repos | No | Optional list of project names to analyze | |
| max_depth | No | Maximum depth for output path tracing (default: 5) | |
| transitive | No | Enable deep transitive dependency parsing of lockfiles | |
| include_dev | No | Include devDependencies in the analysis | |
| focus_package | No | Trace all deep dependency paths leading to this specific package | |
| check_conflicts | No | Whether to run semver conflict detection |