From e1f606ddd190da8e7d7adaf4d4da01156f0e5576 Mon Sep 17 00:00:00 2001 From: Perplexity Computer Date: Sun, 7 Jun 2026 11:48:13 +0000 Subject: [PATCH] docs: anchor on live arXiv ID 2606.05017 Replace internal QFHDTL endorsement code with the live arXiv anchor in conformance/FORMAT-SPEC-001.json. The GoldenFloat preprint is now live as arXiv:2606.05017 (cs.AR, 2026-06-03); internal workflow codes should not appear in committed public artefacts. Also update docs/NOW.md with the chore-arxiv-id-propagation section. Closes #1056 --- conformance/FORMAT-SPEC-001.json | 2 +- docs/NOW.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/conformance/FORMAT-SPEC-001.json b/conformance/FORMAT-SPEC-001.json index ef0cb7e2b..393cd810c 100644 --- a/conformance/FORMAT-SPEC-001.json +++ b/conformance/FORMAT-SPEC-001.json @@ -96,7 +96,7 @@ "cross_repo_consumers": [ "gHashTag/tt-trinity-gamma -- RTL for GF4..GF256 (frozen silicon for GF16)", "gHashTag/tt-trinity-corona -- ROM records for all 80 formats; GF cluster routed via D2D to Gamma", - "gHashTag/goldenfloat-preprint -- arXiv cs.AR (Hunhold endorsed, code QFHDTL)", + "gHashTag/goldenfloat-preprint -- arXiv:2606.05017 (cs.AR, live 2026-06-03)", "gHashTag/arith2027-goldenfloat -- ARITH 2027 submission", "gHashTag/trinity-s3ai -- Coq proofs, claims.yaml ledger", "gHashTag/claim-audit-lab -- public self-audit ledger" diff --git a/docs/NOW.md b/docs/NOW.md index 9b8abf510..ce2f859c4 100644 --- a/docs/NOW.md +++ b/docs/NOW.md @@ -2,6 +2,13 @@ Last updated: 2026-06-07 +## chore-arxiv-id-propagation -- replace QFHDTL endorsement code with live arXiv ID (Closes #1056) + +- **WHERE** (conformance metadata): `conformance/FORMAT-SPEC-001.json` line 99 -- the internal QFHDTL endorsement code is replaced by the live arXiv anchor `arXiv:2606.05017` (cs.AR, 2026-06-03). One-line metadata change; no schema, no field widths, no claim-status row touched. The internal workflow code predates the live preprint and should not appear in committed public artefacts now that the canonical anchor exists. +- **Why**: track-D arXiv ID propagation. The GoldenFloat preprint is live and citable; the public conformance contract now references the canonical anchor instead of an opaque internal code. No L5/L6 surface, no codegen, no spec change. Companion sync to `docs/NUMERIC_FORMATS_SSOT.md` follows in a separate PR once this lands. Closes #1056. +- **Anchor**: phi^2 + phi^-2 = 3 + + ## feat-gf-ladder-expansion-v1.2 -- GF ladder expansion v1.2 closed-form rule + Corona ROM CATALOG fix (Closes #1052) - **WHERE** (numeric specs + conformance + codegen): `specs/numeric/goldenfloat_family.t27` extended from 9 rungs (GF4..GF256) to 17 binary rungs (GF4..GF1024) using the single closed-form rule `e = round((N-1)/phi^2)`, all field widths verified at 50 digits with mpmath. Nine new per-rung spec files `specs/numeric/gf{6,10,14,48,96,128,256,512,1024}.t27`. `conformance/FORMAT-SPEC-001.json` bumped to v1.2 with `frozen_silicon_anchor` for GF16. `docs/NUMERIC_FORMATS_SSOT.md` updated to 18-rung table (GFTernary + 17 binary + TF3 container). `specs/numeric/formats_catalog.t27` GF128 typo fixed, 8 rule-derived entries added. Corona ROM CATALOG: 8 corrections to broken rung entries in `tools/gen_rom.py` CATALOG cluster 3 (GF16/24/32/48/64/96/128/256), RECORD_COUNT expanded 80->82 for GF512/GF1024.