project_analyze
Scan a project's files to automatically detect its tech stack, framework, platform, directory structure, and dependency count. Returns a structured analysis without persisting results.
Instructions
Auto-detect a project's tech stack, framework, platform (Web/Android/Flutter/Server), directory structure, and dependency count by scanning its files. Read-only — does not persist results. Returns a structured analysis object. Use project_init to persist the detected configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project name (must match a directory under apps/) |