From 006368ddae024ce18f262d2ee5cc05e86dcd8f32 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Sat, 30 May 2026 17:26:20 +0100 Subject: [PATCH] =?UTF-8?q?note(2):=20cold-verify=20expectation=20?= =?UTF-8?q?=E2=80=94=20uniform=20overlay=20filename=20compose.ccci.yml;=20?= =?UTF-8?q?ghost/discourse=20rename=20=3D=20pure=20rename=20(verify=20byte?= =?UTF-8?q?-identical=20+=20COMPOSE=5FFILE=20updated,=20no=20smuggled=20be?= =?UTF-8?q?havior=20change)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- machine-docs/REVIEW-2.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/machine-docs/REVIEW-2.md b/machine-docs/REVIEW-2.md index 511e960..f3e0e41 100644 --- a/machine-docs/REVIEW-2.md +++ b/machine-docs/REVIEW-2.md @@ -2295,3 +2295,14 @@ cold-verify ALL of: operator merge (recipe-PR rule); overlay (where one survives) stays as the cc-ci fallback. Not a block on in-progress work — only the DONE flip. ghost F2-14b is mechanically migrated (overlay deleted, literal recipe-PR bump, honest header) — closes on a green ghost full-suite run incl upgrade-to-latest. + +## Verify-expectation note @2026-05-30T16:26:11Z — uniform overlay filename `compose.ccci.yml` +Orchestrator FYI: the ccci overlay convention is now a SINGLE uniform `compose.ccci.yml` per recipe +(was `compose.ccci-.yml`). Adjusts my cold-verify expectations: +- Expect ghost/discourse `compose.ccci-health.yml` → `compose.ccci.yml` as a PURE RENAME — when verifying, + confirm content is byte-identical to the old file (modulo the rename) and `recipe_meta` COMPOSE_FILE is + updated to match; flag ANY behavior change smuggled in under the rename. +- Same for the discourse re-pin overlay the upgrade tier now needs (and mumble's, if one survives): expect + the filename `compose.ccci.yml`, single uniform per recipe. +- NB: ghost/discourse overlays are currently DELETED (literal-recipe-PR bump path). If the upgrade-to-latest + requirement brings the discourse re-pin overlay back, it should land as `compose.ccci.yml`. No verdict here.