detect_stack
Identify the technology stack of a project by scanning package manager files for dependencies and frameworks.
Instructions
Spies on the project's technology stack by reading package manager files (e.g., package.json, composer.json, go.mod, Cargo.toml).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dirPath | Yes | The absolute path to the local directory to analyze. | |
| excludePath | No | Optional. Glob patterns to exclude from scanning. |