Open Kioku Validate Patch
validate_patchCheck a proposed patch plan for architecture boundary violations, broken symbol references, and import policy conflicts before applying changes. Returns warnings without modifying files.
Instructions
Validate a proposed patch plan against architecture boundaries, symbol references, and import constraints. Returns boundary violations, broken reference warnings, and policy conflicts without modifying any files. Use to check a proposed patch plan against architecture boundaries, symbol references, and import constraints before applying it. Returns boundary violations, broken reference warnings, and policy conflicts. Do NOT use after real edits have been made (use verify_change or verify_change_contract instead) or for full safety review (use review_patch). This is read-only and checks against the local index and policy rules only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | The task name or identifier of the patch plan to validate. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | Wrapped non-object output, used for Markdown, TOON, or scalar responses. |