run_checks
Run full pre-flight validation (tests, type-checking, lints, custom steps) with smart SHA-256 caching to get quick results on unchanged code before committing.
Instructions
Run the full pre-flight validation pipeline (tests, type-checking, lints, custom steps) with smart SHA-256 caching (<10ms on unchanged code). Use this before committing code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bypass_cache | No | Set to true to force re-running all checks and bypass cached results. | |
| project_path | No | Optional absolute or relative path to the target project directory (defaults to current working directory). |