From 1db497681591344570a8398ed3e8bcc8f36dd818 Mon Sep 17 00:00:00 2001 From: Seun Akanni Date: Mon, 10 Aug 2026 10:03:26 +0100 Subject: [PATCH 1/3] test: docs-only probe for ci-versioning count=0 under a required check --- .validation/count-zero-probe.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .validation/count-zero-probe.md diff --git a/.validation/count-zero-probe.md b/.validation/count-zero-probe.md new file mode 100644 index 0000000..099b9fd --- /dev/null +++ b/.validation/count-zero-probe.md @@ -0,0 +1,3 @@ +Validation probe A: docs-only change to exercise the ci-versioning count=0 self-skip +under an ACTIVE ruleset requiring the ci-versioning context. +Ruleset 20630326. Safe to delete. From 3e69a649b08003bcc472ca543db11d4d38a7adbb Mon Sep 17 00:00:00 2001 From: Seun Akanni Date: Mon, 10 Aug 2026 10:08:08 +0100 Subject: [PATCH 2/3] test: cs change to force a real ci-versioning run (probe B, commit A) --- .ci/unit-tests/File_Toolkit_Tests/Adapter/PushPullTests.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ci/unit-tests/File_Toolkit_Tests/Adapter/PushPullTests.cs b/.ci/unit-tests/File_Toolkit_Tests/Adapter/PushPullTests.cs index 2f21e23..7f3f310 100644 --- a/.ci/unit-tests/File_Toolkit_Tests/Adapter/PushPullTests.cs +++ b/.ci/unit-tests/File_Toolkit_Tests/Adapter/PushPullTests.cs @@ -104,3 +104,5 @@ private static void OverwriteWithFormattedJson(string filepath) } + +// validation probe: concurrency/cancel behaviour under a required check (ruleset 20630326) From 61f5d46aaf9ea23707b0b7d1de40a1d6857f90de Mon Sep 17 00:00:00 2001 From: Seun Akanni Date: Mon, 10 Aug 2026 10:09:30 +0100 Subject: [PATCH 3/3] test: second cs change to supersede the in-flight run (probe B, commit B) --- .ci/unit-tests/File_Toolkit_Tests/Adapter/PushPullTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/unit-tests/File_Toolkit_Tests/Adapter/PushPullTests.cs b/.ci/unit-tests/File_Toolkit_Tests/Adapter/PushPullTests.cs index 7f3f310..60d98bc 100644 --- a/.ci/unit-tests/File_Toolkit_Tests/Adapter/PushPullTests.cs +++ b/.ci/unit-tests/File_Toolkit_Tests/Adapter/PushPullTests.cs @@ -106,3 +106,4 @@ private static void OverwriteWithFormattedJson(string filepath) // validation probe: concurrency/cancel behaviour under a required check (ruleset 20630326) +// probe B, commit B: supersede the in-flight run