validate_project
Validate project files and contracts before execution. Supports inline ExperimentPlan and ExperimentPlanSet validation.
Instructions
Run static and contract validation before execution. Optional inline ExperimentPlan / ExperimentPlanSet validation. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | . | |
| strictness | No | Validation strictness 0..4 (default: cq.yaml configs.strictness or 2) | |
| plan | No | Inline ExperimentPlan dict (optional) | |
| plan_file | No | Path to ExperimentPlan JSON file | |
| planset | No | Inline ExperimentPlanSet dict | |
| planset_file | No | Path to ExperimentPlanSet JSON file |