Skip to content

fix(docs): README back-links + real LICENSE section (unblocks 2 red CI gates)#677

Merged
hyperpolymath merged 1 commit into
mainfrom
worktree-readme-doc-governance-hygiene
Jul 7, 2026
Merged

fix(docs): README back-links + real LICENSE section (unblocks 2 red CI gates)#677
hyperpolymath merged 1 commit into
mainfrom
worktree-readme-doc-governance-hygiene

Conversation

@hyperpolymath

Copy link
Copy Markdown
Owner

Problem

README failed two CI doc-governance gates (both in .github/workflows/ci.yml):

  1. 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 didn't match → RED.
  2. check-doc-truthing.sh (DOC-04) — README did not mention the authoritative status matrix CAPABILITY-MATRIX.adoc anywhere → RED.

Both were pre-existing reds on main (verified against pristine origin/main).

Fix (README.adoc only)

  • Repoint the 3 soundness-ledger references → 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)

Verification (real toolchain — dune 3.24.0, OCaml 4.14.1 + opam)

BUILD_EXIT=0
OK: doc-truthing intact — presence invariants + over-claim ratchet (DOC-04/05/08/09).  (TRUTH_EXIT=0)
OK: soundness ledger — all 5 properties hold.                                          (GATE_EXIT=0)

Supersedes #675

#675 fixed only the soundness link, so it could not turn the doc-truthing gate green on its own (that gate is required, so #675 was unmergeable alone). This PR fixes both. #675 will be closed as superseded. Also unblocks the descriptiles migration #676 (blocked only by these same README gates).

🤖 Generated with Claude Code

…I 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>
@sonarqubecloud

sonarqubecloud Bot commented Jul 6, 2026

Copy link
Copy Markdown

@hyperpolymath hyperpolymath disabled auto-merge July 7, 2026 04:30
@hyperpolymath hyperpolymath merged commit 2a3da6c into main Jul 7, 2026
15 of 17 checks passed
@hyperpolymath hyperpolymath deleted the worktree-readme-doc-governance-hygiene branch July 7, 2026 04:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant