Run a compact multi-step validation plan
run_validation_planCombines Git diff checks, Composer, Laravel tests, and npm script validations into one local execution with compact step summaries.
Instructions
Runs Git diff checks plus selected Composer, Laravel test, and npm script validations in one local call, returning compact step summaries to reduce round-trips and context size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| npmCwd | No | ||
| profile | No | quick | |
| project | Yes | Project key from list_projects. | |
| phpFilter | No | ||
| laravelCwd | No | Optional project-relative working directory. When omitted, the tool auto-detects the relevant app root. | |
| npmScripts | No | ||
| stopOnFailure | No | ||
| timeoutSeconds | No |