Validate CAP (cds compile)
cap_validateRuns cds compile on a CAP project to detect validation errors and confirms whether the scaffolding is valid, enabling agents to identify and fix issues before proceeding.
Instructions
The validation loop. Runs cds compile on the project and returns the errors so the agent can fix them. A clean compile means the scaffolding is valid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | CAP project root path with @sap/cds available |