Skip to content

conformance(gf14): add 14 bit-exact GF14 vectors (52 -> 53)#1142

Closed
gHashTag wants to merge 2 commits into
masterfrom
conformance/gf14-vectors
Closed

conformance(gf14): add 14 bit-exact GF14 vectors (52 -> 53)#1142
gHashTag wants to merge 2 commits into
masterfrom
conformance/gf14-vectors

Conversation

@gHashTag

@gHashTag gHashTag commented Jun 15, 2026

Copy link
Copy Markdown
Owner

Replace the n_vectors:0 stub for GF14 with 14 bit-exact conformance vectors.

  • Layout: S1/E5/M8 bias15 (rule e=round(13/phi^2)=5), matches catalog.
  • Emitted by the from-spec encoder, confirmed by an independent decoder.
  • Verified on a fresh clone at HEAD d785985: 14/14 decode, schema matches the
    corpus stub, n_vectors == len(vectors), bitexact flipped to true.
  • Second-oracle coverage moves 52 -> 53 of 83.

Affiliation: Trinity S^3 AI. ASCII-only; no behavioral code changes.

Closes #1146

Replace the n_vectors:0 stub with 14 bit-exact GF14 conformance vectors
emitted by the from-spec encoder and confirmed by an independent decoder.
Layout matches catalog (s1/e5/m8 bias15, rule e=round(13/phi^2)=5).
Second-oracle coverage 52 -> 53 of 83. Affiliation: Trinity S^3 AI.

Refs #1146
@github-actions

Copy link
Copy Markdown
Contributor

PR Dashboard

Generated at: 2026-06-15 08:39:49 UTC

Summary

Status Count
Total Open PRs 3
PRs with Failing Checks 2
PRs with All Checks Green 1
READY 1
FAILING 2
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.

@gHashTag

Copy link
Copy Markdown
Owner Author

Corona cross-check (tt-trinity-corona HEAD b6944b2): all 14 gf14 vectors in this PR decode to identical class + value under the Corona GF decode law (tools/spec_vs_rtl_gf16.py dec(), parameterized gf16 E6/M9 BIAS31 -> gf14 E5/M8 BIAS15) and the t27 conformance law. Result: 14/14 agree, 0 mismatches. FAIL-reachable: a deliberate off-by-one BIAS mutation produces 10/14 mismatches. This confirms the vectors are NOT a divergent source of truth -- Corona owns the gf14 layout + add/mul at silicon Tier-2 but ships no bits->value vector set; this PR adds that distinct Tier-1 artefact, agreeing bit-for-bit with the silicon layer. Sandbox-only cross-check: earns no coverage credit, only de-risks the bank.

INDEX_all_formats.json gf14: kind structural->bitexact, n_vectors 0->14,
sha256 refreshed; aggregates bitexact_packs 55->56, structural_packs 28->27.
docs/NOW.md: add gf14 block + bump Last updated to 2026-06-15.
Integrity gate now CLEAN (exit 0); self-test gate green. Catalog stays 83.

Closes #1146
@github-actions

Copy link
Copy Markdown
Contributor

PR Dashboard

Generated at: 2026-06-15 18:12:22 UTC

Summary

Status Count
Total Open PRs 6
PRs with Failing Checks 4
PRs with All Checks Green 2
READY 1
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).

@github-actions

Copy link
Copy Markdown
Contributor

📓 NotebookLM Notebook linked to this PR

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

@gHashTag
gHashTag force-pushed the conformance/gf14-vectors branch from 17a77a2 to a830269 Compare June 15, 2026 18:14
@github-actions

Copy link
Copy Markdown
Contributor

PR Dashboard

Generated at: 2026-06-15 18:14:46 UTC

Summary

Status Count
Total Open PRs 6
PRs with Failing Checks 4
PRs with All Checks Green 2
READY 1
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).

@github-actions

Copy link
Copy Markdown
Contributor

📓 NotebookLM Notebook linked to this PR

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

This was referenced Jul 4, 2026
@gHashTag

gHashTag commented Jul 6, 2026

Copy link
Copy Markdown
Owner Author

Closing: superseded by later conformance promote PRs (#1328/#1345/#1359/#1377/#1381/#1399).

@gHashTag gHashTag closed this Jul 6, 2026
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