Commit df32c59
committed
Fix #6: resolve contradiction in verification rules
defaultSystem had conflicting instructions:
- 'do NOT run tests or verify with shell commands' (line 127)
- 'Verify — Do NOT skip verification on complex changes' (line 96, scaffold step 4)
The model cannot follow both. Removed the anti-verification instruction and
softened 'Do NOT write, then test, then rewrite, then retest' to
'Avoid unnecessary iteration — verify in one shot', aligning with the
Reasoning Scaffold. Verified compile + run tests on all 19 packages.1 parent 931f06a commit df32c59
2 files changed
Lines changed: 22 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
128 | | - | |
129 | 127 | | |
130 | 128 | | |
131 | 129 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2139 | 2139 | | |
2140 | 2140 | | |
2141 | 2141 | | |
| 2142 | + | |
| 2143 | + | |
| 2144 | + | |
| 2145 | + | |
| 2146 | + | |
| 2147 | + | |
| 2148 | + | |
| 2149 | + | |
| 2150 | + | |
| 2151 | + | |
| 2152 | + | |
| 2153 | + | |
| 2154 | + | |
| 2155 | + | |
| 2156 | + | |
| 2157 | + | |
| 2158 | + | |
| 2159 | + | |
| 2160 | + | |
| 2161 | + | |
| 2162 | + | |
2142 | 2163 | | |
2143 | 2164 | | |
2144 | 2165 | | |
| |||
0 commit comments