Diagnose and fix Carve
carve_diagnose_and_fixDiagnose Carve source issues, propose bounded fixes, and apply selected safe fix IDs with forward and undo patches. Writer-review fixes are never auto-applied.
Instructions
Diagnose Carve source, propose bounded fixes, and optionally apply selected safe fix IDs with forward and undo patches. Writer-review fixes are never applied automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Document source (maximum 1000000 UTF-8 bytes) | |
| platforms | No | ||
| applyFixIds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fixes | Yes | ||
| patch | Yes | ||
| valid | Yes | ||
| value | Yes | ||
| warnings | Yes | ||
| undoPatch | Yes | ||
| warningCount | Yes | ||
| appliedFixIds | Yes | ||
| remainingValid | Yes | ||
| remainingWarningCount | Yes |