get_diagnostics
Capture compiler errors, lint warnings, and test failures with project diagnostics; track error patterns over time to uncover struggle points and learning opportunities.
Instructions
Run project diagnostics to capture compiler errors, lint warnings, and test failures. Tracks error patterns over time to identify struggle points and learning opportunities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the project root directory | |
| toolchain | No | Toolchain to use for diagnostics (default: auto-detect) | auto |
| command | No | Custom command to run for diagnostics (overrides toolchain detection) |