Run project checks
run_project_checksAuto-detect and run a project's test, lint, typecheck, and build commands. Safely executes only allowlisted commands with timeouts and masked secrets.
Instructions
Auto-detect and run the project's test / lint / typecheck / build commands. Only allowlisted base commands are spawned; each runs in the project dir with a timeout, bounded and secret-masked output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checks | No | Which checks to run. Defaults to all detected/available checks. | |
| timeoutMs | No | Per-command timeout. | |
| projectPath | Yes | Absolute path to the project root. | |
| packageManager | No | Override the auto-detected package manager. |