Scan Blueprint Project
blueprint.scanAnalyze a repository by building a file inventory and parsing code to generate an analysis artifact for grouping project files.
Instructions
Public tool that builds a file inventory, analyzes parseable code, and returns the analysis artifact for grouping.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rootPath | Yes | Absolute path to repository root | |
| ignore | No | Additional glob patterns to ignore | |
| includeDefaultIgnored | No | When true, include default-ignored build, vendor, cache, and derived-output paths | |
| maxFiles | No | Maximum files to include in the inventory |