analyze_project
Detect a project's tech stack (framework, language, styling system, SVG handling) by reading manifests and config files. Run standalone to inspect detection results in isolation without Figma or file scan.
Instructions
Detect the local project profile (framework, language, styling system, component file extensions, svg handling) by reading manifests and config — the foundation scan_components / component_map switch on. Optional standalone probe: those tools run detection internally and return the same profile, so call this only to inspect detection in isolation (no Figma, no file scan). Runs on the server filesystem. rootDir defaults to the server cwd. Detects Tailwind v3 (config file) and v4 (CSS-first @import/@theme) and reports tailwindVersion; detects svg loader (svgr / vite-svg-loader / …) → svg.mode component vs url + an import hint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rootDir | No | Project root to analyze; defaults to the server cwd |