trace_types
Traces types across frontend, route handler, service, repository, and database layers to find type mismatches and identify routes bypassing the service layer.
Instructions
Trace types across application layers: frontend → route handler → service → repository → database. Finds type mismatches between layers, identifies routes accessing DB directly without service layer, and maps the full type chain for each endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute path to the project root directory |