Commit 79ff93a
fix: [AI-5975] distinguish infrastructure errors from validation findings in validate tool
Validation findings (e.g., "table not found") are semantic results, not
operational failures. Only `result.error` / `data.error` (infrastructure
errors) should set `success: false`. Validation findings still populate
`metadata.error` for telemetry but keep `success: true`.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent efef758 commit 79ff93a
1 file changed
Lines changed: 7 additions & 4 deletions
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | | - | |
30 | | - | |
| 32 | + | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
| |||
0 commit comments