Expand description
Verification engine: static analysis, linting, test execution, security scanning.
Runs real tools when available (ruff, mypy, pytest, eslint, cargo clippy), falls back to content-based heuristics when tools are not installed.
Structs§
- Project
Report - Quality report for an entire project directory.
- Quality
Report - Quality report for a single file.
Functions§
- verify_
file - Verify a single file with language-specific checks.
- verify_
project - Verify an entire project directory. Runs linters and tests.