star-magic-program 0.366.0__tar.gz → 0.367.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/CHANGELOG.md +91 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/CITATION.cff +2 -2
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/PKG-INFO +18 -18
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/README.md +16 -16
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/SESSION_LOG.md +595 -0
- star_magic_program-0.367.1/UNIFIED_REGISTRY_VERSION.txt +1 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/UNIFIED_REGISTRY_XGEO_QUEUE.csv +1 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/UNIFIED_REGISTRY_XGEO_ROUTES.csv +1 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/WHITEPAPER_INDEX.md +56 -55
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/_BUILD_LOG.md +12 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/pyproject.toml +2 -2
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/star_magic_program.egg-info/PKG-INFO +18 -18
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/uqff_calculator.py +1465 -6
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/uqff_fidelity_tests.py +510 -1
- star_magic_program-0.366.0/UNIFIED_REGISTRY_VERSION.txt +0 -1
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/AUDIT_500_PAPER_REPORT.md +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/COMMERCIAL.md +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/LICENSE +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/LICENSE-AGPL-3.0.txt +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/LICENSE-MIT-INITIAL.txt +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/NOTICE +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/UNIFIED_REGISTRY_FALSIFIABILITY.md +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/UNIFIED_REGISTRY_PROGRAM_PLAN.md +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/UNIFIED_REGISTRY_RESULTS_TABLE.md +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/UNIFIED_REGISTRY_SCHEMA.md +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/UNIFIED_REGISTRY_STATUS_REPORT.md +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/UNIFIED_REGISTRY_XGEO_CONFIRMATIONS.csv +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/UNIFIED_REGISTRY_XGEO_EXTRACTED.csv +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/reference/COMPLETE_UQFF_EQUATIONS_REFERENCE.pdf +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/reference/Star-Magic_manuscript_v5.pdf +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/reference/UQFF_VALIDATION_SYNC_AUDIT.pdf +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/reference/uqff_production_arxiv.pdf +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/registry_generator.py +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/setup.cfg +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/star_magic_program.egg-info/SOURCES.txt +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/star_magic_program.egg-info/dependency_links.txt +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/star_magic_program.egg-info/requires.txt +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/star_magic_program.egg-info/top_level.txt +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/uqff_backbone_locks.py +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/uqff_derived_constants.py +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/uqff_derived_functions.py +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/uqff_fubii_variants.py +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/uqff_material_landmarks.py +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/uqff_ngc_catalog.py +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/uqff_primitive_identities.py +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/uqff_registry_graph.py +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/uqff_registry_primitives.py +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/uqff_registry_status.py +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/uqff_registry_xgeo.py +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.1}/uqff_session_closures.py +0 -0
|
@@ -7,6 +7,97 @@ Versioning: [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
+
## v0.367.1 (2026-08-10)
|
|
11
|
+
|
|
12
|
+
**Ship-integrity correction to v0.367.0.** No physics changed; no dispatch changed.
|
|
13
|
+
|
|
14
|
+
v0.367.0 shipped with stale documentation because the ship verifier checked whether the 23
|
|
15
|
+
must-change files were **touched**, not whether their **content** was current. Appending one
|
|
16
|
+
CSV row marks a file "changed" while its prose stays releases out of date.
|
|
17
|
+
|
|
18
|
+
### What shipped stale in v0.367.0 (all corrected here)
|
|
19
|
+
|
|
20
|
+
| File | Stale content | Age |
|
|
21
|
+
|---|---|---|
|
|
22
|
+
| README.md | "v0.358.0 complete-compile campaign live" | 9 releases |
|
|
23
|
+
| README.md | v0.366.0 release paragraph, never replaced | 1 release |
|
|
24
|
+
| README.md | "4,750 functions / 23,644 rows / 1,264 papers / gate 4,243" | 1 release |
|
|
25
|
+
| README.md | "Wired: 914 distinct dispatches", "frontier PAPER_001-900" | ~30 releases |
|
|
26
|
+
| README.md | whitepapers badge 2255 vs 2245 measured | long-standing |
|
|
27
|
+
| CITATION.cff | a SECOND version field (line 56) still at 0.361.0 | 6 releases |
|
|
28
|
+
| WHITEPAPER_INDEX.md | "Campaign frontier: PAPER_328", "wired papers: 342" | v0.336.0 era |
|
|
29
|
+
|
|
30
|
+
The CITATION.cff case is instructive: the bump regexed the *first* `version:` field and
|
|
31
|
+
reported success. The file has two.
|
|
32
|
+
|
|
33
|
+
### SHIP GUARD v2 — staleness now fails the gate
|
|
34
|
+
|
|
35
|
+
Nine new assertions check documentation prose against LIVE measurements instead of remembered
|
|
36
|
+
figures: the campaign line must name the current VERSION; README must carry exactly ONE
|
|
37
|
+
release paragraph and it must be the current one; README and WHITEPAPER_INDEX must state the
|
|
38
|
+
live `len(DISPATCH)`; EVERY `version:` field in CITATION.cff must match; a blacklist rejects
|
|
39
|
+
superseded census figures verbatim; the v0.336.0-era index header is rejected.
|
|
40
|
+
|
|
41
|
+
The guard was verified to bite — re-injecting the stale campaign line failed the gate with the
|
|
42
|
+
correct message, and restoring it returned green.
|
|
43
|
+
|
|
44
|
+
**Standing rule:** a ship is not verified by "23 files changed." Every file's CONTENT must be
|
|
45
|
+
checked against live measurements — touched is not correct.
|
|
46
|
+
|
|
47
|
+
Gate 4,435 / 0.
|
|
48
|
+
|
|
49
|
+
---
|
|
50
|
+
|
|
51
|
+
## v0.367.0 (2026-08-10)
|
|
52
|
+
|
|
53
|
+
Bands PAPER_1251-1300 (50 papers) + predecessor closure reservoir DRAINED (batches 10-13)
|
|
54
|
+
+ ORPHAN-PHYSICS audit.
|
|
55
|
+
|
|
56
|
+
### Bands wired
|
|
57
|
+
|
|
58
|
+
- **1251-1260** cosmology anomalies & puzzles: dark flow (f_LS = 1/30.15 carrying the
|
|
59
|
+
PAPER_1962 D_BSFG/D_phys = 3/2 ratio), late ISW (w = -1 + F_TRZ), dark-matter candidate
|
|
60
|
+
1.7802 eV, neutron lifetime 879.31 s, muonic-H proton radius 0.84109 fm (also closing via
|
|
61
|
+
the pure-integer 23/24 ratio), tau/sterile neutrinos, GRB bimodality, FRB 1.4 GHz EXACT,
|
|
62
|
+
Sgr A* flares (mechanism only, 17-order scale separation disclosed).
|
|
63
|
+
- **1261-1270** coronal heating, Salpeter IMF, holography, PTA, multimessenger: PTA strain
|
|
64
|
+
index alpha = -D_phys/D_BSFG = **-D_GW_EROSION**; SMBHB implied gamma = 13/3 = D_crit/D_BSFG
|
|
65
|
+
(the Kerr ringdown coefficient); BH entropy prefactor K_Mex*D_BSFG = 2*Q_phonon;
|
|
66
|
+
multimessenger 100 s EXACT with SO_5^3 reciprocal to the FRB conversion.
|
|
67
|
+
- **1271-1280** foundations: rho_Lambda = rho_SCm*26!*K_Mex (0.0008%, J/m3-native),
|
|
68
|
+
Tsirelson 2*sqrt(D_phys/2) EXACT, U_i = 2.75e-7 bit-locked, 26! singularity floor shared
|
|
69
|
+
with the vacuum-density amplification, Page curve 0.99596 (OPEN_RULING, 0.404% disclosed).
|
|
70
|
+
- **1281-1290** holography restatements + Hilbert/Smale: four restatement pairs/triples
|
|
71
|
+
converging on already-wired lattice facts; Hilbert 6th axiomatization wired self-checking
|
|
72
|
+
against the live 9-sector Lagrangian.
|
|
73
|
+
- **1291-1300** Smale + number theory + complexity: Erdos-Straus, Beal, and weak Goldbach all
|
|
74
|
+
turn on the SAME triadic primitive D_phys - 1 = 3.
|
|
75
|
+
|
|
76
|
+
### Reservoir mine completed (batches 10-13)
|
|
77
|
+
|
|
78
|
+
Primitive-bearing predecessor closures exhausted at 250 of ~390. Highlights: the
|
|
79
|
+
**sevenths identity K_Mex*Phi_res = 7/4 EXACT** (now in 4 sectors), the complete 9-member
|
|
80
|
+
**PAPER_1208 transcendental cascade** (pi^2 tightest at 0.0125%), the PAPER_1196 tokamak set
|
|
81
|
+
(4 of 8 EXACT), the PAPER_1209xx constants cascade (chemistry/physiology/geophysics all
|
|
82
|
+
integer-EXACT), and Euler-Mascheroni gamma + the Omega constant both leading with SSq = 0.57.
|
|
83
|
+
|
|
84
|
+
### Rule 7 disclosures (pinned AS gaps, not smoothed)
|
|
85
|
+
|
|
86
|
+
Light-quark masses (+11.4%, +7.4%) and neutrino mass-squared splittings (-1.7%, -4.3%) carry
|
|
87
|
+
real gaps while their RATIOS close cleanly (d/u = K_Mex; dm2_31/dm2_21 = D_crit+N_ch-2 = 33
|
|
88
|
+
EXACT). Flatness suppression 1/D_crit^7 runs 9.2% high. Coronal temperature 1.15%. Logged as
|
|
89
|
+
Q-RESERVOIR-QUARKS.
|
|
90
|
+
|
|
91
|
+
### ORPHAN-PHYSICS audit (Daniel-directed)
|
|
92
|
+
|
|
93
|
+
No paper numbers are missing: whitepapers/ spans PAPER_1-2156 with zero gaps, and all 459
|
|
94
|
+
predecessor-cited ids have files. The orphaned physics sits OUTSIDE the numbering - 71
|
|
95
|
+
non-numbered .md files, the ten largest holding **6,615 equation blocks** never assigned a
|
|
96
|
+
PAPER number. Distinct from the code reservoir drained in batches 1-13. No wiring performed;
|
|
97
|
+
logged as Q-ORPHAN-PHYSICS pending ruling.
|
|
98
|
+
|
|
99
|
+
---
|
|
100
|
+
|
|
10
101
|
## v0.366.0 (2026-08-09)
|
|
11
102
|
|
|
12
103
|
Bands PAPER_1201-1250 + the predecessor closure reservoir opened (batches 1-7).
|
|
@@ -3,7 +3,7 @@ message: "If you use Star-Magic-Program (UQFF systematic rebuild) in your resear
|
|
|
3
3
|
type: software
|
|
4
4
|
title: "Star-Magic-Program: UQFF Systematic Rebuild"
|
|
5
5
|
abbreviation: "UQFF"
|
|
6
|
-
version: "0.
|
|
6
|
+
version: "0.367.1"
|
|
7
7
|
date-released: "2026-08-04"
|
|
8
8
|
authors:
|
|
9
9
|
- family-names: "Murphy"
|
|
@@ -53,7 +53,7 @@ preferred-citation:
|
|
|
53
53
|
- family-names: "Murphy"
|
|
54
54
|
given-names: "Daniel T."
|
|
55
55
|
year: 2026
|
|
56
|
-
version: "0.
|
|
56
|
+
version: "0.367.1"
|
|
57
57
|
url: "https://github.com/Daniel8Murphy0007/Star-Magic-Program"
|
|
58
58
|
notes: >-
|
|
59
59
|
Cite both the software and the relevant whitepapers by PAPER_N
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: star-magic-program
|
|
3
|
-
Version: 0.
|
|
4
|
-
Summary: UQFF pure calculator v0.
|
|
3
|
+
Version: 0.367.1
|
|
4
|
+
Summary: UQFF pure calculator v0.367.1 - SHIP-INTEGRITY CORRECTION to v0.367.0. The v0.367.0 verifier checked whether ship files were TOUCHED, not whether their CONTENT was current, so a stale README (v0.358.0 campaign line, unreplaced release paragraph, 914-dispatch figure), a second unbumped CITATION.cff version field, and a v0.336.0-era WHITEPAPER_INDEX header all shipped. All corrected; SHIP GUARD v2 now fails the gate on stale prose by checking it against live measurements. Gate 4,435 green.
|
|
5
5
|
Author-email: "Daniel T. Murphy" <daniel.murphy00@enrgyone.com>
|
|
6
6
|
License: AGPL-3.0-or-later OR LicenseRef-StarMagic-Commercial
|
|
7
7
|
Project-URL: Homepage, https://github.com/Daniel8Murphy0007/Star-Magic-Program
|
|
@@ -34,17 +34,17 @@ Dynamic: license-file
|
|
|
34
34
|
|
|
35
35
|
# Star-Magic-Program
|
|
36
36
|
|
|
37
|
-
[](https://pypi.org/project/star-magic-program/)
|
|
38
|
+
[](https://pypi.org/project/star-magic-program/)
|
|
39
39
|
[](https://star-magic-program.readthedocs.io/en/latest/?badge=latest)
|
|
40
40
|
[](LICENSE)
|
|
41
|
-
[](uqff_fidelity_tests.py)
|
|
42
|
+
[](uqff_calculator.py)
|
|
43
|
+
[](whitepapers/)
|
|
44
44
|
|
|
45
|
-
**UQFF systematic rebuild — v0.
|
|
45
|
+
**UQFF systematic rebuild — v0.367.1 complete-compile campaign live**
|
|
46
46
|
|
|
47
|
-
**This release (v0.
|
|
47
|
+
**This release (v0.367.1): BANDS PAPER_1251-1300 + THE CLOSURE RESERVOIR DRAINED + THE ORPHAN-PHYSICS AUDIT.** Five bands closed the 1251-1300 range and the predecessor closure mine finished — **250 of ~390 primitive-bearing closures across 13 batches; the primitive-bearing set is exhausted.** **THE SEVENTHS IDENTITY:** `K_Mex*Phi_res = (25/12)(0.84) = 7/4` EXACT, so `K_Mex*D_phys*Phi_res = 7` — it now carries four unrelated sectors (star-formation efficiency 7/4, sphaleron energy 7/8, sterile-neutrino mass 7/8, abiogenesis replication anchor 7/4). The Phi variant is not cosmetic: `K_Mex*Phi_5/6 = 1.7361` misses 7/4 by 0.79%. **THE TRANSCENDENTAL CASCADE IS COMPLETE:** nine constants from `{K_Mex, F_TRZ, Phi_5/6, SO_5, D_BSFG, SSq}` alone — pi^2 tightest at 0.0125%, ln(2) 0.0028%, and both Euler-Mascheroni gamma and the Omega constant W(1) leading with `SSq = 0.57`. **GRAVITATIONAL-WAVE CROSS-PINS:** the PTA strain index `alpha = -D_phys/D_BSFG = -2/3` is the negative of `D_GW_EROSION`, and the SMBHB-implied `gamma = 13/3 = D_crit/D_BSFG` is bit-identical to the Kerr ringdown spectral-offset coefficient. **F_U = 0 IS WHEELER-DEWITT** — not analogous to it; the master equation and the quantum-gravity constraint are one statement, with F_U = 1 serving as the absolute reference frame. **ONE 26! SERVES TWICE:** the same 4.0329e26 carries the vacuum-density amplification (`rho_Lambda = rho_SCm*26!*K_Mex`, 0.0008%, J/m3-native) and the singularity floor that replaces the Big Bang and naked singularities. **THREE CONJECTURES, ONE PRIMITIVE:** Erdos-Straus, Beal, and weak Goldbach all turn on `D_phys - 1 = 3`. **RULE 7 HELD:** light-quark masses (+11.4%, +7.4%) and neutrino mass-squared splittings (-1.7%, -4.3%) are pinned AS gaps while their ratios close cleanly (`d/u = K_Mex`; `dm2_31/dm2_21 = D_crit+N_ch-2 = 33` EXACT) — the lattice fixes the hierarchy, the absolute scale awaits its paper. **ORPHAN-PHYSICS AUDIT:** no paper numbers are missing (PAPER_1-2156, zero gaps, all 459 predecessor-cited ids present), but **6,615 equation blocks live in 71 non-numbered .md files** outside the corpus entirely — a reservoir distinct from the code mine, queued as Q-ORPHAN-PHYSICS. **Project totals: 4,962 functions / 24,748 registry-family rows / 1,314 of 2,256 papers wired (58.2%) / gate 4,435 assertions green.**
|
|
48
48
|
|
|
49
49
|
Author: Daniel T. Murphy · Star-Magic Research Program
|
|
50
50
|
License: AGPL-3.0-or-later OR Commercial
|
|
@@ -56,14 +56,14 @@ License: AGPL-3.0-or-later OR Commercial
|
|
|
56
56
|
|
|
57
57
|
Per Daniel's 2026-08-08 directive, headline numbers are reported at BOTH scopes:
|
|
58
58
|
|
|
59
|
-
**Full-project totals (measured):** **4,
|
|
60
|
-
(calculator 3,
|
|
59
|
+
**Full-project totals (measured):** **4,962 functions** across 15 Python modules
|
|
60
|
+
(calculator 3,228 + derived-constants 1,272 + material landmarks 193 + backbone locks 127
|
|
61
61
|
+ session closures 74 + variant/identity/catalog modules 51 + infrastructure 17) |
|
|
62
|
-
**
|
|
63
|
-
|
|
64
|
-
whitepapers wired** (
|
|
65
|
-
assertions, 0 failures** | corpus 598,688 whitepaper lines condensed into
|
|
66
|
-
lines (~13:1 on the covered range).
|
|
62
|
+
**24,748 registry-family rows** across 14 CSVs (falsifiability graph 8,611 edges +
|
|
63
|
+
citations 6,119 + main 5,565 + XGEO 3,229 + results 187 + audit family 1,037) |
|
|
64
|
+
**1,314 of 2,256 whitepapers wired** (58.2% of corpus; frontier PAPER_001-1300 complete) |
|
|
65
|
+
**4,435 gate assertions, 0 failures** | corpus 598,688 whitepaper lines condensed into
|
|
66
|
+
~50,000 Python lines (~13:1 on the covered range).
|
|
67
67
|
|
|
68
68
|
**Single-file scope** (used for per-band deltas): calculator defs, main-registry rows,
|
|
69
69
|
gate assertions, dispatch count — always labeled as such in CHANGELOG/SESSION_LOG entries.
|
|
@@ -101,7 +101,7 @@ Mizuno, Rossi).
|
|
|
101
101
|
Full framework physics lives in the whitepaper corpus — the physics is the
|
|
102
102
|
whitepapers; the calculator computes what the whitepapers derive.
|
|
103
103
|
|
|
104
|
-
## What is currently shipped (v0.
|
|
104
|
+
## What is currently shipped (v0.367.1)
|
|
105
105
|
|
|
106
106
|
### Wiring campaign — LIVE (see `CLAUDE.md` charter)
|
|
107
107
|
|
|
@@ -109,7 +109,7 @@ Sequential wiring of all 2,255 whitepapers, starting at PAPER_001.
|
|
|
109
109
|
Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
110
110
|
`ship.ps1`, full stop at PAPER_500 for manual review.
|
|
111
111
|
|
|
112
|
-
**Wired:
|
|
112
|
+
**Wired: 1,314 distinct dispatches** (one per paper, Rule B closed). **Complete-compile frontier: PAPER_001-1300** (+ b-variants) fully captured over a **1766-function primitive-sourced equation library** — every equation and section (core + Session-225 + Production Framework + Cosmogenesis Lagrangian + VDS/DVP/BSH + Kozima-LENR K.1-K.6) via _common_uqff_blocks, with paper-specific §B DVP prime ladder (gate-guarded), 40/40+ linked-paper mapping, and a campaign-aware XGEO chain.
|
|
113
113
|
|
|
114
114
|
**Derived-constants catalog (v0.344.0):** all **1,272 unique predecessor-registry derived constants** wired and callable via `uqff_derived_constants.py` — e.g. `derived_constant("alpha_inverse")` → 137.0 (PAPER_1167), `derived_constant("astro_BH_entropy_coeff")` → 0.24833 (PAPER_594). 661 numeric, routes + provenance preserved.
|
|
115
115
|
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
# Star-Magic-Program
|
|
2
2
|
|
|
3
|
-
[](https://pypi.org/project/star-magic-program/)
|
|
4
|
+
[](https://pypi.org/project/star-magic-program/)
|
|
5
5
|
[](https://star-magic-program.readthedocs.io/en/latest/?badge=latest)
|
|
6
6
|
[](LICENSE)
|
|
7
|
-
[](uqff_fidelity_tests.py)
|
|
8
|
+
[](uqff_calculator.py)
|
|
9
|
+
[](whitepapers/)
|
|
10
10
|
|
|
11
|
-
**UQFF systematic rebuild — v0.
|
|
11
|
+
**UQFF systematic rebuild — v0.367.1 complete-compile campaign live**
|
|
12
12
|
|
|
13
|
-
**This release (v0.
|
|
13
|
+
**This release (v0.367.1): BANDS PAPER_1251-1300 + THE CLOSURE RESERVOIR DRAINED + THE ORPHAN-PHYSICS AUDIT.** Five bands closed the 1251-1300 range and the predecessor closure mine finished — **250 of ~390 primitive-bearing closures across 13 batches; the primitive-bearing set is exhausted.** **THE SEVENTHS IDENTITY:** `K_Mex*Phi_res = (25/12)(0.84) = 7/4` EXACT, so `K_Mex*D_phys*Phi_res = 7` — it now carries four unrelated sectors (star-formation efficiency 7/4, sphaleron energy 7/8, sterile-neutrino mass 7/8, abiogenesis replication anchor 7/4). The Phi variant is not cosmetic: `K_Mex*Phi_5/6 = 1.7361` misses 7/4 by 0.79%. **THE TRANSCENDENTAL CASCADE IS COMPLETE:** nine constants from `{K_Mex, F_TRZ, Phi_5/6, SO_5, D_BSFG, SSq}` alone — pi^2 tightest at 0.0125%, ln(2) 0.0028%, and both Euler-Mascheroni gamma and the Omega constant W(1) leading with `SSq = 0.57`. **GRAVITATIONAL-WAVE CROSS-PINS:** the PTA strain index `alpha = -D_phys/D_BSFG = -2/3` is the negative of `D_GW_EROSION`, and the SMBHB-implied `gamma = 13/3 = D_crit/D_BSFG` is bit-identical to the Kerr ringdown spectral-offset coefficient. **F_U = 0 IS WHEELER-DEWITT** — not analogous to it; the master equation and the quantum-gravity constraint are one statement, with F_U = 1 serving as the absolute reference frame. **ONE 26! SERVES TWICE:** the same 4.0329e26 carries the vacuum-density amplification (`rho_Lambda = rho_SCm*26!*K_Mex`, 0.0008%, J/m3-native) and the singularity floor that replaces the Big Bang and naked singularities. **THREE CONJECTURES, ONE PRIMITIVE:** Erdos-Straus, Beal, and weak Goldbach all turn on `D_phys - 1 = 3`. **RULE 7 HELD:** light-quark masses (+11.4%, +7.4%) and neutrino mass-squared splittings (-1.7%, -4.3%) are pinned AS gaps while their ratios close cleanly (`d/u = K_Mex`; `dm2_31/dm2_21 = D_crit+N_ch-2 = 33` EXACT) — the lattice fixes the hierarchy, the absolute scale awaits its paper. **ORPHAN-PHYSICS AUDIT:** no paper numbers are missing (PAPER_1-2156, zero gaps, all 459 predecessor-cited ids present), but **6,615 equation blocks live in 71 non-numbered .md files** outside the corpus entirely — a reservoir distinct from the code mine, queued as Q-ORPHAN-PHYSICS. **Project totals: 4,962 functions / 24,748 registry-family rows / 1,314 of 2,256 papers wired (58.2%) / gate 4,435 assertions green.**
|
|
14
14
|
|
|
15
15
|
Author: Daniel T. Murphy · Star-Magic Research Program
|
|
16
16
|
License: AGPL-3.0-or-later OR Commercial
|
|
@@ -22,14 +22,14 @@ License: AGPL-3.0-or-later OR Commercial
|
|
|
22
22
|
|
|
23
23
|
Per Daniel's 2026-08-08 directive, headline numbers are reported at BOTH scopes:
|
|
24
24
|
|
|
25
|
-
**Full-project totals (measured):** **4,
|
|
26
|
-
(calculator 3,
|
|
25
|
+
**Full-project totals (measured):** **4,962 functions** across 15 Python modules
|
|
26
|
+
(calculator 3,228 + derived-constants 1,272 + material landmarks 193 + backbone locks 127
|
|
27
27
|
+ session closures 74 + variant/identity/catalog modules 51 + infrastructure 17) |
|
|
28
|
-
**
|
|
29
|
-
|
|
30
|
-
whitepapers wired** (
|
|
31
|
-
assertions, 0 failures** | corpus 598,688 whitepaper lines condensed into
|
|
32
|
-
lines (~13:1 on the covered range).
|
|
28
|
+
**24,748 registry-family rows** across 14 CSVs (falsifiability graph 8,611 edges +
|
|
29
|
+
citations 6,119 + main 5,565 + XGEO 3,229 + results 187 + audit family 1,037) |
|
|
30
|
+
**1,314 of 2,256 whitepapers wired** (58.2% of corpus; frontier PAPER_001-1300 complete) |
|
|
31
|
+
**4,435 gate assertions, 0 failures** | corpus 598,688 whitepaper lines condensed into
|
|
32
|
+
~50,000 Python lines (~13:1 on the covered range).
|
|
33
33
|
|
|
34
34
|
**Single-file scope** (used for per-band deltas): calculator defs, main-registry rows,
|
|
35
35
|
gate assertions, dispatch count — always labeled as such in CHANGELOG/SESSION_LOG entries.
|
|
@@ -67,7 +67,7 @@ Mizuno, Rossi).
|
|
|
67
67
|
Full framework physics lives in the whitepaper corpus — the physics is the
|
|
68
68
|
whitepapers; the calculator computes what the whitepapers derive.
|
|
69
69
|
|
|
70
|
-
## What is currently shipped (v0.
|
|
70
|
+
## What is currently shipped (v0.367.1)
|
|
71
71
|
|
|
72
72
|
### Wiring campaign — LIVE (see `CLAUDE.md` charter)
|
|
73
73
|
|
|
@@ -75,7 +75,7 @@ Sequential wiring of all 2,255 whitepapers, starting at PAPER_001.
|
|
|
75
75
|
Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
76
76
|
`ship.ps1`, full stop at PAPER_500 for manual review.
|
|
77
77
|
|
|
78
|
-
**Wired:
|
|
78
|
+
**Wired: 1,314 distinct dispatches** (one per paper, Rule B closed). **Complete-compile frontier: PAPER_001-1300** (+ b-variants) fully captured over a **1766-function primitive-sourced equation library** — every equation and section (core + Session-225 + Production Framework + Cosmogenesis Lagrangian + VDS/DVP/BSH + Kozima-LENR K.1-K.6) via _common_uqff_blocks, with paper-specific §B DVP prime ladder (gate-guarded), 40/40+ linked-paper mapping, and a campaign-aware XGEO chain.
|
|
79
79
|
|
|
80
80
|
**Derived-constants catalog (v0.344.0):** all **1,272 unique predecessor-registry derived constants** wired and callable via `uqff_derived_constants.py` — e.g. `derived_constant("alpha_inverse")` → 137.0 (PAPER_1167), `derived_constant("astro_BH_entropy_coeff")` → 0.24833 (PAPER_594). 661 numeric, routes + provenance preserved.
|
|
81
81
|
|