From 373038a0d6080078b9f0ac0b764094fe9893fb06 Mon Sep 17 00:00:00 2001 From: Herbert Damker <52109189+hdamker@users.noreply.github.com> Date: Fri, 7 Aug 2026 11:47:41 +0200 Subject: [PATCH] docs(rules): register P-040 tested_rules and strip leaked DEC- ids Adds P-040 to tested_rules (pinned by the new bundler-collision regression branch) and bumps total_tested 95->96, per the "adding a new regression branch" checklist missed during that work. Also strips two private tracking-ID references (DEC-027/029/030) left in P-021's comment and audit_id field -- unrelated to that checklist gap, found while in the file. --- validation/rules/python-rules.yaml | 6 +++--- validation/rules/rule-inventory.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/validation/rules/python-rules.yaml b/validation/rules/python-rules.yaml index 4e59485..b6325d2 100644 --- a/validation/rules/python-rules.yaml +++ b/validation/rules/python-rules.yaml @@ -294,11 +294,11 @@ schema. See implicit-events API template in Commonalities artifacts/api-templates/. -# P-021: check-common-cache-sync (DEC-027/030) +# P-021: check-common-cache-sync # Safety check: code/common/ files must match the sync manifest written # by the RA sync-common handler. Suppressed on bump PRs via the -# three-step consistency model (DEC-029). Version-gated to repos -# adopting $ref consumption (>=r4.2). +# three-step consistency model. Version-gated to repos adopting $ref +# consumption (>=r4.2). - id: P-021 engine: python engine_rule: check-common-cache-sync diff --git a/validation/rules/rule-inventory.yaml b/validation/rules/rule-inventory.yaml index 4d65c1b..4e47d7b 100644 --- a/validation/rules/rule-inventory.yaml +++ b/validation/rules/rule-inventory.yaml @@ -18,7 +18,7 @@ summary: total_gap: 0 total_manual: 25 total_pending: 0 - total_tested: 95 + total_tested: 96 by_engine: spectral: 85 gherkin: 25 @@ -205,8 +205,7 @@ gap_rules: status: implemented rule_id: P-020 - - audit_id: DEC-027 - description: "Common file cache sync safety check — code/common/ must match sync manifest from Commonalities artifacts" + - description: "Common file cache sync safety check — code/common/ must match sync manifest from Commonalities artifacts" target_engine: python status: implemented rule_id: P-021 @@ -331,6 +330,7 @@ tested_rules: P-031: [regression/r4.3-broken-spec-info-description-missing-canonical] P-032: [regression/r4.3-broken-spec-test-files] P-037: [regression/r4.3-broken-spec-subscriptions, regression/r4.3-broken-spec-yaml-fundamentals] + P-040: [regression/r4.3-broken-spec-bundler-collision] S-002: [regression/r4.3-broken-spec-routing] S-003: [regression/r4.3-broken-spec-routing] S-005: [regression/r4.3-broken-spec-yaml-fundamentals]