From 7526723a32cd3180a0f3a9221f97c6687c74febe Mon Sep 17 00:00:00 2001 From: Prekzursil Date: Sat, 25 Jul 2026 13:18:38 +0300 Subject: [PATCH] DO NOT MERGE: A/B control arm (pin stays @v1) Evidence artifact for the "is it safe to move the v1 tag in quality-zero-platform" decision. This branch changes NOTHING behavioural: it adds one comment line to .github/workflows/quality.yml so a PR can exist, and KEEPS the reusable-quality.yml pin at @v1. Its sibling probe branch carries the identical comment line plus the single pin change @v1 -> @main, so the two runs differ by exactly one variable. Not for merge. Close when the tag decision is recorded. --- .github/workflows/quality.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 724de6c7..49398e08 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -1,3 +1,4 @@ +# DO NOT MERGE - evidence branch for the quality-zero-platform v1 tag-move decision (paired A/B; sibling branch differs only in the reusable pin). # Lean 6-gate quality caller (ADDITIVE — see the lean-gate charter, 2026-06-16). # # This thin caller delegates to the shared reusable lean-quality template. It does