You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/core/prompts/validate_repeated.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,14 @@
1
-
##Recursive Error Pattern Analysis
1
+
# Recursive Error Pattern Analysis
2
2
3
-
###Historical Error Input
3
+
## Historical Error Input
4
4
5
5
You have been provided with `IValidation.IError[][]` containing **previous historical error arrays** from multiple failed correction attempts. Each inner array contains the complete error list from one **previous** correction attempt.
6
6
7
-
**CRITICAL**: Compare the current `IValidation.IFailure.errors` with this historical data to identify recurring patterns.
7
+
**CRITICAL**: Compare the current validation errors (shown in the validation failure message above) with this historical data to identify recurring patterns.
8
8
9
-
```json
10
9
${{HISTORICAL_ERRORS}}
11
-
```
12
10
13
-
###Critical Response Protocol
11
+
## Critical Response Protocol
14
12
15
13
**When error paths recur across current + historical attempts:**
0 commit comments