star-magic-program 0.33.0__tar.gz → 0.34.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.33.0 → star_magic_program-0.34.0}/CHANGELOG.md +18 -0
  2. {star_magic_program-0.33.0 → star_magic_program-0.34.0}/CITATION.cff +1 -1
  3. {star_magic_program-0.33.0 → star_magic_program-0.34.0}/PKG-INFO +13 -11
  4. {star_magic_program-0.33.0 → star_magic_program-0.34.0}/README.md +11 -9
  5. {star_magic_program-0.33.0 → star_magic_program-0.34.0}/SESSION_LOG.md +11 -0
  6. {star_magic_program-0.33.0 → star_magic_program-0.34.0}/WHITEPAPER_INDEX.md +3 -3
  7. {star_magic_program-0.33.0 → star_magic_program-0.34.0}/pyproject.toml +2 -2
  8. {star_magic_program-0.33.0 → star_magic_program-0.34.0}/star_magic_program.egg-info/PKG-INFO +13 -11
  9. {star_magic_program-0.33.0 → star_magic_program-0.34.0}/uqff_calculator.py +51 -1
  10. {star_magic_program-0.33.0 → star_magic_program-0.34.0}/uqff_fidelity_tests.py +16 -1
  11. {star_magic_program-0.33.0 → star_magic_program-0.34.0}/COMMERCIAL.md +0 -0
  12. {star_magic_program-0.33.0 → star_magic_program-0.34.0}/LICENSE +0 -0
  13. {star_magic_program-0.33.0 → star_magic_program-0.34.0}/LICENSE-AGPL-3.0.txt +0 -0
  14. {star_magic_program-0.33.0 → star_magic_program-0.34.0}/LICENSE-MIT-INITIAL.txt +0 -0
  15. {star_magic_program-0.33.0 → star_magic_program-0.34.0}/NOTICE +0 -0
  16. {star_magic_program-0.33.0 → star_magic_program-0.34.0}/UNIFIED_REGISTRY_FALSIFIABILITY.md +0 -0
  17. {star_magic_program-0.33.0 → star_magic_program-0.34.0}/UNIFIED_REGISTRY_PROGRAM_PLAN.md +0 -0
  18. {star_magic_program-0.33.0 → star_magic_program-0.34.0}/UNIFIED_REGISTRY_RESULTS_TABLE.md +0 -0
  19. {star_magic_program-0.33.0 → star_magic_program-0.34.0}/UNIFIED_REGISTRY_SCHEMA.md +0 -0
  20. {star_magic_program-0.33.0 → star_magic_program-0.34.0}/UNIFIED_REGISTRY_STATUS_REPORT.md +0 -0
  21. {star_magic_program-0.33.0 → star_magic_program-0.34.0}/UNIFIED_REGISTRY_VERSION.txt +0 -0
  22. {star_magic_program-0.33.0 → star_magic_program-0.34.0}/_BUILD_LOG.md +0 -0
  23. {star_magic_program-0.33.0 → star_magic_program-0.34.0}/registry_generator.py +0 -0
  24. {star_magic_program-0.33.0 → star_magic_program-0.34.0}/setup.cfg +0 -0
  25. {star_magic_program-0.33.0 → star_magic_program-0.34.0}/star_magic_program.egg-info/SOURCES.txt +0 -0
  26. {star_magic_program-0.33.0 → star_magic_program-0.34.0}/star_magic_program.egg-info/dependency_links.txt +0 -0
  27. {star_magic_program-0.33.0 → star_magic_program-0.34.0}/star_magic_program.egg-info/top_level.txt +0 -0
  28. {star_magic_program-0.33.0 → star_magic_program-0.34.0}/uqff_registry_graph.py +0 -0
  29. {star_magic_program-0.33.0 → star_magic_program-0.34.0}/uqff_registry_primitives.py +0 -0
  30. {star_magic_program-0.33.0 → star_magic_program-0.34.0}/uqff_registry_status.py +0 -0
  31. {star_magic_program-0.33.0 → star_magic_program-0.34.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.34.0] — 2026-07-29 — BAND 1: PAPER_031
11
+
12
+ ### Added
13
+ - **PAPER_031 dispatch** (Flavor Anomalies Resolution): R(D)_UQFF =
14
+ R_SM/(1-(m_tau/m_b)^2*SSq) = 0.332 — tension 1.9 -> 0.9 sigma;
15
+ R(D*)_UQFF = 0.269 with an F_TRZ factor in the vector channel —
16
+ tension 3.3 -> 1.2 sigma (the 0.1 factor equals F_TRZ exactly;
17
+ composition candidate queued). CKM row-2 unitarity deficit 0.0020
18
+ mapped to 2*[SCm]_flavor*K_CKM; Tera-Z shift 5.8e-7 (FCC-ee probes
19
+ [SCm] at 1e-7); LFU = 1 + m_mu/m_tau = 1.060 vs Belle II 1.020
20
+ (1.3 sigma, overestimate disclosed); kappa_tau correction 8e-8
21
+ negligible — discrimination comes from Tera-Z, not Higgs couplings.
22
+ OPEN_RULING Q-030 (kinematic-notation slip; D* F_TRZ; abandoned
23
+ in-text derivations; K_CKM = 0.65 underived).
24
+ - Gate: 263 assertions, 0 failures. Registry: 103 rows / 201 edges / 35 ledgers.
25
+
26
+ ---
27
+
10
28
  ## [0.33.0] — 2026-07-29 — BAND 1: PAPER_030
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.33.0"
6
+ version: "0.34.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.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.
3
+ Version: 0.34.0
4
+ Summary: UQFF Star-Magic-Program v0.34.0: PAPER_031 wired (flavor anomalies: R(D) = 0.332 via SSq denominator, 1.9->0.9 sigma; R(D*) = 0.269 with F_TRZ factor, 3.3->1.2 sigma; CKM row-2 deficit 0.0020 mapped to 2*[SCm]_flavor*0.65; Tera-Z 5.8e-7 FCC-ee-testable; LFU 1.060). Q-030 queued (D* F_TRZ candidate; K_CKM anchor). Wired 35/2255, gate 263/0. Registry 103 rows / 201 edges / 35 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.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/)
33
+ [![PyPI version](https://img.shields.io/pypi/v/star-magic-program.svg?cacheBust=0.34.0)](https://pypi.org/project/star-magic-program/)
34
+ [![Python versions](https://img.shields.io/pypi/pyversions/star-magic-program.svg?cacheBust=0.34.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-256%2F0-brightgreen)](uqff_fidelity_tests.py)
38
- [![Public surfaces](https://img.shields.io/badge/public_surfaces-34-blue)](uqff_calculator.py)
37
+ [![Fidelity gate](https://img.shields.io/badge/fidelity_gate-263%2F0-brightgreen)](uqff_fidelity_tests.py)
38
+ [![Public surfaces](https://img.shields.io/badge/public_surfaces-35-blue)](uqff_calculator.py)
39
39
  [![Whitepapers](https://img.shields.io/badge/whitepapers-2255-orange)](whitepapers/)
40
40
 
41
- **UQFF systematic rebuild — v0.33.0 wiring campaign live**
41
+ **UQFF systematic rebuild — v0.34.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.33.0)
80
+ ## What is currently shipped (v0.34.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: 34 / 2,255** (7 ✓ · 27 ⚠ OPEN_RULING · 29 rulings queued) — GW family complete; BSM domain live (023-030); registry crosses 100 rows
88
+ **Wired so far: 35 / 2,255** (7 ✓ · 28 ⚠ OPEN_RULING · 30 rulings queued) — GW family complete; BSM domain live (023-031)
89
89
 
90
90
  | Paper | Content | Key result |
91
91
  |---|---|---|
@@ -123,6 +123,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
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
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 |
126
+ | PAPER_031 | Flavor Anomalies Resolution | R(D) 0.332 (0.9 sigma); R(D*) 0.269 w/ F_TRZ (1.2 sigma); CKM row-2 mapped; Q-030 |
126
127
 
127
128
  ### Corpus (2,419 files)
128
129
  - `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
@@ -133,7 +134,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
133
134
  v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
134
135
  - `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
135
136
  `calc(paper_id, dataset)` public interface.
136
- - `uqff_fidelity_tests.py` — 9-block gate (256 assertions), locking every
137
+ - `uqff_fidelity_tests.py` — 9-block gate (263 assertions), locking every
137
138
  primitive identity + every wired paper's stated values. Runs on every ship.
138
139
 
139
140
  ### Registry pantheon (live, grows per band)
@@ -187,7 +188,8 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
187
188
  | v0.30.0 | Band 1: PAPER_027 | 31 |
188
189
  | v0.31.0 | Band 1: PAPER_028 | 32 |
189
190
  | v0.32.0 | Band 1: PAPER_029 | 33 |
190
- | **v0.33.0** ← current | Band 1: PAPER_030 | 34 |
191
+ | v0.33.0 | Band 1: PAPER_030 | 34 |
192
+ | **v0.34.0** ← current | Band 1: PAPER_031 | 35 |
191
193
  | v0.4.0+ | One band per session (~20-80 papers each) | growing |
192
194
  | PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
193
195
  | 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.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/)
3
+ [![PyPI version](https://img.shields.io/pypi/v/star-magic-program.svg?cacheBust=0.34.0)](https://pypi.org/project/star-magic-program/)
4
+ [![Python versions](https://img.shields.io/pypi/pyversions/star-magic-program.svg?cacheBust=0.34.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-256%2F0-brightgreen)](uqff_fidelity_tests.py)
8
- [![Public surfaces](https://img.shields.io/badge/public_surfaces-34-blue)](uqff_calculator.py)
7
+ [![Fidelity gate](https://img.shields.io/badge/fidelity_gate-263%2F0-brightgreen)](uqff_fidelity_tests.py)
8
+ [![Public surfaces](https://img.shields.io/badge/public_surfaces-35-blue)](uqff_calculator.py)
9
9
  [![Whitepapers](https://img.shields.io/badge/whitepapers-2255-orange)](whitepapers/)
10
10
 
11
- **UQFF systematic rebuild — v0.33.0 wiring campaign live**
11
+ **UQFF systematic rebuild — v0.34.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.33.0)
50
+ ## What is currently shipped (v0.34.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: 34 / 2,255** (7 ✓ · 27 ⚠ OPEN_RULING · 29 rulings queued) — GW family complete; BSM domain live (023-030); registry crosses 100 rows
58
+ **Wired so far: 35 / 2,255** (7 ✓ · 28 ⚠ OPEN_RULING · 30 rulings queued) — GW family complete; BSM domain live (023-031)
59
59
 
60
60
  | Paper | Content | Key result |
61
61
  |---|---|---|
@@ -93,6 +93,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
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
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 |
96
+ | PAPER_031 | Flavor Anomalies Resolution | R(D) 0.332 (0.9 sigma); R(D*) 0.269 w/ F_TRZ (1.2 sigma); CKM row-2 mapped; Q-030 |
96
97
 
97
98
  ### Corpus (2,419 files)
98
99
  - `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
@@ -103,7 +104,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
103
104
  v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
104
105
  - `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
105
106
  `calc(paper_id, dataset)` public interface.
106
- - `uqff_fidelity_tests.py` — 9-block gate (256 assertions), locking every
107
+ - `uqff_fidelity_tests.py` — 9-block gate (263 assertions), locking every
107
108
  primitive identity + every wired paper's stated values. Runs on every ship.
108
109
 
109
110
  ### Registry pantheon (live, grows per band)
@@ -157,7 +158,8 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
157
158
  | v0.30.0 | Band 1: PAPER_027 | 31 |
158
159
  | v0.31.0 | Band 1: PAPER_028 | 32 |
159
160
  | v0.32.0 | Band 1: PAPER_029 | 33 |
160
- | **v0.33.0** ← current | Band 1: PAPER_030 | 34 |
161
+ | v0.33.0 | Band 1: PAPER_030 | 34 |
162
+ | **v0.34.0** ← current | Band 1: PAPER_031 | 35 |
161
163
  | v0.4.0+ | One band per session (~20-80 papers each) | growing |
162
164
  | PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
163
165
  | v1.0.0 | Full whitepaper coverage | 2,255 |
@@ -683,3 +683,14 @@ Wired 7/2,255 (2 ✓, 5 ⚠). Rulings Q-001..Q-007 open. Next: PAPER_008.
683
683
  - Campaign: 34/2,255 (7 ✓, 27 ⚠). Next: PAPER_031.
684
684
 
685
685
  ---
686
+
687
+ ## 2026-07-29 — v0.34.0 — BAND 1: PAPER_031
688
+
689
+ - PAPER_031 wired (⚠ Q-030): flavor anomalies. R(D)/R(D*) tensions
690
+ cut to 0.9/1.2 sigma via SSq denominators; D* channel's extra 0.1
691
+ factor = F_TRZ exactly (composition candidate); CKM row-2 mapping
692
+ verified; abandoned in-text derivations flagged (paperwork family).
693
+ - Gate 263/0. Registry 103 rows / 201 edges / 35 ledgers.
694
+ - Campaign: 35/2,255 (7 ✓, 28 ⚠). Next: PAPER_032.
695
+
696
+ ---
@@ -11,9 +11,9 @@
11
11
  ## Summary
12
12
 
13
13
  - **Total papers:** 2255
14
- - **Wired:** 34 (7 ✓, 27 ⚠ OPEN_RULING)
14
+ - **Wired:** 35 (7 ✓, 28 ⚠ OPEN_RULING)
15
15
  - **OPEN targets:** 0
16
- - **Not yet touched:** 2221
16
+ - **Not yet touched:** 2220
17
17
 
18
18
  ---
19
19
 
@@ -64,7 +64,7 @@
64
64
  | ⚠ | PAPER_028 | BSM Coupling Constants UQFF |
65
65
  | ⚠ | PAPER_029 | New Physics TeV Scale UQFF |
66
66
  | ⚠ | PAPER_030 | Dark Sector Mediators UQFF |
67
- | | PAPER_031 | Flavor Anomalies Resolution UQFF |
67
+ | | PAPER_031 | Flavor Anomalies Resolution UQFF |
68
68
  | ⬜ | PAPER_032 | BSM Scalar Sectors UQFF |
69
69
  | ⬜ | PAPER_033 | Electroweak Precision UQFF |
70
70
  | ⬜ | PAPER_034 | Higgs Kappa t Coupling UQFF |
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "star-magic-program"
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."
7
+ version = "0.34.0"
8
+ description = "UQFF Star-Magic-Program v0.34.0: PAPER_031 wired (flavor anomalies: R(D) = 0.332 via SSq denominator, 1.9->0.9 sigma; R(D*) = 0.269 with F_TRZ factor, 3.3->1.2 sigma; CKM row-2 deficit 0.0020 mapped to 2*[SCm]_flavor*0.65; Tera-Z 5.8e-7 FCC-ee-testable; LFU 1.060). Q-030 queued (D* F_TRZ candidate; K_CKM anchor). Wired 35/2255, gate 263/0. Registry 103 rows / 201 edges / 35 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.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.
3
+ Version: 0.34.0
4
+ Summary: UQFF Star-Magic-Program v0.34.0: PAPER_031 wired (flavor anomalies: R(D) = 0.332 via SSq denominator, 1.9->0.9 sigma; R(D*) = 0.269 with F_TRZ factor, 3.3->1.2 sigma; CKM row-2 deficit 0.0020 mapped to 2*[SCm]_flavor*0.65; Tera-Z 5.8e-7 FCC-ee-testable; LFU 1.060). Q-030 queued (D* F_TRZ candidate; K_CKM anchor). Wired 35/2255, gate 263/0. Registry 103 rows / 201 edges / 35 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.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/)
33
+ [![PyPI version](https://img.shields.io/pypi/v/star-magic-program.svg?cacheBust=0.34.0)](https://pypi.org/project/star-magic-program/)
34
+ [![Python versions](https://img.shields.io/pypi/pyversions/star-magic-program.svg?cacheBust=0.34.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-256%2F0-brightgreen)](uqff_fidelity_tests.py)
38
- [![Public surfaces](https://img.shields.io/badge/public_surfaces-34-blue)](uqff_calculator.py)
37
+ [![Fidelity gate](https://img.shields.io/badge/fidelity_gate-263%2F0-brightgreen)](uqff_fidelity_tests.py)
38
+ [![Public surfaces](https://img.shields.io/badge/public_surfaces-35-blue)](uqff_calculator.py)
39
39
  [![Whitepapers](https://img.shields.io/badge/whitepapers-2255-orange)](whitepapers/)
40
40
 
41
- **UQFF systematic rebuild — v0.33.0 wiring campaign live**
41
+ **UQFF systematic rebuild — v0.34.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.33.0)
80
+ ## What is currently shipped (v0.34.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: 34 / 2,255** (7 ✓ · 27 ⚠ OPEN_RULING · 29 rulings queued) — GW family complete; BSM domain live (023-030); registry crosses 100 rows
88
+ **Wired so far: 35 / 2,255** (7 ✓ · 28 ⚠ OPEN_RULING · 30 rulings queued) — GW family complete; BSM domain live (023-031)
89
89
 
90
90
  | Paper | Content | Key result |
91
91
  |---|---|---|
@@ -123,6 +123,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
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
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 |
126
+ | PAPER_031 | Flavor Anomalies Resolution | R(D) 0.332 (0.9 sigma); R(D*) 0.269 w/ F_TRZ (1.2 sigma); CKM row-2 mapped; Q-030 |
126
127
 
127
128
  ### Corpus (2,419 files)
128
129
  - `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
@@ -133,7 +134,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
133
134
  v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
134
135
  - `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
135
136
  `calc(paper_id, dataset)` public interface.
136
- - `uqff_fidelity_tests.py` — 9-block gate (256 assertions), locking every
137
+ - `uqff_fidelity_tests.py` — 9-block gate (263 assertions), locking every
137
138
  primitive identity + every wired paper's stated values. Runs on every ship.
138
139
 
139
140
  ### Registry pantheon (live, grows per band)
@@ -187,7 +188,8 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
187
188
  | v0.30.0 | Band 1: PAPER_027 | 31 |
188
189
  | v0.31.0 | Band 1: PAPER_028 | 32 |
189
190
  | v0.32.0 | Band 1: PAPER_029 | 33 |
190
- | **v0.33.0** ← current | Band 1: PAPER_030 | 34 |
191
+ | v0.33.0 | Band 1: PAPER_030 | 34 |
192
+ | **v0.34.0** ← current | Band 1: PAPER_031 | 35 |
191
193
  | v0.4.0+ | One band per session (~20-80 papers each) | growing |
192
194
  | PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
193
195
  | 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.33.0"
60
+ VERSION = "0.34.0"
61
61
 
62
62
  # =============================================================================
63
63
  # DISPATCH TABLE — grown one whitepaper at a time.
@@ -1609,3 +1609,53 @@ def _paper_030(dataset):
1609
1609
  'residual_pct': abs(br_uqff - 5.8e-6) / 5.8e-6 * 100,
1610
1610
  'status': 'OPEN_RULING',
1611
1611
  }
1612
+
1613
+
1614
+ @_register('PAPER_031')
1615
+ def _paper_031(dataset):
1616
+ """Flavor Anomalies Resolution via UQFF (Session 0).
1617
+
1618
+ B-physics anomaly resolutions from [SCm]_flavor + SSq:
1619
+ R(D)_UQFF = R_SM/(1 - (m_tau/m_b)^2 * SSq) = 0.298/0.897 = 0.332
1620
+ (tension 1.9 -> 0.9 sigma); R(D*)_UQFF = 0.254/(1 - 0.978*SSq*
1621
+ F_TRZ) = 0.269 (3.3 -> 1.2 sigma) - NOTE the D* channel carries
1622
+ an extra 0.1 = F_TRZ factor (composition candidate, Q-030b).
1623
+ CKM row-2 unitarity deficit 0.0020 = 2*[SCm]_flavor*0.65 mapped.
1624
+ Tera-Z: Delta_R = [SCm]*m_tau^2/m_Z^2 = 5.8e-7 (FCC-ee probes
1625
+ [SCm] at 1e-7). LFU R = 1 + m_mu/m_tau = 1.060 (Belle II 1.020,
1626
+ within 1.3 sigma, overestimate disclosed).
1627
+ Q-030: (a) C printed as (m_tau/m_b) but value 0.1806 =
1628
+ (m_tau/m_b)^2; (b) D* F_TRZ factor unexplained in-text;
1629
+ (c) two abandoned derivations left standing ("Hmm, this
1630
+ overshoots" + 0.458 dead end - paperwork family with 030);
1631
+ (d) K_CKM = 0.65 anchor underived.
1632
+ """
1633
+ m_tau, m_mu, m_b_quark, m_dstar, m_z = 1.777, 0.1057, 4.18, 2.010, 91.19
1634
+ c_d = (m_tau / m_b_quark) ** 2 # 0.1806
1635
+ r_d = 0.298 / (1.0 - c_d * SSQ) # 0.332
1636
+ c_dstar = (m_tau / m_dstar) ** 2 * 1.25 # 0.977
1637
+ r_dstar = 0.254 / (1.0 - c_dstar * SSQ * F_TRZ) # 0.269 (F_TRZ candidate)
1638
+ scm_flavor = 39.2e-3 ** 2
1639
+ return {
1640
+ 'value': {
1641
+ 'r_d_sm': 0.298, 'r_d_measured': 0.356,
1642
+ 'r_d_uqff': r_d, # 0.332: 1.9 -> 0.9 sigma
1643
+ 'r_dstar_sm': 0.254, 'r_dstar_measured': 0.291,
1644
+ 'r_dstar_uqff': r_dstar, # 0.269: 3.3 -> 1.2 sigma
1645
+ 'c_d_kinematic': c_d,
1646
+ 'c_dstar_kinematic': c_dstar,
1647
+ 'delta_tau_mu': (m_tau - m_mu) / m_tau, # 0.9405
1648
+ 'ckm_row2_deficit': 1.0 - (0.2214**2 + 0.9734**2 + 0.0392**2), # 0.0019
1649
+ 'ckm_uqff_mapping': 2.0 * scm_flavor * 0.65, # 0.0020
1650
+ 'tera_z_shift': scm_flavor * m_tau**2 / m_z**2, # 5.8e-7
1651
+ 'lfu_uqff': 1.0 + m_mu / m_tau, # 1.060 (Belle II 1.020)
1652
+ 'kappa_tau_correction': scm_flavor * (m_tau / 246.0)**2, # 8.0e-8
1653
+ 'tension_reduction': {'r_d': (1.9, 0.9), 'r_dstar': (3.3, 1.2)},
1654
+ },
1655
+ 'formula': ('R(D) = R_SM/(1 - (m_tau/m_b)^2*SSq); '
1656
+ 'R(D*) = R_SM/(1 - C*SSq*F_TRZ); LFU = 1 + m_mu/m_tau; '
1657
+ 'Delta_CKM = 2*[SCm]_flavor*K_CKM'),
1658
+ 'source': 'PAPER_031',
1659
+ 'residual_pct': abs(r_d - 0.332) / 0.332 * 100,
1660
+ 'status': 'OPEN_RULING',
1661
+ }
@@ -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.33.0", "uqff_calculator.VERSION = 0.33.0")
101
+ assert_that(C.VERSION == "0.34.0", "uqff_calculator.VERSION = 0.34.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")
@@ -581,6 +581,21 @@ assert_that(abs(_r030['t_n_lfv'] - 3.8327) < 0.001,
581
581
  "PAPER_030: t_n = 3.833 shared with PAPER_027 (corpus consistency)")
582
582
  assert_that(C.wired_count() >= 34, "wired_count >= 34")
583
583
 
584
+ _r031 = C.calc('PAPER_031')['value']
585
+ assert_that(abs(_r031['r_d_uqff'] - 0.332) < 0.001,
586
+ "PAPER_031: R(D) = 0.298/(1-(m_tau/m_b)^2*SSq) = 0.332 (1.9 -> 0.9 sigma)")
587
+ assert_that(abs(_r031['r_dstar_uqff'] - 0.269) < 0.001,
588
+ "PAPER_031: R(D*) = 0.269 with F_TRZ factor in denominator (3.3 -> 1.2 sigma)")
589
+ assert_that(abs(_r031['c_d_kinematic'] - 0.1806) < 0.0005,
590
+ "PAPER_031: C = (m_tau/m_b)^2 = 0.1806 (printed as unsquared - Q-030a)")
591
+ assert_that(abs(_r031['ckm_uqff_mapping'] - 0.0020) < 0.0001,
592
+ "PAPER_031: CKM row-2 deficit 2*[SCm]_flavor*0.65 = 0.0020 mapped")
593
+ assert_that(abs(_r031['tera_z_shift'] - 5.8e-7) / 5.8e-7 < 0.01,
594
+ "PAPER_031: Tera-Z shift [SCm]*m_tau^2/m_Z^2 = 5.8e-7 (FCC-ee testable)")
595
+ assert_that(abs(_r031['lfu_uqff'] - 1.060) < 0.001,
596
+ "PAPER_031: LFU = 1 + m_mu/m_tau = 1.060 (Belle II 1.020 within 1.3 sigma)")
597
+ assert_that(C.wired_count() >= 35, "wired_count >= 35")
598
+
584
599
  # =============================================================================
585
600
  # REPORT
586
601
  # =============================================================================