Commit a82d309
fix(docs): README back-links + real LICENSE section (unblocks 2 red CI gates)
README failed two CI doc-governance gates in .github/workflows/ci.yml:
1. tools/check-soundness-ledger.sh (property 2, back-links): README pointed at
`SOUNDNESS-LEDGER.adoc` — a filename that does not exist. The gate greps for
`SOUNDNESS.adoc`; the old string did not match -> RED.
2. tools/check-doc-truthing.sh (DOC-04): README did not mention the authoritative
status matrix `CAPABILITY-MATRIX.adoc` anywhere -> RED.
Fixes, all in README.adoc:
- repoint the 3 soundness-ledger references to `docs/SOUNDNESS.adoc`
- add `docs/CAPABILITY-MATRIX.adoc` (feature readiness) in Status + Documentation
- replace the stale "state the license and add a LICENSE file" TODO with a real
License section (LICENSE + LICENSES/ already exist: MPL-2.0 code, CC-BY-SA-4.0 docs)
Supersedes #675 (which fixed only the soundness link).
Verified (dune 3.24.0, system OCaml 4.14.1 + opam switch as-verify):
BUILD_EXIT=0
OK: doc-truthing intact (TRUTH_EXIT=0)
OK: soundness ledger — all 5 properties hold (GATE_EXIT=0)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 255c0b4 commit a82d309
1 file changed
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
142 | 143 | | |
143 | 144 | | |
144 | 145 | | |
145 | | - | |
| 146 | + | |
146 | 147 | | |
147 | 148 | | |
148 | 149 | | |
| |||
192 | 193 | | |
193 | 194 | | |
194 | 195 | | |
195 | | - | |
| 196 | + | |
| 197 | + | |
196 | 198 | | |
197 | 199 | | |
198 | 200 | | |
199 | | - | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
0 commit comments