Commit ad67aa2
docs(backlog): §59 as watchlist-only (parked, needs ≥3 Mode-C runs)
§59 = 'Watchlist: Patch-mismatch hardening for the normal solve
path'. Priority 4, labels kind/watchlist + theme/solver +
area/prompt.
Status: WATCHLIST ONLY — not an active backlog commitment. No code
or architecture work until the activation trigger (≥3 Mode-C
patch-mismatch runs on the normal solve path, ideally across
different files) is met.
Rationale:
- The Mode-C failure (worker produces a patch that git apply
rejects because it does not match the current working tree) is
the same patch-mismatch symptom §56 addressed for --rework-pr.
- Before §57, Mode-C on the normal solve path could produce
regression-PRs (PR #441 vs. PR #439). After §57, Mode-C is a
clean failure with no PR — acceptable behavior.
- A §59 fix would turn these clean failures into clean successes,
but the architectural cost (prompt anchoring, per-file
git apply --check, optional re-prompt loop) is only worth it
if the failure pattern is systematic. One data point
(Issue #389 re-run, scripts/model_selection.py:52, 1 patch,
0 applied, no PR) is not enough to justify the work.
- When a Mode-C failure appears on the normal solve path, log
the file + issue + date here so we can see when the threshold
is met.
Non-goal while parked: no code changes. §57 + §58 are sufficient
to keep the pipeline correct.1 parent 198a007 commit ad67aa2
1 file changed
Lines changed: 62 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
0 commit comments