Commit a48dc4e
fix(docs): repoint README soundness-ledger refs to docs/SOUNDNESS.adoc
README referenced `SOUNDNESS-LEDGER.adoc` (a filename that does not exist)
in three places. The soundness single-source-of-truth is `docs/SOUNDNESS.adoc`.
This was not cosmetic: `tools/check-soundness-ledger.sh` Property 2
(back-links) does `grep -q "SOUNDNESS.adoc"` over the pointer docs, and the
old string did not match, so the soundness-ledger gate (wired into
`just check` + CI) was RED:
ERROR (property 2): README.adoc no longer links to docs/SOUNDNESS.adoc
After the fix the full gate passes (built off system OCaml 4.14.1 +
opam, dune 3.24.0): "OK: soundness ledger — all 5 properties hold".
Docs-only; no build/behaviour change.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 255c0b4 commit a48dc4e
1 file changed
Lines changed: 3 additions & 3 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 | | |
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
0 commit comments