Commit 1beeb90
fix(ci): three CI blockers — dead rsr-antipattern ref, K9 gap, unfinished instantiation (#21)
## Summary
Fixes the three CI blockers keeping the estate's PR queue stuck, as
diagnosed for this repo (full per-blocker root-cause detail is in the
commit message):
- **lint-workflows** (unpinned action, `rsr-antipattern.yml:15`): the
referenced reusable (`rsr-antipattern-reusable.yml`) has never
existed on `hyperpolymath/standards`. It's dead, retired estate-wide
per `docs/audits/audit-reusables-convergence-2026-05-26.adoc`, and
superseded by `governance.yml` (already present here). Deleted
rather than pinned to an unresolvable reference.
- **Validate K9 contracts** (8 errors / 10 files): 6 were a shared
`k9-ecosystem/validate-action` scope bug, fixed at the source in
hyperpolymath/k9-ecosystem#21 (with a local stopgap override here).
The remaining 2 were a genuine `container/deploy.k9.ncl` defect
(missing `K9!` line, pedigree hidden behind a let-binding) — fixed
directly.
- **openssf-compliance**: failed on TWO files. `ECOSYSTEM.a2ml`'s
`notes` field documented the `{{PLACEHOLDER}}` mechanism using the
literal token shape (reworded). `STATE.a2ml` was still, despite
PR #19's title, substantively the raw template — `project =
"rsr-template-repo"`, a "STATE file for rsr-template-repo itself"
preamble, and template-authoring milestones/notes. Properly
instantiated for recon-silly-ation from its own README/manifest.
## Test plan
- [x] `bash validate-action/validate-k9.sh` (k9-ecosystem, with the
new paths-ignore) → `Errors: 0` (was 8)
- [x] `grep -rnE '^[[:space:]]+uses:' .github/workflows/ | grep -v
'@[a-f0-9]{40}'`
→ empty (was 1 match)
- [x] Reproduced the openssf-compliance placeholder-check step locally
→ 0 files flagged (was 2)
- [x] `python3 -c "import tomllib; tomllib.load(...)"` on the edited
`.a2ml` files → parses clean
- [x] All touched/remaining workflow YAML parses via `yaml.safe_load`
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>1 parent 5bec722 commit 1beeb90
5 files changed
Lines changed: 54 additions & 51 deletions
File tree
- .github/workflows
- .machine_readable/6a2
- container
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
95 | 117 | | |
96 | 118 | | |
97 | 119 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 4 | + | |
9 | 5 | | |
10 | 6 | | |
11 | | - | |
12 | | - | |
13 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
14 | 10 | | |
15 | 11 | | |
16 | 12 | | |
17 | | - | |
18 | | - | |
19 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
20 | 16 | | |
21 | 17 | | |
22 | | - | |
23 | | - | |
| 18 | + | |
| 19 | + | |
24 | 20 | | |
25 | 21 | | |
26 | 22 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
36 | 27 | | |
37 | 28 | | |
38 | 29 | | |
39 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
40 | 33 | | |
41 | 34 | | |
42 | 35 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
47 | 39 | | |
48 | 40 | | |
49 | 41 | | |
| |||
54 | 46 | | |
55 | 47 | | |
56 | 48 | | |
57 | | - | |
| 49 | + | |
58 | 50 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
143 | 144 | | |
144 | 145 | | |
145 | 146 | | |
146 | | - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
147 | 157 | | |
148 | 158 | | |
149 | 159 | | |
| |||
0 commit comments