Commit 75041fd
authored
ci(governance): bump standards SHA to consume R5b, drop local R5b half (#172)
## Summary
Two coupled changes after
[standards#329](hyperpolymath/standards#329)
landed R5b (version-string drift) as an estate-wide governance rule:
1. **`governance.yml` wrapper SHA pin** `5eb28d7d…` → `bf406d6f…`. Picks
up the new estate-wide rule alongside the existing R0 / R1 / SSH-remote
/ weak-crypto / hardcoded-secrets checks.
2. **Local `governance-doc-drift.yml` slimmed to R5a only.** The R5b
step is now redundant — standards' reusable runs the same check
estate-wide. R5a (bare prover counts → `docs/PROVER_COUNT.md`) stays
local because the count semantics are echidna-domain-specific; sibling
repos (proven / ephapax / affinescript / typed-wasm) each have their own
canonical-reference cohort that does not share R5a's regex shape.
Renames consistently: workflow file's `name:` and job `name:` move from
"R5" to "R5a"; the Summary step now explains the split and points
readers to standards#329 for R5b.
After this lands, R5b coverage on echidna comes from the upstream
reusable; R5a remains the echidna-local supplement.
## Test plan
- [x] `python3 -c "import yaml; yaml.safe_load(...)"` on both files → OK
- [x] Wrapper has new SHA + dated comment
- [x] Local rule is R5a-only (R5b step removed; summary updated)
- [ ] CI on this PR — `governance / Security policy checks` (with new
R5b inside it) + `Governance / Doc drift (R5a)` both green
Refs #171, refs hyperpolymath/standards#329.1 parent d7ce814 commit 75041fd
2 files changed
Lines changed: 28 additions & 58 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
11 | 19 | | |
12 | 20 | | |
13 | 21 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | | - | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| |||
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
47 | | - | |
48 | | - | |
| 50 | + | |
| 51 | + | |
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
| |||
101 | 104 | | |
102 | 105 | | |
103 | 106 | | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | 107 | | |
142 | 108 | | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
147 | 117 | | |
148 | 118 | | |
149 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
0 commit comments