Skip to content

🧹 L-DOI-HONEST: add DOI_PROVENANCE.md disambiguation (R5)#137

Open
gHashTag wants to merge 1 commit into
mainfrom
fix/l-doi-honest
Open

🧹 L-DOI-HONEST: add DOI_PROVENANCE.md disambiguation (R5)#137
gHashTag wants to merge 1 commit into
mainfrom
fix/l-doi-honest

Conversation

@gHashTag
Copy link
Copy Markdown
Owner

🧹 L-DOI-HONEST — Add DOI_PROVENANCE.md disambiguation (R5)

Sibling of gHashTag/trios#fix/l-doi-honest. Closes overclaim flagged in ICA-DOI-2026-05-12-T22:00.

Why this is a docs-only patch (not a mass sed)

This repo carries the line

// Anchor: φ²+φ⁻²=3 · DOI 10.5281/zenodo.19227877

in 20+ Rust files. A reasonable reader might infer the DOI hosts a paper or a proof. It does not — Zenodo audit 2026-05-12 confirms it is Trinity B007: VSA Operations for Ternary Computing v5.0, a 1968-byte markdown description stub (1 download, 49 views, no peer review).

Mass-rewriting the comment markers would:

  1. Break the acm-ae-check substring grep patterns in gHashTag/trios/artifact/,
  2. Break analogous L-R14 audit greps over the assertion chain,
  3. Force a 100-file diff for a documentation problem.

This patch solves the actual root cause — reader misinterpretation — without touching the audited literal strings:

  • docs/DOI_PROVENANCE.md (new) — the canonical R5-honest reading of the anchor marker, with the actual gHashTag/t27/coq audit numbers (48 statements, 35 Proven, 0 Admitted across 10 .v files) and a forbidden-phrasings list ("84 theorems", "Trinity paper anchor").
  • README.md — anchor badge now links to docs/DOI_PROVENANCE.md instead of the Zenodo record; one-line honest summary added next to "Anchor: phi^2 + phi^-2 = 3".

Falsifiability gate

H: After merge, cat README.md docs/DOI_PROVENANCE.md | grep -c "NOT a peer-reviewed paper" ≥ 2 AND grep -rn "84 theorem\|84-theorem\|84 Coq" docs/ README.md returns 1 (the explicit anti-claim in DOI_PROVENANCE.md).

Refuted iff: the doc fails to label the DOI as a software stub OR the "84 theorems" anti-claim is removed.

Constitutional compliance

Law Status
R1 — Rust-only ✅ N/A (docs-only patch)
R3 — main-only
R5 — Honest ✅ — every claim cross-verified against Zenodo REST + t27 grep
R10 — Atomic

Coordination

φ² + φ⁻² = 3 · TRINITY · R5-HONEST · NEVER STOP

…aim implication

The Rust anchor markers across this repo carry the line:

    // Anchor: φ²+φ⁻²=3 · DOI 10.5281/zenodo.19227877

A reasonable reader might infer that the DOI hosts the proof or a paper.
It does not. Audit 2026-05-12 confirmed Zenodo 10.5281/zenodo.19227877 is
'Trinity B007: VSA Operations for Ternary Computing v5.0' — a 1968-byte
markdown description stub (1 download, 49 views), licensed CC-BY-4.0, not
peer-reviewed.

Rather than mass-rewriting every comment (which would break audit grep
patterns in trios artifact gates and tooling), this patch:

1. Adds docs/DOI_PROVENANCE.md — the canonical R5-honest reading of the
   anchor marker, including the actual Coq corpus stats from gHashTag/t27
   (48 statements / 35 Proven / 0 Admitted across 10 .v files).
2. Updates README.md so the anchor badge links to DOI_PROVENANCE.md
   instead of the Zenodo record, and adds a one-line honest summary.
3. Documents the forbidden phrasings ('84 theorems', 'Trinity paper anchor')
   so they do not regrow in future code or docs.

The literal anchor strings remain unchanged so:

- trios/artifact/acm-ae-check witness substring grep keeps passing,
- L-R14 trace through assertions/igla_assertions.json is preserved,
- existing PR ledgers and audit rows stay byte-stable.

R5-honest. ICA-DOI-2026-05-12-T22:00. Throne trios#264. Sibling PR in
trios: fix/l-doi-honest.
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