Skip to content

conformance(INDEX): promote 6 wide GF rungs to bitexact_selfconsistent. Closes #1146#1184

Merged
gHashTag merged 1 commit into
masterfrom
wp33-index-sync
Jun 18, 2026
Merged

conformance(INDEX): promote 6 wide GF rungs to bitexact_selfconsistent. Closes #1146#1184
gHashTag merged 1 commit into
masterfrom
wp33-index-sync

Conversation

@gHashTag

Copy link
Copy Markdown
Owner

Summary

Promote six wide GoldenFloat rungs from structural (n_vectors:0 stubs) to the new
bitexact_selfconsistent kind, with their bit-exact vector packs:
gf14 (14 vectors), gf48 / gf96 / gf128 / gf512 / gf1024 (15 each). Every value is
dyadic-exact (abs_error "0" by construction) under one decode law.

INDEX summary moves to: total 83, bitexact 55 (UNCHANGED -- no false promotion),
selfconsistent 6, structural 22 (28 - 6).

Dependency

This PR REQUIRES the tri-state Check B introduced in #1182 (PR #1183). Merge #1183
first. Until then the live (binary) Check B would recount bitexact = 61 and fail.
With the patched gate present, the full gate is CLEAN, Check B recount
[83, 55, 6, 22].

Honesty (why bitexact_selfconsistent, not bitexact)

Only gf16 has an INDEPENDENT second witness (the Corona ROM silicon oracle). The six
rungs here are bit-exact and self-consistent under a single decode law: gf48 is
cross-checked against the GF14 anchor, but gf96/gf128/gf512/gf1024 have NO independent
second witness. Labelling them bitexact would place them in the same tier as
silicon-validated gf16 and overstate their evidence. bitexact_selfconsistent records
the strictly-weaker, honest status. No per-rung superiority claim is made; the
GoldenFloat breadth-not-superiority framing is preserved and Takum (Hunhold 2024,
arXiv:2412.20273) remains the standing counterexample.

Verification

  • With the ci(conformance): wp18 gate Check B third kind bitexact_selfconsistent. Closes #1182 #1183 gate applied, the conformance gate is CLEAN (exit 0): Check A
    packset == SSOT; Check B recount [83, 55, 6, 22] == claimed; Checks C (sha
    freshness), D (re-derive abs_error -- note: re-runs the same decode law, so it is a
    self-consistency check, not independent verification), D2 (special-value
    round-trip), and E (honesty allowlist) all pass.
  • catalog stays 83; ASCII-only; no gen//coq//bootstrap/ edits.

Closes #1146

@github-actions

Copy link
Copy Markdown
Contributor

PR Dashboard

Generated at: 2026-06-16 16:58:04 UTC

Summary

Status Count
Total Open PRs 9
PRs with Failing Checks 6
PRs with All Checks Green 3
READY 3
FAILING 6
PENDING 0

Seal Status

  • ⚠️ STALE -- sha256(compiler.rs)=1953ec73601f != manifest seal=49e55df6d444.
    The committed NMSE numbers were certified against an older compiler.rs.
    Run scripts/reseal-check.sh locally for the two-step reseal command (advisory; not a merge gate).

@github-actions

Copy link
Copy Markdown
Contributor

📓 NotebookLM Notebook linked to this PR

This notebook contains session context, decisions, and artifacts for this work.

@github-actions

Copy link
Copy Markdown
Contributor

📓 NotebookLM Notebook linked to this PR

This notebook contains session context, decisions, and artifacts for this work.

@github-actions

Copy link
Copy Markdown
Contributor

PR Dashboard

Generated at: 2026-06-17 12:55:33 UTC

Summary

Status Count
Total Open PRs 8
PRs with Failing Checks 5
PRs with All Checks Green 3
READY 3
FAILING 5
PENDING 0

Seal Status

  • ⚠️ STALE -- sha256(compiler.rs)=1953ec73601f != manifest seal=49e55df6d444.
    The committed NMSE numbers were certified against an older compiler.rs.
    Run scripts/reseal-check.sh locally for the two-step reseal command (advisory; not a merge gate).

Closes #1146

gf14/gf48/gf96/gf128/gf512/gf1024 move from structural (n_vectors:0 stubs) to the
bitexact_selfconsistent kind with their bit-exact vector packs (gf14 14 vectors, the
others 15 each; abs_error "0" by construction; dyadic, single decode law).

INDEX summary: total 83, bitexact 55 (UNCHANGED -- no false promotion),
selfconsistent 6, structural 22 (28-6).

Requires the tri-state Check B from #1182 (PR #1183), which must merge first.
These rungs are bitexact_selfconsistent, NOT bitexact: only gf16 has an independent
silicon oracle (Corona ROM); gf48 is cross-checked vs GF14; gf96/128/512/1024 have
no second witness. With the patched gate the conformance gate is CLEAN, Check B
recount [83, 55, 6, 22].

docs/NOW.md updated (now-sync-gate); catalog stays 83; ASCII-only.
@github-actions

Copy link
Copy Markdown
Contributor

📓 NotebookLM Notebook linked to this PR

This notebook contains session context, decisions, and artifacts for this work.

@github-actions

Copy link
Copy Markdown
Contributor

PR Dashboard

Generated at: 2026-06-18 09:10:57 UTC

Summary

Status Count
Total Open PRs 7
PRs with Failing Checks 4
PRs with All Checks Green 3
READY 2
FAILING 4
PENDING 0

Seal Status

  • ⚠️ STALE -- sha256(compiler.rs)=1953ec73601f != manifest seal=49e55df6d444.
    The committed NMSE numbers were certified against an older compiler.rs.
    Run scripts/reseal-check.sh locally for the two-step reseal command (advisory; not a merge gate).

@gHashTag
gHashTag merged commit a7bd4d3 into master Jun 18, 2026
19 checks passed
@gHashTag
gHashTag deleted the wp33-index-sync branch June 18, 2026 09:12
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.

conformance(gf14): replace n_vectors:0 stub with 14 bit-exact vectors (coverage 52 -> 53)

1 participant