From dc440e82c680db779828e6baccd295952843dd19 Mon Sep 17 00:00:00 2001 From: tegwick Date: Sat, 1 Aug 2026 15:27:10 +0200 Subject: [PATCH] facts: 24 scenarios after the GR-O01 boundary pair The DFD gate caught this, not review: adding scenarios in T03 left gr_scenarios stale at 21 and `make all` went red on the next run. That is the gate doing exactly its job, one pass after it was built. Co-Authored-By: Claude Opus 5 --- facts.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/facts.toml b/facts.toml index c0c384b..fd99502 100644 --- a/facts.toml +++ b/facts.toml @@ -64,8 +64,8 @@ fmt = "{:,}" by = "tools/rule-coverage.py" [gr_scenarios] -value = 21 -text = "21" +value = 24 +text = "24" fmt = "{:,}" by = "tools/rule-coverage.py"