Commit e87a048
chore(meta+grades): fix .scm/.a2ml + .md/.adoc + 17/4 workflow-count drift (#33)
## Summary
Three doc-drift corrections across `.meta/REQUIRED-FILES`, the
immaculate guide, and the readiness-grades suite — all aligning prose
docs with the canonical *machine-readable* rules.
### 1. `.scm` → `.a2ml` for the 6a2 metadata files
`.meta/REQUIRED-FILES.md` listed `META.scm` / `STATE.scm` /
`ECOSYSTEM.scm` / `PLAYBOOK.scm` / `AGENTIC.scm` / `NEUROSYM.scm` under
"Mandatory SCM Files." The actual canonical extension is `.a2ml`.
Confirmed by user 2026-04-30: *"a2ml for sure scm is removed except for
guix related."*
Consistent with this repo's own `.machine_readable/6a2/AGENTIC.a2ml`
etc. (which use `.a2ml`, contradicting the doc) and with
`hypatia-rules/rsr-self-compliance.a2ml @forbidden_files`:
```
- glob: "STATE.a2ml"
at: "/"
reason: "A2ML files go in .machine_readable/ only"
```
`.scm` is now reserved exclusively for Guix-related files (`guix.scm`,
`.guix-channel`).
### 2. `.md` → `.adoc` for `REQUIRED-FILES` itself
Per the hyperpolymath convention (AsciiDoc by default; Markdown only for
files GitHub's community-health rules special-case by name),
`.meta/REQUIRED-FILES.md` is internal documentation — it should be
`.adoc`. Same syntax-conversion approach as PR
`hyperpolymath/rsr-template-repo#28`.
### 3. "17 / 19 RSR workflows" → reference the canonical
machine-readable rule
The actual machine-readable list of required workflows lives in
`hypatia-rules/rsr-self-compliance.a2ml @required_workflows` and
currently names **4** workflows:
```a2ml
@required_workflows:
- name: "hypatia-scan.yml"
reason: "RSR R-050 (self-scan)"
- name: "mirror.yml"
reason: "RSR R-051 (forge mirroring)"
- name: "scorecard.yml"
reason: "RSR R-052 (OpenSSF Scorecard)"
- name: "rsr-antipattern.yml"
reason: "RSR R-053 (antipattern check)"
@EnD
```
But several prose docs claimed "17 RSR workflows" (or "19 CI
workflows"):
| File | Old claim | Now |
|---|---|---|
| `immaculate-guide/IMMACULATE-GUIDE.adoc:130` | "17 required workflows"
| references `@required_workflows` (currently 4) + broader adoptable set
|
| `immaculate-guide/IMMACULATE-GUIDE.adoc:267` | "17 required workflows
from rsr-template-repo" | enumerates the 4 mandated by name + notes
broader optional set |
| `toolchain-readiness-grades/TOOLCHAIN-READINESS-GRADES.adoc:228` |
"all 17 RSR workflows present" | references `@required_workflows` |
| `toolchain-readiness-grades/TOOLCHAIN-READINESS-GRADES.adoc:443` |
"All 17 RSR workflows present" | references `@required_workflows` |
| `toolchain-readiness-grades/TOOLCHAIN-READINESS-GRADES.a2ml:56` |
"RSR-FULL all 17 workflows green" | "RSR-FULL all required workflows
green (per …@required_workflows)" |
| `toolchain-readiness-grades/SELF-ASSESSMENT.adoc:74` | "all 17 RSR
workflows present" | references `@required_workflows` |
| `component-readiness-grades/SELF-ASSESSMENT.adoc:32` | "19 CI
workflows" | "RSR-required CI workflows (per …@required_workflows) +
adopted optional set" |
Replacing the hard count with a reference to the machine-readable rule
makes the prose durable: if the canonical-required set changes from 4 to
N tomorrow, the prose stays correct without further editing.
## Why this matters
The numeric drift was visible to anyone reading: the prose docs claim 17
(or 19); the machine-readable rule says 4; this repo's own
`.github/workflows/` has 21; `rsr-template-repo`'s has 25. None of the
prose numbers matched the actual rule. With this PR, prose now points at
the rule rather than restating an out-of-date count.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent a3a13c9 commit e87a048
7 files changed
Lines changed: 80 additions & 60 deletions
File tree
- .meta
- component-readiness-grades
- immaculate-guide
- toolchain-readiness-grades
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | | - | |
| 267 | + | |
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
| 228 | + | |
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| |||
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
443 | | - | |
| 443 | + | |
444 | 444 | | |
445 | 445 | | |
446 | 446 | | |
| |||
0 commit comments