star-magic-program 0.366.0__tar.gz → 0.367.0__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.0}/CHANGELOG.md +50 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/CITATION.cff +1 -1
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/PKG-INFO +14 -14
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/README.md +12 -12
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/SESSION_LOG.md +516 -0
- star_magic_program-0.367.0/UNIFIED_REGISTRY_VERSION.txt +1 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/UNIFIED_REGISTRY_XGEO_QUEUE.csv +1 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/UNIFIED_REGISTRY_XGEO_ROUTES.csv +1 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/WHITEPAPER_INDEX.md +51 -51
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/_BUILD_LOG.md +6 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/pyproject.toml +2 -2
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/star_magic_program.egg-info/PKG-INFO +14 -14
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/uqff_calculator.py +1465 -6
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/uqff_fidelity_tests.py +469 -1
- star_magic_program-0.366.0/UNIFIED_REGISTRY_VERSION.txt +0 -1
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/AUDIT_500_PAPER_REPORT.md +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/COMMERCIAL.md +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/LICENSE +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/LICENSE-AGPL-3.0.txt +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/LICENSE-MIT-INITIAL.txt +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/NOTICE +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/UNIFIED_REGISTRY_FALSIFIABILITY.md +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/UNIFIED_REGISTRY_PROGRAM_PLAN.md +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/UNIFIED_REGISTRY_RESULTS_TABLE.md +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/UNIFIED_REGISTRY_SCHEMA.md +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/UNIFIED_REGISTRY_STATUS_REPORT.md +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/UNIFIED_REGISTRY_XGEO_CONFIRMATIONS.csv +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/UNIFIED_REGISTRY_XGEO_EXTRACTED.csv +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/reference/COMPLETE_UQFF_EQUATIONS_REFERENCE.pdf +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/reference/Star-Magic_manuscript_v5.pdf +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/reference/UQFF_VALIDATION_SYNC_AUDIT.pdf +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/reference/uqff_production_arxiv.pdf +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/registry_generator.py +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/setup.cfg +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/star_magic_program.egg-info/SOURCES.txt +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/star_magic_program.egg-info/dependency_links.txt +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/star_magic_program.egg-info/requires.txt +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/star_magic_program.egg-info/top_level.txt +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/uqff_backbone_locks.py +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/uqff_derived_constants.py +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/uqff_derived_functions.py +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/uqff_fubii_variants.py +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/uqff_material_landmarks.py +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/uqff_ngc_catalog.py +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/uqff_primitive_identities.py +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/uqff_registry_graph.py +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/uqff_registry_primitives.py +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/uqff_registry_status.py +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/uqff_registry_xgeo.py +0 -0
- {star_magic_program-0.366.0 → star_magic_program-0.367.0}/uqff_session_closures.py +0 -0
|
@@ -7,6 +7,56 @@ Versioning: [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
+
## v0.367.0 (2026-08-10)
|
|
11
|
+
|
|
12
|
+
Bands PAPER_1251-1300 (50 papers) + predecessor closure reservoir DRAINED (batches 10-13)
|
|
13
|
+
+ ORPHAN-PHYSICS audit.
|
|
14
|
+
|
|
15
|
+
### Bands wired
|
|
16
|
+
|
|
17
|
+
- **1251-1260** cosmology anomalies & puzzles: dark flow (f_LS = 1/30.15 carrying the
|
|
18
|
+
PAPER_1962 D_BSFG/D_phys = 3/2 ratio), late ISW (w = -1 + F_TRZ), dark-matter candidate
|
|
19
|
+
1.7802 eV, neutron lifetime 879.31 s, muonic-H proton radius 0.84109 fm (also closing via
|
|
20
|
+
the pure-integer 23/24 ratio), tau/sterile neutrinos, GRB bimodality, FRB 1.4 GHz EXACT,
|
|
21
|
+
Sgr A* flares (mechanism only, 17-order scale separation disclosed).
|
|
22
|
+
- **1261-1270** coronal heating, Salpeter IMF, holography, PTA, multimessenger: PTA strain
|
|
23
|
+
index alpha = -D_phys/D_BSFG = **-D_GW_EROSION**; SMBHB implied gamma = 13/3 = D_crit/D_BSFG
|
|
24
|
+
(the Kerr ringdown coefficient); BH entropy prefactor K_Mex*D_BSFG = 2*Q_phonon;
|
|
25
|
+
multimessenger 100 s EXACT with SO_5^3 reciprocal to the FRB conversion.
|
|
26
|
+
- **1271-1280** foundations: rho_Lambda = rho_SCm*26!*K_Mex (0.0008%, J/m3-native),
|
|
27
|
+
Tsirelson 2*sqrt(D_phys/2) EXACT, U_i = 2.75e-7 bit-locked, 26! singularity floor shared
|
|
28
|
+
with the vacuum-density amplification, Page curve 0.99596 (OPEN_RULING, 0.404% disclosed).
|
|
29
|
+
- **1281-1290** holography restatements + Hilbert/Smale: four restatement pairs/triples
|
|
30
|
+
converging on already-wired lattice facts; Hilbert 6th axiomatization wired self-checking
|
|
31
|
+
against the live 9-sector Lagrangian.
|
|
32
|
+
- **1291-1300** Smale + number theory + complexity: Erdos-Straus, Beal, and weak Goldbach all
|
|
33
|
+
turn on the SAME triadic primitive D_phys - 1 = 3.
|
|
34
|
+
|
|
35
|
+
### Reservoir mine completed (batches 10-13)
|
|
36
|
+
|
|
37
|
+
Primitive-bearing predecessor closures exhausted at 250 of ~390. Highlights: the
|
|
38
|
+
**sevenths identity K_Mex*Phi_res = 7/4 EXACT** (now in 4 sectors), the complete 9-member
|
|
39
|
+
**PAPER_1208 transcendental cascade** (pi^2 tightest at 0.0125%), the PAPER_1196 tokamak set
|
|
40
|
+
(4 of 8 EXACT), the PAPER_1209xx constants cascade (chemistry/physiology/geophysics all
|
|
41
|
+
integer-EXACT), and Euler-Mascheroni gamma + the Omega constant both leading with SSq = 0.57.
|
|
42
|
+
|
|
43
|
+
### Rule 7 disclosures (pinned AS gaps, not smoothed)
|
|
44
|
+
|
|
45
|
+
Light-quark masses (+11.4%, +7.4%) and neutrino mass-squared splittings (-1.7%, -4.3%) carry
|
|
46
|
+
real gaps while their RATIOS close cleanly (d/u = K_Mex; dm2_31/dm2_21 = D_crit+N_ch-2 = 33
|
|
47
|
+
EXACT). Flatness suppression 1/D_crit^7 runs 9.2% high. Coronal temperature 1.15%. Logged as
|
|
48
|
+
Q-RESERVOIR-QUARKS.
|
|
49
|
+
|
|
50
|
+
### ORPHAN-PHYSICS audit (Daniel-directed)
|
|
51
|
+
|
|
52
|
+
No paper numbers are missing: whitepapers/ spans PAPER_1-2156 with zero gaps, and all 459
|
|
53
|
+
predecessor-cited ids have files. The orphaned physics sits OUTSIDE the numbering - 71
|
|
54
|
+
non-numbered .md files, the ten largest holding **6,615 equation blocks** never assigned a
|
|
55
|
+
PAPER number. Distinct from the code reservoir drained in batches 1-13. No wiring performed;
|
|
56
|
+
logged as Q-ORPHAN-PHYSICS pending ruling.
|
|
57
|
+
|
|
58
|
+
---
|
|
59
|
+
|
|
10
60
|
## v0.366.0 (2026-08-09)
|
|
11
61
|
|
|
12
62
|
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.0"
|
|
7
7
|
date-released: "2026-08-04"
|
|
8
8
|
authors:
|
|
9
9
|
- family-names: "Murphy"
|
|
@@ -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.0
|
|
4
|
+
Summary: UQFF pure calculator v0.367.0 - bands PAPER_1251-1300 wired (50 papers: cosmology anomalies, holography, Hilbert/Smale problems) + closure reservoir DRAINED (batches 10-13). Sevenths identity K_Mex*Phi_res = 7/4 EXACT in 4 sectors; PAPER_1208 transcendental cascade complete; PTA alpha = -D_phys/D_BSFG = -D_GW_EROSION; F_U = 0 IS Wheeler-DeWitt. ORPHAN-PHYSICS audit: 6,615 equation blocks outside the numbered corpus. Totals: 3,228 fns / 1,314 dispatches / gate 4,426 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,12 +34,12 @@ 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
43
|
[](whitepapers/)
|
|
44
44
|
|
|
45
45
|
**UQFF systematic rebuild — v0.358.0 complete-compile campaign live**
|
|
@@ -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,426 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.0)
|
|
105
105
|
|
|
106
106
|
### Wiring campaign — LIVE (see `CLAUDE.md` charter)
|
|
107
107
|
|
|
@@ -1,11 +1,11 @@
|
|
|
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
9
|
[](whitepapers/)
|
|
10
10
|
|
|
11
11
|
**UQFF systematic rebuild — v0.358.0 complete-compile campaign live**
|
|
@@ -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,426 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.0)
|
|
71
71
|
|
|
72
72
|
### Wiring campaign — LIVE (see `CLAUDE.md` charter)
|
|
73
73
|
|