star-magic-program 0.166.0__tar.gz → 0.167.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.166.0 → star_magic_program-0.167.0}/CHANGELOG.md +21 -0
- {star_magic_program-0.166.0 → star_magic_program-0.167.0}/CITATION.cff +1 -1
- {star_magic_program-0.166.0 → star_magic_program-0.167.0}/PKG-INFO +13 -11
- {star_magic_program-0.166.0 → star_magic_program-0.167.0}/README.md +11 -9
- {star_magic_program-0.166.0 → star_magic_program-0.167.0}/SESSION_LOG.md +9 -0
- {star_magic_program-0.166.0 → star_magic_program-0.167.0}/WHITEPAPER_INDEX.md +3 -3
- {star_magic_program-0.166.0 → star_magic_program-0.167.0}/pyproject.toml +2 -2
- {star_magic_program-0.166.0 → star_magic_program-0.167.0}/star_magic_program.egg-info/PKG-INFO +13 -11
- {star_magic_program-0.166.0 → star_magic_program-0.167.0}/uqff_calculator.py +52 -1
- {star_magic_program-0.166.0 → star_magic_program-0.167.0}/uqff_fidelity_tests.py +14 -1
- {star_magic_program-0.166.0 → star_magic_program-0.167.0}/COMMERCIAL.md +0 -0
- {star_magic_program-0.166.0 → star_magic_program-0.167.0}/LICENSE +0 -0
- {star_magic_program-0.166.0 → star_magic_program-0.167.0}/LICENSE-AGPL-3.0.txt +0 -0
- {star_magic_program-0.166.0 → star_magic_program-0.167.0}/LICENSE-MIT-INITIAL.txt +0 -0
- {star_magic_program-0.166.0 → star_magic_program-0.167.0}/NOTICE +0 -0
- {star_magic_program-0.166.0 → star_magic_program-0.167.0}/UNIFIED_REGISTRY_FALSIFIABILITY.md +0 -0
- {star_magic_program-0.166.0 → star_magic_program-0.167.0}/UNIFIED_REGISTRY_PROGRAM_PLAN.md +0 -0
- {star_magic_program-0.166.0 → star_magic_program-0.167.0}/UNIFIED_REGISTRY_RESULTS_TABLE.md +0 -0
- {star_magic_program-0.166.0 → star_magic_program-0.167.0}/UNIFIED_REGISTRY_SCHEMA.md +0 -0
- {star_magic_program-0.166.0 → star_magic_program-0.167.0}/UNIFIED_REGISTRY_STATUS_REPORT.md +0 -0
- {star_magic_program-0.166.0 → star_magic_program-0.167.0}/UNIFIED_REGISTRY_VERSION.txt +0 -0
- {star_magic_program-0.166.0 → star_magic_program-0.167.0}/_BUILD_LOG.md +0 -0
- {star_magic_program-0.166.0 → star_magic_program-0.167.0}/registry_generator.py +0 -0
- {star_magic_program-0.166.0 → star_magic_program-0.167.0}/setup.cfg +0 -0
- {star_magic_program-0.166.0 → star_magic_program-0.167.0}/star_magic_program.egg-info/SOURCES.txt +0 -0
- {star_magic_program-0.166.0 → star_magic_program-0.167.0}/star_magic_program.egg-info/dependency_links.txt +0 -0
- {star_magic_program-0.166.0 → star_magic_program-0.167.0}/star_magic_program.egg-info/top_level.txt +0 -0
- {star_magic_program-0.166.0 → star_magic_program-0.167.0}/uqff_registry_graph.py +0 -0
- {star_magic_program-0.166.0 → star_magic_program-0.167.0}/uqff_registry_primitives.py +0 -0
- {star_magic_program-0.166.0 → star_magic_program-0.167.0}/uqff_registry_status.py +0 -0
- {star_magic_program-0.166.0 → star_magic_program-0.167.0}/uqff_registry_xgeo.py +0 -0
|
@@ -7,6 +7,27 @@ Versioning: [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
+
## [0.167.0] — 2026-07-30 — BAND 1: PAPER_164 — MULTI-MESSENGER CALIBRATION
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- **PAPER_164 dispatch** (CERN/GWOSC/EHT/Chandra/CAST
|
|
14
|
+
validation framework, S47, sec 2.3): six datasets mapped
|
|
15
|
+
to MUGE terms. VERIFIED: dE_vac = 13 TeV/(1 fm)³ =
|
|
16
|
+
2.083e39 J/m³ (final value correct; printed per-TeV
|
|
17
|
+
intermediate is a typo); dx = 1.518e-20 m sub-nuclear;
|
|
18
|
+
Chandra B/B_crit = 5.227e-4 EXACT. Osc_term upgraded
|
|
19
|
+
from 146's constant to a variable law (GW231123,
|
|
20
|
+
225 Msun). The (1 fm)³ interaction volume echoes 154's
|
|
21
|
+
lambda_SCm = 1 fm. PINNED: SGR 1745 B fork — Chandra
|
|
22
|
+
2.3e10 T vs 148/158's 3e11 T (13×); B_crit = 4.4e13
|
|
23
|
+
second vote (Q-002); sec-5 self-contradiction
|
|
24
|
+
("resonance dominates" at beta ≈ 1, which per 158/155
|
|
25
|
+
means compressed dominates).
|
|
26
|
+
- OPEN_RULING Q-160.
|
|
27
|
+
- Gate: 1,113 assertions, 0 failures. Registry: 405 rows / 866 edges / 168 ledgers (measured).
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
10
31
|
## [0.166.0] — 2026-07-30 — BAND 1: PAPER_163 — MODULAR COMPRESSED MUGE
|
|
11
32
|
|
|
12
33
|
### 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.
|
|
6
|
+
version: "0.167.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.
|
|
4
|
-
Summary: UQFF Star-Magic-Program v0.
|
|
3
|
+
Version: 0.167.0
|
|
4
|
+
Summary: UQFF Star-Magic-Program v0.167.0: PAPER_164 wired - six-dataset high-energy calibration (ATLAS/CMS/GWOSC/EHT/Chandra/CAST); dE_vac = 2.083e39 J/m^3 verified; Osc_term constant->variable (GW231123); SGR 1745 B FORK 2.3e10 vs 3e11 T (13x); sec-5 resonance-vs-compressed self-contradiction pinned; (1 fm)^3 = 154 lambda_SCm echo. Q-160. Wired 168/2255, gate 1113/0. Registry 405 rows / 866 edges / 168 ledgers (measured).
|
|
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
|
-
[](https://pypi.org/project/star-magic-program/)
|
|
34
|
+
[](https://pypi.org/project/star-magic-program/)
|
|
35
35
|
[](https://star-magic-program.readthedocs.io/en/latest/?badge=latest)
|
|
36
36
|
[](LICENSE)
|
|
37
|
-
[](uqff_fidelity_tests.py)
|
|
38
|
+
[](uqff_calculator.py)
|
|
39
39
|
[](whitepapers/)
|
|
40
40
|
|
|
41
|
-
**UQFF systematic rebuild — v0.
|
|
41
|
+
**UQFF systematic rebuild — v0.167.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.
|
|
80
|
+
## What is currently shipped (v0.167.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:
|
|
88
|
+
**Wired so far: 168 / 2,255** (11 ✓ · 157 ⚠ OPEN_RULING · 160 rulings queued) — multi-messenger calibration; SGR B fork (164)
|
|
89
89
|
|
|
90
90
|
| Paper | Content | Key result |
|
|
91
91
|
|---|---|---|
|
|
@@ -256,6 +256,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
256
256
|
| PAPER_161 | Relativistic SCm Jet | γ = 7.09 verified; curl-free 154-consistent; ~4 vs 98× claim; Q-157 |
|
|
257
257
|
| PAPER_162 | Solar Cycle ω_c | 2.33× testable prediction; amplitude/period/perturbative defects; Q-158 |
|
|
258
258
|
| PAPER_163 | Modular MUGE | 8 functions; 1e11 base-test slip; H0 fork; mixing exposed; Q-159 |
|
|
259
|
+
| PAPER_164 | High-Energy Datasets | dE_vac verified; SGR B fork 13×; sec-5 contradiction; Q-160 |
|
|
259
260
|
|
|
260
261
|
### Corpus (2,419 files)
|
|
261
262
|
- `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
|
|
@@ -266,7 +267,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
266
267
|
v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
|
|
267
268
|
- `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
|
|
268
269
|
`calc(paper_id, dataset)` public interface.
|
|
269
|
-
- `uqff_fidelity_tests.py` — 9-block gate (1,
|
|
270
|
+
- `uqff_fidelity_tests.py` — 9-block gate (1,113 assertions), locking every
|
|
270
271
|
primitive identity + every wired paper's stated values. Runs on every ship.
|
|
271
272
|
|
|
272
273
|
### Registry pantheon (live, grows per band)
|
|
@@ -453,7 +454,8 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
453
454
|
| v0.163.0 | Band 1: PAPER_160 | 164 |
|
|
454
455
|
| v0.164.0 | Band 1: PAPER_161 | 165 |
|
|
455
456
|
| v0.165.0 | Band 1: PAPER_162 | 166 |
|
|
456
|
-
|
|
|
457
|
+
| v0.166.0 | Band 1: PAPER_163 | 167 |
|
|
458
|
+
| **v0.167.0** ← current | Band 1: PAPER_164 | 168 |
|
|
457
459
|
| v0.4.0+ | One band per session (~20-80 papers each) | growing |
|
|
458
460
|
| PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
|
|
459
461
|
| v1.0.0 | Full whitepaper coverage | 2,255 |
|
|
@@ -1,14 +1,14 @@
|
|
|
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
|
-
**UQFF systematic rebuild — v0.
|
|
11
|
+
**UQFF systematic rebuild — v0.167.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.
|
|
50
|
+
## What is currently shipped (v0.167.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:
|
|
58
|
+
**Wired so far: 168 / 2,255** (11 ✓ · 157 ⚠ OPEN_RULING · 160 rulings queued) — multi-messenger calibration; SGR B fork (164)
|
|
59
59
|
|
|
60
60
|
| Paper | Content | Key result |
|
|
61
61
|
|---|---|---|
|
|
@@ -226,6 +226,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
226
226
|
| PAPER_161 | Relativistic SCm Jet | γ = 7.09 verified; curl-free 154-consistent; ~4 vs 98× claim; Q-157 |
|
|
227
227
|
| PAPER_162 | Solar Cycle ω_c | 2.33× testable prediction; amplitude/period/perturbative defects; Q-158 |
|
|
228
228
|
| PAPER_163 | Modular MUGE | 8 functions; 1e11 base-test slip; H0 fork; mixing exposed; Q-159 |
|
|
229
|
+
| PAPER_164 | High-Energy Datasets | dE_vac verified; SGR B fork 13×; sec-5 contradiction; Q-160 |
|
|
229
230
|
|
|
230
231
|
### Corpus (2,419 files)
|
|
231
232
|
- `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
|
|
@@ -236,7 +237,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
236
237
|
v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
|
|
237
238
|
- `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
|
|
238
239
|
`calc(paper_id, dataset)` public interface.
|
|
239
|
-
- `uqff_fidelity_tests.py` — 9-block gate (1,
|
|
240
|
+
- `uqff_fidelity_tests.py` — 9-block gate (1,113 assertions), locking every
|
|
240
241
|
primitive identity + every wired paper's stated values. Runs on every ship.
|
|
241
242
|
|
|
242
243
|
### Registry pantheon (live, grows per band)
|
|
@@ -423,7 +424,8 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
423
424
|
| v0.163.0 | Band 1: PAPER_160 | 164 |
|
|
424
425
|
| v0.164.0 | Band 1: PAPER_161 | 165 |
|
|
425
426
|
| v0.165.0 | Band 1: PAPER_162 | 166 |
|
|
426
|
-
|
|
|
427
|
+
| v0.166.0 | Band 1: PAPER_163 | 167 |
|
|
428
|
+
| **v0.167.0** ← current | Band 1: PAPER_164 | 168 |
|
|
427
429
|
| v0.4.0+ | One band per session (~20-80 papers each) | growing |
|
|
428
430
|
| PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
|
|
429
431
|
| v1.0.0 | Full whitepaper coverage | 2,255 |
|
|
@@ -1985,3 +1985,12 @@ Wired 7/2,255 (2 ✓, 5 ⚠). Rulings Q-001..Q-007 open. Next: PAPER_008.
|
|
|
1985
1985
|
- Campaign: 167/2,255 (11 ✓, 156 ⚠). Next: PAPER_164.
|
|
1986
1986
|
|
|
1987
1987
|
---
|
|
1988
|
+
|
|
1989
|
+
## 2026-07-30 — v0.167.0 — BAND 1: PAPER_164
|
|
1990
|
+
|
|
1991
|
+
- PAPER_164 wired (⚠ Q-160): six-dataset multi-messenger
|
|
1992
|
+
calibration. dE_vac verified; SGR B fork 13x; sec-5
|
|
1993
|
+
resonance/compressed contradiction pinned.
|
|
1994
|
+
- Campaign: 168/2,255 (11 ✓, 157 ⚠). Next: PAPER_165.
|
|
1995
|
+
|
|
1996
|
+
---
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
## Summary
|
|
12
12
|
|
|
13
13
|
- **Total papers:** 2255
|
|
14
|
-
- **Wired:**
|
|
14
|
+
- **Wired:** 168 (11 ✓, 157 ⚠ OPEN_RULING)
|
|
15
15
|
- **OPEN targets:** 0
|
|
16
|
-
- **Not yet touched:**
|
|
16
|
+
- **Not yet touched:** 2087
|
|
17
17
|
|
|
18
18
|
---
|
|
19
19
|
|
|
@@ -896,7 +896,7 @@
|
|
|
896
896
|
| ⬜ | PAPER_1647 | UHECR E MAX 7E20 EV |
|
|
897
897
|
| ⬜ | PAPER_1648 | PSR CRAB GAMMA 302 |
|
|
898
898
|
| ⬜ | PAPER_1649 | SCHWARZSCHILD CRITERION 0 84 |
|
|
899
|
-
|
|
|
899
|
+
| ⚠ | PAPER_164 | HighEnergy Dataset UQFF Validation CERN GWOSC EHT Chandra |
|
|
900
900
|
| ⬜ | PAPER_1650 | BH SEED MASS 56160 MSUN |
|
|
901
901
|
| ⬜ | PAPER_1651 | COSMIC FILAMENT DIM 2 |
|
|
902
902
|
| ⬜ | PAPER_1652 | POP III IMF MAX 120 |
|
|
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "star-magic-program"
|
|
7
|
-
version = "0.
|
|
8
|
-
description = "UQFF Star-Magic-Program v0.
|
|
7
|
+
version = "0.167.0"
|
|
8
|
+
description = "UQFF Star-Magic-Program v0.167.0: PAPER_164 wired - six-dataset high-energy calibration (ATLAS/CMS/GWOSC/EHT/Chandra/CAST); dE_vac = 2.083e39 J/m^3 verified; Osc_term constant->variable (GW231123); SGR 1745 B FORK 2.3e10 vs 3e11 T (13x); sec-5 resonance-vs-compressed self-contradiction pinned; (1 fm)^3 = 154 lambda_SCm echo. Q-160. Wired 168/2255, gate 1113/0. Registry 405 rows / 866 edges / 168 ledgers (measured)."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
authors = [
|
|
11
11
|
{ name = "Daniel T. Murphy", email = "daniel.murphy00@enrgyone.com" }
|
{star_magic_program-0.166.0 → star_magic_program-0.167.0}/star_magic_program.egg-info/PKG-INFO
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: star-magic-program
|
|
3
|
-
Version: 0.
|
|
4
|
-
Summary: UQFF Star-Magic-Program v0.
|
|
3
|
+
Version: 0.167.0
|
|
4
|
+
Summary: UQFF Star-Magic-Program v0.167.0: PAPER_164 wired - six-dataset high-energy calibration (ATLAS/CMS/GWOSC/EHT/Chandra/CAST); dE_vac = 2.083e39 J/m^3 verified; Osc_term constant->variable (GW231123); SGR 1745 B FORK 2.3e10 vs 3e11 T (13x); sec-5 resonance-vs-compressed self-contradiction pinned; (1 fm)^3 = 154 lambda_SCm echo. Q-160. Wired 168/2255, gate 1113/0. Registry 405 rows / 866 edges / 168 ledgers (measured).
|
|
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
|
-
[](https://pypi.org/project/star-magic-program/)
|
|
34
|
+
[](https://pypi.org/project/star-magic-program/)
|
|
35
35
|
[](https://star-magic-program.readthedocs.io/en/latest/?badge=latest)
|
|
36
36
|
[](LICENSE)
|
|
37
|
-
[](uqff_fidelity_tests.py)
|
|
38
|
+
[](uqff_calculator.py)
|
|
39
39
|
[](whitepapers/)
|
|
40
40
|
|
|
41
|
-
**UQFF systematic rebuild — v0.
|
|
41
|
+
**UQFF systematic rebuild — v0.167.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.
|
|
80
|
+
## What is currently shipped (v0.167.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:
|
|
88
|
+
**Wired so far: 168 / 2,255** (11 ✓ · 157 ⚠ OPEN_RULING · 160 rulings queued) — multi-messenger calibration; SGR B fork (164)
|
|
89
89
|
|
|
90
90
|
| Paper | Content | Key result |
|
|
91
91
|
|---|---|---|
|
|
@@ -256,6 +256,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
256
256
|
| PAPER_161 | Relativistic SCm Jet | γ = 7.09 verified; curl-free 154-consistent; ~4 vs 98× claim; Q-157 |
|
|
257
257
|
| PAPER_162 | Solar Cycle ω_c | 2.33× testable prediction; amplitude/period/perturbative defects; Q-158 |
|
|
258
258
|
| PAPER_163 | Modular MUGE | 8 functions; 1e11 base-test slip; H0 fork; mixing exposed; Q-159 |
|
|
259
|
+
| PAPER_164 | High-Energy Datasets | dE_vac verified; SGR B fork 13×; sec-5 contradiction; Q-160 |
|
|
259
260
|
|
|
260
261
|
### Corpus (2,419 files)
|
|
261
262
|
- `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
|
|
@@ -266,7 +267,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
266
267
|
v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
|
|
267
268
|
- `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
|
|
268
269
|
`calc(paper_id, dataset)` public interface.
|
|
269
|
-
- `uqff_fidelity_tests.py` — 9-block gate (1,
|
|
270
|
+
- `uqff_fidelity_tests.py` — 9-block gate (1,113 assertions), locking every
|
|
270
271
|
primitive identity + every wired paper's stated values. Runs on every ship.
|
|
271
272
|
|
|
272
273
|
### Registry pantheon (live, grows per band)
|
|
@@ -453,7 +454,8 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
453
454
|
| v0.163.0 | Band 1: PAPER_160 | 164 |
|
|
454
455
|
| v0.164.0 | Band 1: PAPER_161 | 165 |
|
|
455
456
|
| v0.165.0 | Band 1: PAPER_162 | 166 |
|
|
456
|
-
|
|
|
457
|
+
| v0.166.0 | Band 1: PAPER_163 | 167 |
|
|
458
|
+
| **v0.167.0** ← current | Band 1: PAPER_164 | 168 |
|
|
457
459
|
| v0.4.0+ | One band per session (~20-80 papers each) | growing |
|
|
458
460
|
| PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
|
|
459
461
|
| v1.0.0 | Full whitepaper coverage | 2,255 |
|
|
@@ -58,7 +58,7 @@ from uqff_registry_primitives import (
|
|
|
58
58
|
DELTA_M2_21_EV2, DELTA_M2_32_EV2,
|
|
59
59
|
)
|
|
60
60
|
|
|
61
|
-
VERSION = "0.
|
|
61
|
+
VERSION = "0.167.0"
|
|
62
62
|
|
|
63
63
|
# =============================================================================
|
|
64
64
|
# DISPATCH TABLE — grown one whitepaper at a time.
|
|
@@ -8702,3 +8702,54 @@ def _paper_163(dataset):
|
|
|
8702
8702
|
'residual_pct': abs(1.1e-52 * (2.998e8)**2 / 3 - 3.293e-36) / 3.293e-36 * 100,
|
|
8703
8703
|
'status': 'OPEN_RULING',
|
|
8704
8704
|
}
|
|
8705
|
+
|
|
8706
|
+
|
|
8707
|
+
@_register('PAPER_164')
|
|
8708
|
+
def _paper_164(dataset):
|
|
8709
|
+
"""High-energy dataset validation - CERN/GWOSC/EHT/Chandra (S47, sec 2.3).
|
|
8710
|
+
|
|
8711
|
+
Six-dataset calibration framework mapping observables to
|
|
8712
|
+
MUGE terms. VERIFIED: dE_vac = 13 TeV/(1 fm)^3 =
|
|
8713
|
+
2.083e39 J/m^3 CORRECT (the printed intermediate
|
|
8714
|
+
"1.602e-6 per TeV" is a typo - actual 1.602e-7 - but
|
|
8715
|
+
the final value is right); dx = hbar*c/(2*6.5 TeV) =
|
|
8716
|
+
1.518e-20 m (paper 1.5e-20); Chandra B/B_crit =
|
|
8717
|
+
5.227e-4 EXACT with G->T conversion clean; f_super =
|
|
8718
|
+
0.99948. Osc_term upgraded constant -> variable
|
|
8719
|
+
(h_GW*omega_GW^2*r^2*M/M_merger, GW231123 225 Msun);
|
|
8720
|
+
EHT eps_shadow = 0.02; ALP g_agg < 6e-11 GeV^-1 (CAST).
|
|
8721
|
+
LAMBDA_SCM ECHO: the (1 fm)^3 interaction volume =
|
|
8722
|
+
154's lambda_SCm = 1 fm (Q-150b family).
|
|
8723
|
+
SGR B FORK (Q-160a): Chandra "confirms" B = 2.3e10 T
|
|
8724
|
+
for SGR 1745 - but 148/158 use 3e11 T for the SAME
|
|
8725
|
+
object (13x). B_crit = 4.4e13 gets its SECOND vote
|
|
8726
|
+
(Q-002 family, after 158).
|
|
8727
|
+
SELF-CONTRADICTION (Q-160b): sec 5 concludes "resonance
|
|
8728
|
+
MUGE dominates" from f_super ~ 1 - but under 158's own
|
|
8729
|
+
blend, beta(2.3e10/4.4e13) = 0.99948 ~ 1 means
|
|
8730
|
+
COMPRESSED dominates; and the cited 155 keystone is the
|
|
8731
|
+
DPM-seeded (compressed) limit. The sentence contradicts
|
|
8732
|
+
the framework it cites.
|
|
8733
|
+
"""
|
|
8734
|
+
tev_j = 1.602e-19 * 1e12
|
|
8735
|
+
de_vac = 13 * tev_j / (1e-15)**3
|
|
8736
|
+
return {
|
|
8737
|
+
'value': {
|
|
8738
|
+
'domain': '2.3 (multi-messenger calibration, thread 7f9068)',
|
|
8739
|
+
'de_vac': de_vac, # 2.083e39 CORRECT
|
|
8740
|
+
'intermediate_typo': '1.602e-6/TeV printed; actual 1.602e-7 - final value right',
|
|
8741
|
+
'dx_lhc': 197.327e6 * 1.602e-19 * 1e-15 / (2 * 6.5 * tev_j), # 1.518e-20
|
|
8742
|
+
'b_over_bcrit_chandra': 2.3e10 / 4.4e13, # 5.227e-4
|
|
8743
|
+
'f_super': 1 - 2.3e10 / 4.4e13, # 0.99948
|
|
8744
|
+
'sgr_b_fork': '2.3e10 T (Chandra) vs 3e11 T (148/158) = 13x - Q-160a',
|
|
8745
|
+
'bcrit_vote2': '4.4e13 second vote (Q-002)',
|
|
8746
|
+
'osc_term_upgrade': 'constant (146) -> h_GW*w^2*r^2*M/M_merger (GW231123 225 Msun)',
|
|
8747
|
+
'eht_eps_shadow': 0.02,
|
|
8748
|
+
'lambda_scm_echo': '(1 fm)^3 volume = 154 lambda_SCm (Q-150b)',
|
|
8749
|
+
'contradiction': 'sec 5 "resonance dominates" vs beta~1 = compressed per 158/155',
|
|
8750
|
+
},
|
|
8751
|
+
'formula': 'dE_vac = E_coll/(1 fm)^3; Osc = h_GW*w_GW^2*r^2*M/M_m; B/B_crit Chandra',
|
|
8752
|
+
'source': 'PAPER_164',
|
|
8753
|
+
'residual_pct': abs(de_vac - 2.083e39) / 2.083e39 * 100,
|
|
8754
|
+
'status': 'OPEN_RULING',
|
|
8755
|
+
}
|
|
@@ -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.
|
|
101
|
+
assert_that(C.VERSION == "0.167.0", "uqff_calculator.VERSION = 0.167.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")
|
|
@@ -2422,6 +2422,19 @@ assert_that(_r163['h0_canonical'] > _r163['h0_paper'],
|
|
|
2422
2422
|
"PAPER_163: H0 fork - 67.4 hardcoded vs canonical A_5+SO_5 = 70 (Q-159b)")
|
|
2423
2423
|
assert_that(C.wired_count() >= 167, "wired_count >= 167")
|
|
2424
2424
|
|
|
2425
|
+
_r164 = C.calc('PAPER_164')['value']
|
|
2426
|
+
assert_that(abs(_r164['de_vac'] - 2.083e39) / 2.083e39 < 0.001,
|
|
2427
|
+
"PAPER_164: dE_vac = 13 TeV/(1 fm)^3 = 2.083e39 J/m^3 CORRECT (intermediate typo only)")
|
|
2428
|
+
assert_that(abs(_r164['dx_lhc'] - 1.518e-20) / 1.518e-20 < 0.001,
|
|
2429
|
+
"PAPER_164: dx = hbar*c/(2*6.5 TeV) = 1.518e-20 m (paper 1.5e-20)")
|
|
2430
|
+
assert_that(abs(_r164['b_over_bcrit_chandra'] - 5.227e-4) / 5.227e-4 < 0.001,
|
|
2431
|
+
"PAPER_164: Chandra B/B_crit = 5.227e-4 EXACT (paper 5.23e-4)")
|
|
2432
|
+
assert_that('13x' in _r164['sgr_b_fork'],
|
|
2433
|
+
"PAPER_164: SGR 1745 B fork 2.3e10 vs 3e11 T pinned (Q-160a)")
|
|
2434
|
+
assert_that('compressed' in _r164['contradiction'],
|
|
2435
|
+
"PAPER_164: sec 5 resonance-dominates claim contradicts 158/155 at beta~1 (Q-160b)")
|
|
2436
|
+
assert_that(C.wired_count() >= 168, "wired_count >= 168")
|
|
2437
|
+
|
|
2425
2438
|
# =============================================================================
|
|
2426
2439
|
# REPORT
|
|
2427
2440
|
# =============================================================================
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{star_magic_program-0.166.0 → star_magic_program-0.167.0}/UNIFIED_REGISTRY_FALSIFIABILITY.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{star_magic_program-0.166.0 → star_magic_program-0.167.0}/star_magic_program.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{star_magic_program-0.166.0 → star_magic_program-0.167.0}/star_magic_program.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|