Add design doc: pipe-sql-validation-loop-design-doc.md
Browse files
docs/pipe-sql-validation-loop-design-doc.md
CHANGED
|
@@ -964,7 +964,7 @@ If prefix N is valid but prefix N+1 is not, the bug is in the Nth pipe operator
|
|
| 964 |
Each validation run produces:
|
| 965 |
|
| 966 |
```
|
| 967 |
-
validation_output/
|
| 968 |
βββ iteration_001/
|
| 969 |
β βββ results.json # Full per-query results (ValidationRecord array)
|
| 970 |
β βββ summary.txt # Stratified match rates
|
|
|
|
| 964 |
Each validation run produces:
|
| 965 |
|
| 966 |
```
|
| 967 |
+
pipe_sql/validation_output/
|
| 968 |
βββ iteration_001/
|
| 969 |
β βββ results.json # Full per-query results (ValidationRecord array)
|
| 970 |
β βββ summary.txt # Stratified match rates
|