Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions validation/rules/python-rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions validation/rules/rule-inventory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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]
Expand Down