star-magic-program 0.32.0__tar.gz → 0.33.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.
Files changed (31) hide show
  1. {star_magic_program-0.32.0 → star_magic_program-0.33.0}/CHANGELOG.md +18 -0
  2. {star_magic_program-0.32.0 → star_magic_program-0.33.0}/CITATION.cff +1 -1
  3. {star_magic_program-0.32.0 → star_magic_program-0.33.0}/PKG-INFO +13 -11
  4. {star_magic_program-0.32.0 → star_magic_program-0.33.0}/README.md +11 -9
  5. {star_magic_program-0.32.0 → star_magic_program-0.33.0}/SESSION_LOG.md +10 -0
  6. {star_magic_program-0.32.0 → star_magic_program-0.33.0}/WHITEPAPER_INDEX.md +3 -3
  7. {star_magic_program-0.32.0 → star_magic_program-0.33.0}/pyproject.toml +2 -2
  8. {star_magic_program-0.32.0 → star_magic_program-0.33.0}/star_magic_program.egg-info/PKG-INFO +13 -11
  9. {star_magic_program-0.32.0 → star_magic_program-0.33.0}/uqff_calculator.py +55 -1
  10. {star_magic_program-0.32.0 → star_magic_program-0.33.0}/uqff_fidelity_tests.py +16 -1
  11. {star_magic_program-0.32.0 → star_magic_program-0.33.0}/COMMERCIAL.md +0 -0
  12. {star_magic_program-0.32.0 → star_magic_program-0.33.0}/LICENSE +0 -0
  13. {star_magic_program-0.32.0 → star_magic_program-0.33.0}/LICENSE-AGPL-3.0.txt +0 -0
  14. {star_magic_program-0.32.0 → star_magic_program-0.33.0}/LICENSE-MIT-INITIAL.txt +0 -0
  15. {star_magic_program-0.32.0 → star_magic_program-0.33.0}/NOTICE +0 -0
  16. {star_magic_program-0.32.0 → star_magic_program-0.33.0}/UNIFIED_REGISTRY_FALSIFIABILITY.md +0 -0
  17. {star_magic_program-0.32.0 → star_magic_program-0.33.0}/UNIFIED_REGISTRY_PROGRAM_PLAN.md +0 -0
  18. {star_magic_program-0.32.0 → star_magic_program-0.33.0}/UNIFIED_REGISTRY_RESULTS_TABLE.md +0 -0
  19. {star_magic_program-0.32.0 → star_magic_program-0.33.0}/UNIFIED_REGISTRY_SCHEMA.md +0 -0
  20. {star_magic_program-0.32.0 → star_magic_program-0.33.0}/UNIFIED_REGISTRY_STATUS_REPORT.md +0 -0
  21. {star_magic_program-0.32.0 → star_magic_program-0.33.0}/UNIFIED_REGISTRY_VERSION.txt +0 -0
  22. {star_magic_program-0.32.0 → star_magic_program-0.33.0}/_BUILD_LOG.md +0 -0
  23. {star_magic_program-0.32.0 → star_magic_program-0.33.0}/registry_generator.py +0 -0
  24. {star_magic_program-0.32.0 → star_magic_program-0.33.0}/setup.cfg +0 -0
  25. {star_magic_program-0.32.0 → star_magic_program-0.33.0}/star_magic_program.egg-info/SOURCES.txt +0 -0
  26. {star_magic_program-0.32.0 → star_magic_program-0.33.0}/star_magic_program.egg-info/dependency_links.txt +0 -0
  27. {star_magic_program-0.32.0 → star_magic_program-0.33.0}/star_magic_program.egg-info/top_level.txt +0 -0
  28. {star_magic_program-0.32.0 → star_magic_program-0.33.0}/uqff_registry_graph.py +0 -0
  29. {star_magic_program-0.32.0 → star_magic_program-0.33.0}/uqff_registry_primitives.py +0 -0
  30. {star_magic_program-0.32.0 → star_magic_program-0.33.0}/uqff_registry_status.py +0 -0
  31. {star_magic_program-0.32.0 → star_magic_program-0.33.0}/uqff_registry_xgeo.py +0 -0
@@ -7,6 +7,24 @@ Versioning: [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
8
  ---
9
9
 
10
+ ## [0.33.0] — 2026-07-29 — BAND 1: PAPER_030
11
+
12
+ ### Added
13
+ - **PAPER_030 dispatch** (Dark Sector Mediators): mediator exchange
14
+ encoded in Ug4; F_suppress = cos^2(pi*t_n) = 0.749 computed (paper
15
+ self-corrects 0.738 -> 0.748 in-text); BR_UQFF = BR_tree*(1-F) =
16
+ 5.8e-6 SATURATES the LHCb bound — sharply falsifiable at LHCb
17
+ Upgrade II (7.9e-7 reach, scaling verified). M_dark = m_B*
18
+ exp(pi*t_n/2) = 2.16 TeV; E_react = tan^4(theta_C) = 2.84e-3 closed
19
+ form verified; one t_n vacuum geometry covers Z-prime / leptoquark /
20
+ HNL suppression. OPEN_RULING Q-029 (F_suppress semantics + abstract
21
+ mojibake; asymmetry sqrt(SSq) = 0.755 vs limit-ratio 0.093; M_dark
22
+ 2.2 vs 2.8 TeV).
23
+ - **Registry crosses 100 rows.**
24
+ - Gate: 256 assertions, 0 failures. Registry: 100 rows / 195 edges / 34 ledgers.
25
+
26
+ ---
27
+
10
28
  ## [0.32.0] — 2026-07-29 — BAND 1: PAPER_029
11
29
 
12
30
  ### Added
@@ -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.32.0"
6
+ version: "0.33.0"
7
7
  date-released: "2026-07-28"
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.32.0
4
- Summary: UQFF Star-Magic-Program v0.32.0: PAPER_029 wired (TeV-scale new physics: cosmic budget from SSq projections - f_SM ~ SSq^4, printed correction = SSq^6 EXACT identity candidate; f_DM 0.268, f_Lambda 0.683; IceCube break at M_KK/2 = 5.8 PeV falsifiable; KK exponent audit 61.5 vs 62 = 2*D_crit+SO_5 candidate). Q-028 queued (4 items). Wired 33/2255, gate 249/0. Registry 97 rows / 189 edges / 33 ledgers.
3
+ Version: 0.33.0
4
+ Summary: UQFF Star-Magic-Program v0.33.0: PAPER_030 wired (dark sector mediators: F_suppress = cos^2(pi*t_n) = 0.749; BR_UQFF = 5.8e-6 SATURATES LHCb bound - LHCb Upgrade II must see it or kill it; M_dark = m_B*exp(pi*t_n/2) = 2.2 TeV; E_react = tan^4(theta_C) verified; one vacuum geometry covers Z-prime/LQ/HNL). Q-029 queued. Registry hits 100 rows. Wired 34/2255, gate 256/0. Registry 100 rows / 195 edges / 34 ledgers.
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
@@ -30,15 +30,15 @@ Dynamic: license-file
30
30
 
31
31
  # Star-Magic-Program
32
32
 
33
- [![PyPI version](https://img.shields.io/pypi/v/star-magic-program.svg?cacheBust=0.32.0)](https://pypi.org/project/star-magic-program/)
34
- [![Python versions](https://img.shields.io/pypi/pyversions/star-magic-program.svg?cacheBust=0.32.0)](https://pypi.org/project/star-magic-program/)
33
+ [![PyPI version](https://img.shields.io/pypi/v/star-magic-program.svg?cacheBust=0.33.0)](https://pypi.org/project/star-magic-program/)
34
+ [![Python versions](https://img.shields.io/pypi/pyversions/star-magic-program.svg?cacheBust=0.33.0)](https://pypi.org/project/star-magic-program/)
35
35
  [![Documentation Status](https://readthedocs.org/projects/star-magic-program/badge/?version=latest)](https://star-magic-program.readthedocs.io/en/latest/?badge=latest)
36
36
  [![License: AGPL-3.0 + Commercial](https://img.shields.io/badge/License-AGPL--3.0%20%2B%20Commercial-blue.svg)](LICENSE)
37
- [![Fidelity gate](https://img.shields.io/badge/fidelity_gate-249%2F0-brightgreen)](uqff_fidelity_tests.py)
38
- [![Public surfaces](https://img.shields.io/badge/public_surfaces-33-blue)](uqff_calculator.py)
37
+ [![Fidelity gate](https://img.shields.io/badge/fidelity_gate-256%2F0-brightgreen)](uqff_fidelity_tests.py)
38
+ [![Public surfaces](https://img.shields.io/badge/public_surfaces-34-blue)](uqff_calculator.py)
39
39
  [![Whitepapers](https://img.shields.io/badge/whitepapers-2255-orange)](whitepapers/)
40
40
 
41
- **UQFF systematic rebuild — v0.32.0 wiring campaign live**
41
+ **UQFF systematic rebuild — v0.33.0 wiring campaign live**
42
42
  Author: Daniel T. Murphy · Star-Magic Research Program
43
43
  License: AGPL-3.0-or-later OR Commercial
44
44
 
@@ -77,7 +77,7 @@ Mizuno, Rossi).
77
77
  Full framework physics lives in the whitepaper corpus — the physics is the
78
78
  whitepapers; the calculator computes what the whitepapers derive.
79
79
 
80
- ## What is currently shipped (v0.32.0)
80
+ ## What is currently shipped (v0.33.0)
81
81
 
82
82
  ### Wiring campaign — LIVE (see `CLAUDE.md` charter)
83
83
 
@@ -85,7 +85,7 @@ Sequential wiring of all 2,255 whitepapers, starting at PAPER_001.
85
85
  Authorized 2026-07-28: autonomous band sessions, ship per session via
86
86
  `ship.ps1`, full stop at PAPER_500 for manual review.
87
87
 
88
- **Wired so far: 33 / 2,255** (7 ✓ · 26 ⚠ OPEN_RULING · 28 rulings queued) — GW family complete; BSM domain live (023-029); Q-023a/b self-rectified
88
+ **Wired so far: 34 / 2,255** (7 ✓ · 27 ⚠ OPEN_RULING · 29 rulings queued) — GW family complete; BSM domain live (023-030); registry crosses 100 rows
89
89
 
90
90
  | Paper | Content | Key result |
91
91
  |---|---|---|
@@ -122,6 +122,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
122
122
  | PAPER_027 | Lepton Flavor Violation | S_LFV = exp(-SSq) EXACT; t_n = -ln(BR)/pi = 3.833 reproduces LHCb limit; Q-026 |
123
123
  | PAPER_028 | BSM Coupling Constants | [SCm]_flavor = V_cb^2 = 1.5366e-3; kappa_Higgs = 1.0 cross-lock; F_U = 75.81; Q-027 |
124
124
  | PAPER_029 | New Physics TeV Scale | budget: f_SM ~ SSq^4 (SSq^6 candidate); IceCube 5.8 PeV break; KK exponent 61.5/62; Q-028 |
125
+ | PAPER_030 | Dark Sector Mediators | F_suppress = cos^2(pi*t_n) = 0.749; BR saturates LHCb bound; M_dark 2.2 TeV; Q-029 |
125
126
 
126
127
  ### Corpus (2,419 files)
127
128
  - `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
@@ -132,7 +133,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
132
133
  v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
133
134
  - `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
134
135
  `calc(paper_id, dataset)` public interface.
135
- - `uqff_fidelity_tests.py` — 9-block gate (249 assertions), locking every
136
+ - `uqff_fidelity_tests.py` — 9-block gate (256 assertions), locking every
136
137
  primitive identity + every wired paper's stated values. Runs on every ship.
137
138
 
138
139
  ### Registry pantheon (live, grows per band)
@@ -185,7 +186,8 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
185
186
  | v0.29.0 | Band 1: PAPER_026b | 30 |
186
187
  | v0.30.0 | Band 1: PAPER_027 | 31 |
187
188
  | v0.31.0 | Band 1: PAPER_028 | 32 |
188
- | **v0.32.0** ← current | Band 1: PAPER_029 | 33 |
189
+ | v0.32.0 | Band 1: PAPER_029 | 33 |
190
+ | **v0.33.0** ← current | Band 1: PAPER_030 | 34 |
189
191
  | v0.4.0+ | One band per session (~20-80 papers each) | growing |
190
192
  | PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
191
193
  | v1.0.0 | Full whitepaper coverage | 2,255 |
@@ -1,14 +1,14 @@
1
1
  # Star-Magic-Program
2
2
 
3
- [![PyPI version](https://img.shields.io/pypi/v/star-magic-program.svg?cacheBust=0.32.0)](https://pypi.org/project/star-magic-program/)
4
- [![Python versions](https://img.shields.io/pypi/pyversions/star-magic-program.svg?cacheBust=0.32.0)](https://pypi.org/project/star-magic-program/)
3
+ [![PyPI version](https://img.shields.io/pypi/v/star-magic-program.svg?cacheBust=0.33.0)](https://pypi.org/project/star-magic-program/)
4
+ [![Python versions](https://img.shields.io/pypi/pyversions/star-magic-program.svg?cacheBust=0.33.0)](https://pypi.org/project/star-magic-program/)
5
5
  [![Documentation Status](https://readthedocs.org/projects/star-magic-program/badge/?version=latest)](https://star-magic-program.readthedocs.io/en/latest/?badge=latest)
6
6
  [![License: AGPL-3.0 + Commercial](https://img.shields.io/badge/License-AGPL--3.0%20%2B%20Commercial-blue.svg)](LICENSE)
7
- [![Fidelity gate](https://img.shields.io/badge/fidelity_gate-249%2F0-brightgreen)](uqff_fidelity_tests.py)
8
- [![Public surfaces](https://img.shields.io/badge/public_surfaces-33-blue)](uqff_calculator.py)
7
+ [![Fidelity gate](https://img.shields.io/badge/fidelity_gate-256%2F0-brightgreen)](uqff_fidelity_tests.py)
8
+ [![Public surfaces](https://img.shields.io/badge/public_surfaces-34-blue)](uqff_calculator.py)
9
9
  [![Whitepapers](https://img.shields.io/badge/whitepapers-2255-orange)](whitepapers/)
10
10
 
11
- **UQFF systematic rebuild — v0.32.0 wiring campaign live**
11
+ **UQFF systematic rebuild — v0.33.0 wiring campaign live**
12
12
  Author: Daniel T. Murphy · Star-Magic Research Program
13
13
  License: AGPL-3.0-or-later OR Commercial
14
14
 
@@ -47,7 +47,7 @@ Mizuno, Rossi).
47
47
  Full framework physics lives in the whitepaper corpus — the physics is the
48
48
  whitepapers; the calculator computes what the whitepapers derive.
49
49
 
50
- ## What is currently shipped (v0.32.0)
50
+ ## What is currently shipped (v0.33.0)
51
51
 
52
52
  ### Wiring campaign — LIVE (see `CLAUDE.md` charter)
53
53
 
@@ -55,7 +55,7 @@ Sequential wiring of all 2,255 whitepapers, starting at PAPER_001.
55
55
  Authorized 2026-07-28: autonomous band sessions, ship per session via
56
56
  `ship.ps1`, full stop at PAPER_500 for manual review.
57
57
 
58
- **Wired so far: 33 / 2,255** (7 ✓ · 26 ⚠ OPEN_RULING · 28 rulings queued) — GW family complete; BSM domain live (023-029); Q-023a/b self-rectified
58
+ **Wired so far: 34 / 2,255** (7 ✓ · 27 ⚠ OPEN_RULING · 29 rulings queued) — GW family complete; BSM domain live (023-030); registry crosses 100 rows
59
59
 
60
60
  | Paper | Content | Key result |
61
61
  |---|---|---|
@@ -92,6 +92,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
92
92
  | PAPER_027 | Lepton Flavor Violation | S_LFV = exp(-SSq) EXACT; t_n = -ln(BR)/pi = 3.833 reproduces LHCb limit; Q-026 |
93
93
  | PAPER_028 | BSM Coupling Constants | [SCm]_flavor = V_cb^2 = 1.5366e-3; kappa_Higgs = 1.0 cross-lock; F_U = 75.81; Q-027 |
94
94
  | PAPER_029 | New Physics TeV Scale | budget: f_SM ~ SSq^4 (SSq^6 candidate); IceCube 5.8 PeV break; KK exponent 61.5/62; Q-028 |
95
+ | PAPER_030 | Dark Sector Mediators | F_suppress = cos^2(pi*t_n) = 0.749; BR saturates LHCb bound; M_dark 2.2 TeV; Q-029 |
95
96
 
96
97
  ### Corpus (2,419 files)
97
98
  - `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
@@ -102,7 +103,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
102
103
  v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
103
104
  - `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
104
105
  `calc(paper_id, dataset)` public interface.
105
- - `uqff_fidelity_tests.py` — 9-block gate (249 assertions), locking every
106
+ - `uqff_fidelity_tests.py` — 9-block gate (256 assertions), locking every
106
107
  primitive identity + every wired paper's stated values. Runs on every ship.
107
108
 
108
109
  ### Registry pantheon (live, grows per band)
@@ -155,7 +156,8 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
155
156
  | v0.29.0 | Band 1: PAPER_026b | 30 |
156
157
  | v0.30.0 | Band 1: PAPER_027 | 31 |
157
158
  | v0.31.0 | Band 1: PAPER_028 | 32 |
158
- | **v0.32.0** ← current | Band 1: PAPER_029 | 33 |
159
+ | v0.32.0 | Band 1: PAPER_029 | 33 |
160
+ | **v0.33.0** ← current | Band 1: PAPER_030 | 34 |
159
161
  | v0.4.0+ | One band per session (~20-80 papers each) | growing |
160
162
  | PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
161
163
  | v1.0.0 | Full whitepaper coverage | 2,255 |
@@ -673,3 +673,13 @@ Wired 7/2,255 (2 ✓, 5 ⚠). Rulings Q-001..Q-007 open. Next: PAPER_008.
673
673
  - Campaign: 33/2,255 (7 ✓, 26 ⚠). Next: PAPER_030.
674
674
 
675
675
  ---
676
+
677
+ ## 2026-07-29 — v0.33.0 — BAND 1: PAPER_030
678
+
679
+ - PAPER_030 wired (⚠ Q-029): dark mediators. BR saturates LHCb bound
680
+ (sharply falsifiable); E_react = tan^4(theta_C) clean; t_n shared
681
+ with 027 confirms corpus consistency. Registry crosses 100 rows.
682
+ - Gate 256/0. Registry 100 rows / 195 edges / 34 ledgers.
683
+ - Campaign: 34/2,255 (7 ✓, 27 ⚠). Next: PAPER_031.
684
+
685
+ ---
@@ -11,9 +11,9 @@
11
11
  ## Summary
12
12
 
13
13
  - **Total papers:** 2255
14
- - **Wired:** 33 (7 ✓, 26 ⚠ OPEN_RULING)
14
+ - **Wired:** 34 (7 ✓, 27 ⚠ OPEN_RULING)
15
15
  - **OPEN targets:** 0
16
- - **Not yet touched:** 2222
16
+ - **Not yet touched:** 2221
17
17
 
18
18
  ---
19
19
 
@@ -63,7 +63,7 @@
63
63
  | ⚠ | PAPER_027 | Lepton Flavor Violation UQFF |
64
64
  | ⚠ | PAPER_028 | BSM Coupling Constants UQFF |
65
65
  | ⚠ | PAPER_029 | New Physics TeV Scale UQFF |
66
- | | PAPER_030 | Dark Sector Mediators UQFF |
66
+ | | PAPER_030 | Dark Sector Mediators UQFF |
67
67
  | ⬜ | PAPER_031 | Flavor Anomalies Resolution UQFF |
68
68
  | ⬜ | PAPER_032 | BSM Scalar Sectors UQFF |
69
69
  | ⬜ | PAPER_033 | Electroweak Precision UQFF |
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "star-magic-program"
7
- version = "0.32.0"
8
- description = "UQFF Star-Magic-Program v0.32.0: PAPER_029 wired (TeV-scale new physics: cosmic budget from SSq projections - f_SM ~ SSq^4, printed correction = SSq^6 EXACT identity candidate; f_DM 0.268, f_Lambda 0.683; IceCube break at M_KK/2 = 5.8 PeV falsifiable; KK exponent audit 61.5 vs 62 = 2*D_crit+SO_5 candidate). Q-028 queued (4 items). Wired 33/2255, gate 249/0. Registry 97 rows / 189 edges / 33 ledgers."
7
+ version = "0.33.0"
8
+ description = "UQFF Star-Magic-Program v0.33.0: PAPER_030 wired (dark sector mediators: F_suppress = cos^2(pi*t_n) = 0.749; BR_UQFF = 5.8e-6 SATURATES LHCb bound - LHCb Upgrade II must see it or kill it; M_dark = m_B*exp(pi*t_n/2) = 2.2 TeV; E_react = tan^4(theta_C) verified; one vacuum geometry covers Z-prime/LQ/HNL). Q-029 queued. Registry hits 100 rows. Wired 34/2255, gate 256/0. Registry 100 rows / 195 edges / 34 ledgers."
9
9
  readme = "README.md"
10
10
  authors = [
11
11
  { name = "Daniel T. Murphy", email = "daniel.murphy00@enrgyone.com" }
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: star-magic-program
3
- Version: 0.32.0
4
- Summary: UQFF Star-Magic-Program v0.32.0: PAPER_029 wired (TeV-scale new physics: cosmic budget from SSq projections - f_SM ~ SSq^4, printed correction = SSq^6 EXACT identity candidate; f_DM 0.268, f_Lambda 0.683; IceCube break at M_KK/2 = 5.8 PeV falsifiable; KK exponent audit 61.5 vs 62 = 2*D_crit+SO_5 candidate). Q-028 queued (4 items). Wired 33/2255, gate 249/0. Registry 97 rows / 189 edges / 33 ledgers.
3
+ Version: 0.33.0
4
+ Summary: UQFF Star-Magic-Program v0.33.0: PAPER_030 wired (dark sector mediators: F_suppress = cos^2(pi*t_n) = 0.749; BR_UQFF = 5.8e-6 SATURATES LHCb bound - LHCb Upgrade II must see it or kill it; M_dark = m_B*exp(pi*t_n/2) = 2.2 TeV; E_react = tan^4(theta_C) verified; one vacuum geometry covers Z-prime/LQ/HNL). Q-029 queued. Registry hits 100 rows. Wired 34/2255, gate 256/0. Registry 100 rows / 195 edges / 34 ledgers.
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
@@ -30,15 +30,15 @@ Dynamic: license-file
30
30
 
31
31
  # Star-Magic-Program
32
32
 
33
- [![PyPI version](https://img.shields.io/pypi/v/star-magic-program.svg?cacheBust=0.32.0)](https://pypi.org/project/star-magic-program/)
34
- [![Python versions](https://img.shields.io/pypi/pyversions/star-magic-program.svg?cacheBust=0.32.0)](https://pypi.org/project/star-magic-program/)
33
+ [![PyPI version](https://img.shields.io/pypi/v/star-magic-program.svg?cacheBust=0.33.0)](https://pypi.org/project/star-magic-program/)
34
+ [![Python versions](https://img.shields.io/pypi/pyversions/star-magic-program.svg?cacheBust=0.33.0)](https://pypi.org/project/star-magic-program/)
35
35
  [![Documentation Status](https://readthedocs.org/projects/star-magic-program/badge/?version=latest)](https://star-magic-program.readthedocs.io/en/latest/?badge=latest)
36
36
  [![License: AGPL-3.0 + Commercial](https://img.shields.io/badge/License-AGPL--3.0%20%2B%20Commercial-blue.svg)](LICENSE)
37
- [![Fidelity gate](https://img.shields.io/badge/fidelity_gate-249%2F0-brightgreen)](uqff_fidelity_tests.py)
38
- [![Public surfaces](https://img.shields.io/badge/public_surfaces-33-blue)](uqff_calculator.py)
37
+ [![Fidelity gate](https://img.shields.io/badge/fidelity_gate-256%2F0-brightgreen)](uqff_fidelity_tests.py)
38
+ [![Public surfaces](https://img.shields.io/badge/public_surfaces-34-blue)](uqff_calculator.py)
39
39
  [![Whitepapers](https://img.shields.io/badge/whitepapers-2255-orange)](whitepapers/)
40
40
 
41
- **UQFF systematic rebuild — v0.32.0 wiring campaign live**
41
+ **UQFF systematic rebuild — v0.33.0 wiring campaign live**
42
42
  Author: Daniel T. Murphy · Star-Magic Research Program
43
43
  License: AGPL-3.0-or-later OR Commercial
44
44
 
@@ -77,7 +77,7 @@ Mizuno, Rossi).
77
77
  Full framework physics lives in the whitepaper corpus — the physics is the
78
78
  whitepapers; the calculator computes what the whitepapers derive.
79
79
 
80
- ## What is currently shipped (v0.32.0)
80
+ ## What is currently shipped (v0.33.0)
81
81
 
82
82
  ### Wiring campaign — LIVE (see `CLAUDE.md` charter)
83
83
 
@@ -85,7 +85,7 @@ Sequential wiring of all 2,255 whitepapers, starting at PAPER_001.
85
85
  Authorized 2026-07-28: autonomous band sessions, ship per session via
86
86
  `ship.ps1`, full stop at PAPER_500 for manual review.
87
87
 
88
- **Wired so far: 33 / 2,255** (7 ✓ · 26 ⚠ OPEN_RULING · 28 rulings queued) — GW family complete; BSM domain live (023-029); Q-023a/b self-rectified
88
+ **Wired so far: 34 / 2,255** (7 ✓ · 27 ⚠ OPEN_RULING · 29 rulings queued) — GW family complete; BSM domain live (023-030); registry crosses 100 rows
89
89
 
90
90
  | Paper | Content | Key result |
91
91
  |---|---|---|
@@ -122,6 +122,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
122
122
  | PAPER_027 | Lepton Flavor Violation | S_LFV = exp(-SSq) EXACT; t_n = -ln(BR)/pi = 3.833 reproduces LHCb limit; Q-026 |
123
123
  | PAPER_028 | BSM Coupling Constants | [SCm]_flavor = V_cb^2 = 1.5366e-3; kappa_Higgs = 1.0 cross-lock; F_U = 75.81; Q-027 |
124
124
  | PAPER_029 | New Physics TeV Scale | budget: f_SM ~ SSq^4 (SSq^6 candidate); IceCube 5.8 PeV break; KK exponent 61.5/62; Q-028 |
125
+ | PAPER_030 | Dark Sector Mediators | F_suppress = cos^2(pi*t_n) = 0.749; BR saturates LHCb bound; M_dark 2.2 TeV; Q-029 |
125
126
 
126
127
  ### Corpus (2,419 files)
127
128
  - `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
@@ -132,7 +133,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
132
133
  v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
133
134
  - `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
134
135
  `calc(paper_id, dataset)` public interface.
135
- - `uqff_fidelity_tests.py` — 9-block gate (249 assertions), locking every
136
+ - `uqff_fidelity_tests.py` — 9-block gate (256 assertions), locking every
136
137
  primitive identity + every wired paper's stated values. Runs on every ship.
137
138
 
138
139
  ### Registry pantheon (live, grows per band)
@@ -185,7 +186,8 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
185
186
  | v0.29.0 | Band 1: PAPER_026b | 30 |
186
187
  | v0.30.0 | Band 1: PAPER_027 | 31 |
187
188
  | v0.31.0 | Band 1: PAPER_028 | 32 |
188
- | **v0.32.0** ← current | Band 1: PAPER_029 | 33 |
189
+ | v0.32.0 | Band 1: PAPER_029 | 33 |
190
+ | **v0.33.0** ← current | Band 1: PAPER_030 | 34 |
189
191
  | v0.4.0+ | One band per session (~20-80 papers each) | growing |
190
192
  | PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
191
193
  | v1.0.0 | Full whitepaper coverage | 2,255 |
@@ -57,7 +57,7 @@ from uqff_registry_primitives import (
57
57
  DELTA_M2_21_EV2, DELTA_M2_32_EV2,
58
58
  )
59
59
 
60
- VERSION = "0.32.0"
60
+ VERSION = "0.33.0"
61
61
 
62
62
  # =============================================================================
63
63
  # DISPATCH TABLE — grown one whitepaper at a time.
@@ -1555,3 +1555,57 @@ def _paper_029(dataset):
1555
1555
  'residual_pct': abs(0.0485 - 0.05) / 0.05 * 100,
1556
1556
  'status': 'OPEN_RULING',
1557
1557
  }
1558
+
1559
+
1560
+ @_register('PAPER_030')
1561
+ def _paper_030(dataset):
1562
+ """Dark Sector Mediators in UQFF (Session 0).
1563
+
1564
+ Companion to PAPER_027 (same LHCb LFV data). Dark mediator
1565
+ exchange encoded in Ug4 = k4*rho_vac*cos(pi*t_n)*[SCm];
1566
+ F_suppress = cos^2(pi*3.833) = 0.749 (74.9 pct amplitude
1567
+ suppression -> 25.1 pct survives); BR_UQFF = 2.3e-5*0.252 =
1568
+ 5.8e-6 SATURATES the LHCb bound (falsifiable: LHCb Upgrade II
1569
+ at 7.9e-7 reach must see it or kill it).
1570
+ M_dark = m_B*exp(pi*t_n/2) = 2.16 TeV; E_react = tan^4(theta_C)
1571
+ = 2.84e-3 closed form verified. Universal t_n suppression covers
1572
+ Z-prime / leptoquark / HNL with one vacuum geometry.
1573
+ Q-029: (a) F_suppress symbol used for both the suppressed
1574
+ fraction (0.748) and its survivor complement (0.252) in different
1575
+ lines; abstract exponent mojibake; (b) in-text self-correction
1576
+ 0.738 -> 0.748 left standing; (c) asymmetry claim A = sqrt(SSq)
1577
+ = 0.755 vs limit-ratio (5.9-4.9)/(5.9+4.9) = 0.093;
1578
+ (d) M_dark 2.2 TeV (sec 4.3) vs abstract >= 2.8 TeV.
1579
+ """
1580
+ import math as _m
1581
+ t_n = -_m.log(5.9e-6) / _m.pi # 3.8327 (shared with PAPER_027)
1582
+ f_suppress = _m.cos(_m.pi * t_n) ** 2 # 0.749
1583
+ br_uqff = 2.3e-5 * (1.0 - f_suppress) # 5.77e-6
1584
+ m_dark_gev = 5.279 * _m.exp(_m.pi * t_n / 2.0) # 2163
1585
+ e_react = _m.tan(0.227) ** 4 # 2.843e-3
1586
+ hl_lhc_reach = 5.9e-6 * _m.sqrt(5.4 / 300.0) # 7.9e-7
1587
+ return {
1588
+ 'value': {
1589
+ 't_n_lfv': t_n,
1590
+ 'f_suppress': f_suppress, # 0.749
1591
+ 'survivor_fraction': 1.0 - f_suppress, # 0.251
1592
+ 'br_tree': 2.3e-5,
1593
+ 'br_uqff': br_uqff, # 5.8e-6 saturates bound
1594
+ 'lhcb_limit': 5.9e-6,
1595
+ 'm_dark_gev': m_dark_gev, # 2163 ~ 2.2 TeV
1596
+ 'm_dark_abstract_tev': 2.8, # Q-029d
1597
+ 'e_react_tan4_cabibbo': e_react, # 2.843e-3 (~paper 2.846e-3)
1598
+ 'z_prime_constraint_gev2': 1.8e-3,
1599
+ 'leptoquark_constraint': 3.4e-3,
1600
+ 'hnl_mixing_limit': 2.1e-4,
1601
+ 'asymmetry_sqrt_ssq': SSQ ** 0.5, # 0.755 claim (Q-029c)
1602
+ 'asymmetry_limit_ratio': (5.9 - 4.9) / (5.9 + 4.9), # 0.093
1603
+ 'hl_lhc_reach': hl_lhc_reach, # 7.9e-7
1604
+ 'br_uqff_300fb': 4.2e-6, # L^(1/4) evolution scenario
1605
+ },
1606
+ 'formula': ('F_suppress = cos^2(pi*t_n); BR = BR_tree*(1-F); '
1607
+ 'M_dark = m_B*exp(pi*t_n/2); E_react = tan^4(theta_C)'),
1608
+ 'source': 'PAPER_030',
1609
+ 'residual_pct': abs(br_uqff - 5.8e-6) / 5.8e-6 * 100,
1610
+ 'status': 'OPEN_RULING',
1611
+ }
@@ -98,7 +98,7 @@ assert_that(abs(P.N_EFF_NEUTRINO - n_eff_expected) < 1e-15,
98
98
  # =============================================================================
99
99
  # BLOCK 7 — CALCULATOR SCAFFOLD INTEGRITY
100
100
  # =============================================================================
101
- assert_that(C.VERSION == "0.32.0", "uqff_calculator.VERSION = 0.32.0")
101
+ assert_that(C.VERSION == "0.33.0", "uqff_calculator.VERSION = 0.33.0")
102
102
  assert_that(isinstance(C.DISPATCH, dict), "DISPATCH is a dict")
103
103
  assert_that(C.wired_count() >= 0, "wired_count is queryable (>= 0)")
104
104
  assert_that(callable(C.calc), "calc is callable")
@@ -566,6 +566,21 @@ assert_that(abs(_r029['icecube_break_pev'] - 5.8) < 1e-12,
566
566
  "PAPER_029: IceCube spectral break = M_KK/2 = 5.8 PeV falsifiable")
567
567
  assert_that(C.wired_count() >= 33, "wired_count >= 33")
568
568
 
569
+ _r030 = C.calc('PAPER_030')['value']
570
+ assert_that(abs(_r030['f_suppress'] - 0.749) < 0.002,
571
+ "PAPER_030: F_suppress = cos^2(pi*3.833) = 0.749 (paper self-corrects to 0.748)")
572
+ assert_that(abs(_r030['br_uqff'] - 5.8e-6) / 5.8e-6 < 0.01,
573
+ "PAPER_030: BR_UQFF = 2.3e-5*(1-F) = 5.8e-6 saturates LHCb bound - falsifiable")
574
+ assert_that(abs(_r030['m_dark_gev'] - 2163.0) / 2163.0 < 0.005,
575
+ "PAPER_030: M_dark = m_B*exp(pi*t_n/2) = 2163 GeV ~ 2.2 TeV")
576
+ assert_that(abs(_r030['e_react_tan4_cabibbo'] - 2.846e-3) / 2.846e-3 < 0.005,
577
+ "PAPER_030: E_react = tan^4(theta_C) = 2.84e-3 closed form verified")
578
+ assert_that(abs(_r030['hl_lhc_reach'] - 7.9e-7) / 7.9e-7 < 0.01,
579
+ "PAPER_030: HL-LHC reach = 5.9e-6*sqrt(5.4/300) = 7.9e-7 scaling verified")
580
+ assert_that(abs(_r030['t_n_lfv'] - 3.8327) < 0.001,
581
+ "PAPER_030: t_n = 3.833 shared with PAPER_027 (corpus consistency)")
582
+ assert_that(C.wired_count() >= 34, "wired_count >= 34")
583
+
569
584
  # =============================================================================
570
585
  # REPORT
571
586
  # =============================================================================