fix(rm-02): narrow inventory drift guarantee
ci/woodpecker/pr/ci Pipeline was successful

This commit is contained in:
2026-08-01 15:09:57 -05:00
parent c5b0d510d7
commit e910a45ab3
13 changed files with 203 additions and 38 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ test('anchored gate inventory and population criteria cannot shrink together', a
assert.notEqual(result.status, 0);
assert.match(
output(result),
/independent required-gate baseline rejects manifest drift at hook-pre-push/i,
/same-checkout required-gate baseline rejects manifest drift at hook-pre-push/i,
);
});