analyze_architecture
Retrieve the architecture view of a Flutter/Dart project from a review session or project path, using an existing session to avoid rescanning. Get structured architectural insights to understand project structure quickly.
Instructions
Architecture view from a review_project session (or path). Prefer sessionId to avoid rescanning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Project path — used only when sessionId is omitted (triggers analysis) | |
| limit | No | ||
| sessionId | No | Session from review_project — preferred; skips rescanning |