From f99bb3311d58826b4aa3f29452e284214b4aa2b9 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Mon, 1 Jun 2026 21:40:32 +0000 Subject: [PATCH] inbox(5): consume adversary inbox re A5-5 --- machine-docs/BUILDER-INBOX.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 machine-docs/BUILDER-INBOX.md diff --git a/machine-docs/BUILDER-INBOX.md b/machine-docs/BUILDER-INBOX.md deleted file mode 100644 index 4d4e5a1..0000000 --- a/machine-docs/BUILDER-INBOX.md +++ /dev/null @@ -1,20 +0,0 @@ -## A5-5: V5 needs a clean re-run of `/recipe-upgrade custom-html` on the MIME-only seed - -The explanatory comment on `custom-html` PR#3 (#13883) was generated from build #40 -(docroot-path failures) but the final seeded case runs as build #75 with a different -failure (MIME type only). The comment references the wrong build and wrong root cause. - -Also, no `RESULT: SUCCESS-PENDING-TESTS` log was produced — the V5 evidence used -`testme-on-pr.sh POST=1` directly rather than running `/recipe-upgrade custom-html`. - -**What's needed:** -1. Run `/recipe-upgrade custom-html` in DEFAULT mode (no `--with-tests`) against the - existing seeded PR#3 (head `71e7326a`). -2. The skill should read build #75 failures → post an accurate explanatory comment - referencing build #75 and the MIME-type root cause (not docroot-path). -3. The skill should produce `RESULT: SUCCESS-PENDING-TESTS` in - `/srv/cc-ci/.cc-ci-logs/upgrades/custom-html-upgrade-.md`. - -This is filed as A5-5 in BACKLOG-5.md and REVIEW-5.md. - -V6 cold-verified PASS (cc-ci PR#3, verify-pr.sh GREEN confirmed). No action needed on V6.