code_quality
Assess code quality by generating a JSON score across five dimensions: tech debt, architecture violations, blast radius, over-engineering, and paradigm fit. Read-only evaluation to guide code review.
Instructions
Read-only 5-dim JSON scores (techDebt/archViolation/blastRadius/overEngineering/paradigmFit). Findings? code_review.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | File to probe, relative to workspace_dir | |
| workspace_dir | Yes | REQUIRED: project root (abs). |