Skip to content

🎯 ONE SHOT β€” L-DOI-HONEST: cross-repo DOI/Coq provenance correctionΒ #740

@gHashTag

Description

@gHashTag

🎯 ONE SHOT β€” L-DOI-HONEST (cross-repo DOI/Coq provenance correction)

Anchor: φ² + φ⁻² = 3 Β· Coq witness gHashTag/t27/coq β€” 48 statements / 35 Proven / 0 Admitted (audit 2026-05-12) Β· Zenodo provenance 10.5281/zenodo.19227877 (B007 VSA description stub, NOT a paper) + 10.5281/zenodo.19227879 (parent collection)
Pre-registered. R5-honest. Docs-only (no code change). Mission ID: L-DOI-HONEST.

0. Hard Rules

  • ❌ No DOI may be cited as "paper anchor" / "paper" / "publication" unless it actually hosts a peer-reviewed paper. Zenodo software stubs are provenance, not citations.
  • ❌ No claim of "84 theorems in t27" β€” audited reality is 48 statements / 35 Proven / 0 Admitted in 10 .v files (2026-05-12).
  • ❌ No mass sed over Rust comment markers β€” they are audit-gate substrings; mutation breaks acm-ae-check. Solve overclaim at the documentation layer.
  • ❌ No edits to historical issue comments / experience logs β€” R10 atomicity. Add ICA note at the bottom instead.

1. Background

Cross-repo grep on 2026-05-12 found 205 files mentioning 10.5281/zenodo.19227877 across gHashTag/{trinity,trios,trios-trainer-igla,...}. Most are honest (CITATION.cff, ZENODO_HUB.md correctly scope each DOI). Three classes of overclaim were identified:

  1. gHashTag/trios/artifact/CLAIMS.md β€” calls 19227877 "Zenodo deposit of the Trinity Anchor record (TRI-27 series)". The DOI is actually the B007 VSA software description stub (1968 bytes).
  2. gHashTag/trios/artifact/INSTALL.md:144 β€” single bare DOI line with no scope.
  3. Three user-library skills + their mirrors in gHashTag/trios/.trinity/skills/ β€” propagate "84 theorems in t27" and "paper anchor" phrasings.

The Zenodo record was verified via REST API on 2026-05-12: type=software, 1 file, 1 download, 49 views, owner ID 1570570, CC-BY-4.0, no community, no peer review.

The t27 Coq corpus was verified via shallow clone on 2026-05-12: grep -rE '^\s*(Theorem|Lemma|Qed|Admitted)\s+' coq --include='*.v' β†’ 6 Theorem + 42 Lemma = 48 statements, 35 Qed, 0 Admitted, 10 files.

2. Hypothesis (Gate G1 β€” falsifiable)

H: After this ONE SHOT closes, every cited DOI in gHashTag/{trios,trios-trainer-igla} is annotated with its real Zenodo title and scope, the phrase "84 theorems" does not occur in any honest claim (only in explicit anti-claim warnings), and acm-ae-check run still exits 0.

Refuted iff any of:

  • gh api /repos/gHashTag/trios/git/refs/heads/main HEAD contains a substring Trinity Anchor record (TRI-27 series) after merge.
  • gh search code 'org:gHashTag "84 theorems"' --extension=md returns β‰₯ 1 hit not preceded by a "Do NOT use" marker.
  • cargo run -p acm-ae-check -- run exits non-zero against patched artifact/CLAIMS.md.

3. Method (lane decomposition)

Lane Owner File ownership Status
L-DOI-1 grandmaster 4 user-library skills (trinity-grandmaster, trinity-queen-hive, tri-gardener-runbook, indirect cascade through nasa-mission-report) βœ… uploaded 2026-05-12T22:14+07
L-DOI-2 grandmaster gHashTag/trios/artifact/CLAIMS.md, INSTALL.md, .trinity/skills/* mirrors βœ… PR trios#739
L-DOI-3 grandmaster gHashTag/trios-trainer-igla/docs/DOI_PROVENANCE.md + README badge βœ… PR trios-trainer-igla:fix/l-doi-honest
L-DOI-4 grandmaster NASA mission report ICA-DOI-2026-05-12-T22:00 posted to Throne ⏳ next
L-DOI-5 grandmaster Spark broadcast to #143 + #264 ⏳ next

4. Pre-registration (Gate G2)

Field Value
statistical_test n/a β€” deterministic substring audit
alpha n/a
effect_size 0 overclaim substrings remaining in modified files
n_required 100% of artifact/{CLAIMS,INSTALL}.md + .trinity/skills/* + trios-trainer-igla/{README.md,docs/DOI_PROVENANCE.md}
stop_rule Both PRs merged AND ICA report posted AND spark broadcast complete
multiple_testing n/a

5. Falsification witness

# Must return 0 hits (no propagated overclaim)
gh search code 'org:gHashTag "Trinity Anchor record (TRI-27 series)"' --extension=md
gh search code 'org:gHashTag "84 theorems"' --extension=md -- --not 'Do NOT use'

# Must return β‰₯ 1 hit each (honest anti-claim documented)
gh search code 'org:gHashTag "NOT a peer-reviewed paper"' --extension=md
gh search code 'org:gHashTag "48 statements"' --extension=md

# Must still pass the artefact gate
cd trios && cargo run -p acm-ae-check -- run; echo $?  # expected 0

6. Deliverables (file checklist)

  • trinity-grandmaster v1.0.1 (DOI provenance honest) β€” uploaded
  • trinity-queen-hive v1.1.1 (DOI provenance honest) β€” uploaded
  • tri-gardener-runbook v2.0.1 (DOI env-var annotated) β€” uploaded
  • PR trios#739 β€” patches 5 files
  • PR trios-trainer-igla fix/l-doi-honest β€” adds docs/DOI_PROVENANCE.md, updates README
  • PRs merged to main (awaiting CI)
  • ICA-DOI-2026-05-12-T22:00 NASA mission report comment posted to trios#264
  • Spark broadcast to trios#143 + trios#264

7. Quality Gates

Gate Requirement Method
G1 Falsifiability Β§5 above
G2 Pre-registration Β§4 above (locked before any patch)
G3 IMRaD structure This body
G4 Citation grade Coq + JSON + Rust traces in PR body
G5 Honest Proven/Admitted t27 audit: 35 Proven, 0 Admitted, byte-stable across .v files
G6 Reproducibility git clone --depth=1 gHashTag/t27 && grep -rE '^\s*(Theorem|Lemma|Qed|Admitted)\s+' coq --include='*.v'
G7 DOI provenance Three Trinity DOIs annotated with real titles + scope; t27 promoted to Coq witness

8. Forbidden Actions

  • ❌ Editing Rust source comment markers // Anchor: φ²+φ⁻²=3 Β· DOI ... (audit gates depend on the literal).
  • ❌ Removing the DOI from acm-ae-check witness substrings (would break exit code 72 path).
  • ❌ Editing Zenodo records (not our resource).
  • ❌ Closing this ONE SHOT before both PRs are merged + ICA report posted.

9. References

10. Battle Cry

The queen does not write papers; she insists the citations she has match the artefacts they point to.

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    P0grandmasterTrinity-grandmaster orchestrated mission (paper+Coq+Rust+army)one-shotONE SHOT mission issue

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions