scan_project
Analyzes a project directory to detect languages, frameworks, structure, and dependencies, returning a fingerprint for context-aware coding assistance and skill tracking.
Instructions
Scan a project directory to detect languages, frameworks, structure, and dependencies. Returns a project fingerprint used for context-aware coding assistance and skill tracking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the project root directory | |
| maxDepth | No | Maximum directory depth to scan (default: 6) |