Auto-Scan Project Dependencies
gt_auto_scanScan your project directory, detect all dependencies from config files, and fetch the latest best practices for each library.
Instructions
Automatically detect all dependencies in a project and fetch latest best practices for each. Say "use gt" to invoke.
Reads: package.json, requirements.txt, pyproject.toml, Cargo.toml, go.mod, pom.xml, composer.json, build.gradle — whichever exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | No | Absolute path to the project directory. Defaults to current working directory. The tool will read package.json, requirements.txt, Cargo.toml, go.mod, etc. | |
| topic | No | What to look up for each detected dependency. Examples: 'latest best practices', 'security', 'performance', 'migration'. Leave empty for general best practices. | |
| tokensPerLib | No | Max tokens per library (default: 1500). Lower = more libraries covered. |