star-magic-program 0.154.0__tar.gz → 0.155.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.154.0 → star_magic_program-0.155.0}/CHANGELOG.md +21 -0
- {star_magic_program-0.154.0 → star_magic_program-0.155.0}/CITATION.cff +1 -1
- {star_magic_program-0.154.0 → star_magic_program-0.155.0}/PKG-INFO +13 -11
- {star_magic_program-0.154.0 → star_magic_program-0.155.0}/README.md +11 -9
- {star_magic_program-0.154.0 → star_magic_program-0.155.0}/SESSION_LOG.md +9 -0
- {star_magic_program-0.154.0 → star_magic_program-0.155.0}/WHITEPAPER_INDEX.md +3 -3
- {star_magic_program-0.154.0 → star_magic_program-0.155.0}/pyproject.toml +2 -2
- {star_magic_program-0.154.0 → star_magic_program-0.155.0}/star_magic_program.egg-info/PKG-INFO +13 -11
- {star_magic_program-0.154.0 → star_magic_program-0.155.0}/uqff_calculator.py +58 -1
- {star_magic_program-0.154.0 → star_magic_program-0.155.0}/uqff_fidelity_tests.py +14 -1
- {star_magic_program-0.154.0 → star_magic_program-0.155.0}/COMMERCIAL.md +0 -0
- {star_magic_program-0.154.0 → star_magic_program-0.155.0}/LICENSE +0 -0
- {star_magic_program-0.154.0 → star_magic_program-0.155.0}/LICENSE-AGPL-3.0.txt +0 -0
- {star_magic_program-0.154.0 → star_magic_program-0.155.0}/LICENSE-MIT-INITIAL.txt +0 -0
- {star_magic_program-0.154.0 → star_magic_program-0.155.0}/NOTICE +0 -0
- {star_magic_program-0.154.0 → star_magic_program-0.155.0}/UNIFIED_REGISTRY_FALSIFIABILITY.md +0 -0
- {star_magic_program-0.154.0 → star_magic_program-0.155.0}/UNIFIED_REGISTRY_PROGRAM_PLAN.md +0 -0
- {star_magic_program-0.154.0 → star_magic_program-0.155.0}/UNIFIED_REGISTRY_RESULTS_TABLE.md +0 -0
- {star_magic_program-0.154.0 → star_magic_program-0.155.0}/UNIFIED_REGISTRY_SCHEMA.md +0 -0
- {star_magic_program-0.154.0 → star_magic_program-0.155.0}/UNIFIED_REGISTRY_STATUS_REPORT.md +0 -0
- {star_magic_program-0.154.0 → star_magic_program-0.155.0}/UNIFIED_REGISTRY_VERSION.txt +0 -0
- {star_magic_program-0.154.0 → star_magic_program-0.155.0}/_BUILD_LOG.md +0 -0
- {star_magic_program-0.154.0 → star_magic_program-0.155.0}/registry_generator.py +0 -0
- {star_magic_program-0.154.0 → star_magic_program-0.155.0}/setup.cfg +0 -0
- {star_magic_program-0.154.0 → star_magic_program-0.155.0}/star_magic_program.egg-info/SOURCES.txt +0 -0
- {star_magic_program-0.154.0 → star_magic_program-0.155.0}/star_magic_program.egg-info/dependency_links.txt +0 -0
- {star_magic_program-0.154.0 → star_magic_program-0.155.0}/star_magic_program.egg-info/top_level.txt +0 -0
- {star_magic_program-0.154.0 → star_magic_program-0.155.0}/uqff_registry_graph.py +0 -0
- {star_magic_program-0.154.0 → star_magic_program-0.155.0}/uqff_registry_primitives.py +0 -0
- {star_magic_program-0.154.0 → star_magic_program-0.155.0}/uqff_registry_status.py +0 -0
- {star_magic_program-0.154.0 → star_magic_program-0.155.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.155.0] — 2026-07-30 — BAND 1: PAPER_152 — FORMULA FORK ROOT CAUSE
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- **PAPER_152 dispatch** (Student's Guide cosmological
|
|
14
|
+
baseline, sec 2.2 — closes the 7-system suite): g =
|
|
15
|
+
3.958e14 floor; 38.4-decade cascade EXACT; term arithmetic
|
|
16
|
+
EXACT where stated. ROOT CAUSE FOUND: this paper uses a
|
|
17
|
+
THIRD 12-term formula set (plasma-form afluid, direct-form
|
|
18
|
+
asuper) differing from both the 146/147 derivations and the
|
|
19
|
+
implied table set — explaining every formula-vs-table
|
|
20
|
+
discrepancy (Q-143a/145a/146). Total sits 13 orders below
|
|
21
|
+
its own largest term (hand-waved normalization —
|
|
22
|
+
fingerprint-consistent). Slips: aquantum/afluid 100x, LCDM
|
|
23
|
+
10x (mantissa-exact); Osc kappa-day × t-Myr unit mix; H0
|
|
24
|
+
67.4-vs-70 fork (predecessor canonized 70); SGR1745
|
|
25
|
+
double-listed. Honest LCDM scope statement acknowledged.
|
|
26
|
+
- OPEN_RULING Q-148.
|
|
27
|
+
- Gate: 1,038 assertions, 0 failures. Registry: 381 rows / 811 edges / 156 ledgers (measured).
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
10
31
|
## [0.154.0] — 2026-07-30 — BAND 1: PAPER_151 — VALUE FINGERPRINT
|
|
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.155.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.155.0
|
|
4
|
+
Summary: UQFF Star-Magic-Program v0.155.0: PAPER_152 wired - cosmological baseline closes the 7-system suite (38.4-decade cascade EXACT; FORMULA SET FORK No. 3 found - three coexisting 12-term formula sets are the root cause of all table discrepancies; total 13 orders below own largest term; H0 67.4-vs-70 fork; honest LCDM scope statement). Q-148 queued. Wired 156/2255, gate 1038/0. Registry 381 rows / 811 edges / 156 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.155.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.155.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: 156 / 2,255** (11 ✓ · 145 ⚠ OPEN_RULING · 148 rulings queued) — formula set fork No. 3 root cause (152)
|
|
89
89
|
|
|
90
90
|
| Paper | Content | Key result |
|
|
91
91
|
|---|---|---|
|
|
@@ -244,6 +244,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
244
244
|
| PAPER_149 | Sgr A* aDPM | scope-inside-r_s; inversion confirmed (1e15); abstract 6-order fork; Q-145 |
|
|
245
245
|
| PAPER_150 | Tapestry/Westerlund | floor claim 1e6 self-contradiction; 20-yr prediction; slips; Q-146 |
|
|
246
246
|
| PAPER_151 | Pillars/Rings | 1-2-5 x (1+P_SCm) fingerprint; lensing 30-order flag; Q-147 |
|
|
247
|
+
| PAPER_152 | Cosmological Base | 38.4-decade cascade; formula fork No. 3 root cause; H0 fork; Q-148 |
|
|
247
248
|
|
|
248
249
|
### Corpus (2,419 files)
|
|
249
250
|
- `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
|
|
@@ -254,7 +255,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
254
255
|
v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
|
|
255
256
|
- `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
|
|
256
257
|
`calc(paper_id, dataset)` public interface.
|
|
257
|
-
- `uqff_fidelity_tests.py` — 9-block gate (1,
|
|
258
|
+
- `uqff_fidelity_tests.py` — 9-block gate (1,038 assertions), locking every
|
|
258
259
|
primitive identity + every wired paper's stated values. Runs on every ship.
|
|
259
260
|
|
|
260
261
|
### Registry pantheon (live, grows per band)
|
|
@@ -429,7 +430,8 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
429
430
|
| v0.151.0 | Band 1: PAPER_148 | 152 |
|
|
430
431
|
| v0.152.0 | Band 1: PAPER_149 | 153 |
|
|
431
432
|
| v0.153.0 | Band 1: PAPER_150 | 154 |
|
|
432
|
-
|
|
|
433
|
+
| v0.154.0 | Band 1: PAPER_151 | 155 |
|
|
434
|
+
| **v0.155.0** ← current | Band 1: PAPER_152 | 156 |
|
|
433
435
|
| v0.4.0+ | One band per session (~20-80 papers each) | growing |
|
|
434
436
|
| PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
|
|
435
437
|
| 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.155.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.155.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: 156 / 2,255** (11 ✓ · 145 ⚠ OPEN_RULING · 148 rulings queued) — formula set fork No. 3 root cause (152)
|
|
59
59
|
|
|
60
60
|
| Paper | Content | Key result |
|
|
61
61
|
|---|---|---|
|
|
@@ -214,6 +214,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
214
214
|
| PAPER_149 | Sgr A* aDPM | scope-inside-r_s; inversion confirmed (1e15); abstract 6-order fork; Q-145 |
|
|
215
215
|
| PAPER_150 | Tapestry/Westerlund | floor claim 1e6 self-contradiction; 20-yr prediction; slips; Q-146 |
|
|
216
216
|
| PAPER_151 | Pillars/Rings | 1-2-5 x (1+P_SCm) fingerprint; lensing 30-order flag; Q-147 |
|
|
217
|
+
| PAPER_152 | Cosmological Base | 38.4-decade cascade; formula fork No. 3 root cause; H0 fork; Q-148 |
|
|
217
218
|
|
|
218
219
|
### Corpus (2,419 files)
|
|
219
220
|
- `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
|
|
@@ -224,7 +225,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
224
225
|
v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
|
|
225
226
|
- `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
|
|
226
227
|
`calc(paper_id, dataset)` public interface.
|
|
227
|
-
- `uqff_fidelity_tests.py` — 9-block gate (1,
|
|
228
|
+
- `uqff_fidelity_tests.py` — 9-block gate (1,038 assertions), locking every
|
|
228
229
|
primitive identity + every wired paper's stated values. Runs on every ship.
|
|
229
230
|
|
|
230
231
|
### Registry pantheon (live, grows per band)
|
|
@@ -399,7 +400,8 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
399
400
|
| v0.151.0 | Band 1: PAPER_148 | 152 |
|
|
400
401
|
| v0.152.0 | Band 1: PAPER_149 | 153 |
|
|
401
402
|
| v0.153.0 | Band 1: PAPER_150 | 154 |
|
|
402
|
-
|
|
|
403
|
+
| v0.154.0 | Band 1: PAPER_151 | 155 |
|
|
404
|
+
| **v0.155.0** ← current | Band 1: PAPER_152 | 156 |
|
|
403
405
|
| v0.4.0+ | One band per session (~20-80 papers each) | growing |
|
|
404
406
|
| PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
|
|
405
407
|
| v1.0.0 | Full whitepaper coverage | 2,255 |
|
|
@@ -1875,3 +1875,12 @@ Wired 7/2,255 (2 ✓, 5 ⚠). Rulings Q-001..Q-007 open. Next: PAPER_008.
|
|
|
1875
1875
|
- Campaign: 155/2,255 (11 ✓, 144 ⚠). Next: PAPER_152.
|
|
1876
1876
|
|
|
1877
1877
|
---
|
|
1878
|
+
|
|
1879
|
+
## 2026-07-30 — v0.155.0 — BAND 1: PAPER_152
|
|
1880
|
+
|
|
1881
|
+
- PAPER_152 wired (⚠ Q-148): cosmological baseline closes the
|
|
1882
|
+
system suite. Formula set fork No. 3 = root cause of the
|
|
1883
|
+
table discrepancies; total-vs-terms 13 orders; H0 fork.
|
|
1884
|
+
- Campaign: 156/2,255 (11 ✓, 145 ⚠). Next: PAPER_153.
|
|
1885
|
+
|
|
1886
|
+
---
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
## Summary
|
|
12
12
|
|
|
13
13
|
- **Total papers:** 2255
|
|
14
|
-
- **Wired:**
|
|
14
|
+
- **Wired:** 156 (11 ✓, 145 ⚠ OPEN_RULING)
|
|
15
15
|
- **OPEN targets:** 0
|
|
16
|
-
- **Not yet touched:**
|
|
16
|
+
- **Not yet touched:** 2099
|
|
17
17
|
|
|
18
18
|
---
|
|
19
19
|
|
|
@@ -764,7 +764,7 @@
|
|
|
764
764
|
| ⬜ | PAPER_1527 | PI OVER 4 TRANSCENDENTAL |
|
|
765
765
|
| ⬜ | PAPER_1528 | CATALAN G TRANSCENDENTAL |
|
|
766
766
|
| ⬜ | PAPER_1529 | ZETA 2 TRANSCENDENTAL |
|
|
767
|
-
|
|
|
767
|
+
| ⚠ | PAPER_152 | UQFF StudentsGuide Cosmological MUGE Baseline |
|
|
768
768
|
| ⬜ | PAPER_1530 | ZETA 3 APERY TRANSCENDENTAL |
|
|
769
769
|
| ⬜ | PAPER_1531 | GAMMA EULER TRANSCENDENTAL |
|
|
770
770
|
| ⬜ | PAPER_1532 | H2O MOLAR MASS 18 |
|
|
@@ -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.155.0"
|
|
8
|
+
description = "UQFF Star-Magic-Program v0.155.0: PAPER_152 wired - cosmological baseline closes the 7-system suite (38.4-decade cascade EXACT; FORMULA SET FORK No. 3 found - three coexisting 12-term formula sets are the root cause of all table discrepancies; total 13 orders below own largest term; H0 67.4-vs-70 fork; honest LCDM scope statement). Q-148 queued. Wired 156/2255, gate 1038/0. Registry 381 rows / 811 edges / 156 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.154.0 → star_magic_program-0.155.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.155.0
|
|
4
|
+
Summary: UQFF Star-Magic-Program v0.155.0: PAPER_152 wired - cosmological baseline closes the 7-system suite (38.4-decade cascade EXACT; FORMULA SET FORK No. 3 found - three coexisting 12-term formula sets are the root cause of all table discrepancies; total 13 orders below own largest term; H0 67.4-vs-70 fork; honest LCDM scope statement). Q-148 queued. Wired 156/2255, gate 1038/0. Registry 381 rows / 811 edges / 156 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.155.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.155.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: 156 / 2,255** (11 ✓ · 145 ⚠ OPEN_RULING · 148 rulings queued) — formula set fork No. 3 root cause (152)
|
|
89
89
|
|
|
90
90
|
| Paper | Content | Key result |
|
|
91
91
|
|---|---|---|
|
|
@@ -244,6 +244,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
244
244
|
| PAPER_149 | Sgr A* aDPM | scope-inside-r_s; inversion confirmed (1e15); abstract 6-order fork; Q-145 |
|
|
245
245
|
| PAPER_150 | Tapestry/Westerlund | floor claim 1e6 self-contradiction; 20-yr prediction; slips; Q-146 |
|
|
246
246
|
| PAPER_151 | Pillars/Rings | 1-2-5 x (1+P_SCm) fingerprint; lensing 30-order flag; Q-147 |
|
|
247
|
+
| PAPER_152 | Cosmological Base | 38.4-decade cascade; formula fork No. 3 root cause; H0 fork; Q-148 |
|
|
247
248
|
|
|
248
249
|
### Corpus (2,419 files)
|
|
249
250
|
- `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
|
|
@@ -254,7 +255,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
254
255
|
v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
|
|
255
256
|
- `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
|
|
256
257
|
`calc(paper_id, dataset)` public interface.
|
|
257
|
-
- `uqff_fidelity_tests.py` — 9-block gate (1,
|
|
258
|
+
- `uqff_fidelity_tests.py` — 9-block gate (1,038 assertions), locking every
|
|
258
259
|
primitive identity + every wired paper's stated values. Runs on every ship.
|
|
259
260
|
|
|
260
261
|
### Registry pantheon (live, grows per band)
|
|
@@ -429,7 +430,8 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
429
430
|
| v0.151.0 | Band 1: PAPER_148 | 152 |
|
|
430
431
|
| v0.152.0 | Band 1: PAPER_149 | 153 |
|
|
431
432
|
| v0.153.0 | Band 1: PAPER_150 | 154 |
|
|
432
|
-
|
|
|
433
|
+
| v0.154.0 | Band 1: PAPER_151 | 155 |
|
|
434
|
+
| **v0.155.0** ← current | Band 1: PAPER_152 | 156 |
|
|
433
435
|
| v0.4.0+ | One band per session (~20-80 papers each) | growing |
|
|
434
436
|
| PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
|
|
435
437
|
| 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.155.0"
|
|
62
62
|
|
|
63
63
|
# =============================================================================
|
|
64
64
|
# DISPATCH TABLE — grown one whitepaper at a time.
|
|
@@ -8064,3 +8064,60 @@ def _paper_151(dataset):
|
|
|
8064
8064
|
'residual_pct': abs(3.09e25 / 206265 - 1.5e20) / 1.5e20 * 100,
|
|
8065
8065
|
'status': 'OPEN_RULING',
|
|
8066
8066
|
}
|
|
8067
|
+
|
|
8068
|
+
|
|
8069
|
+
@_register('PAPER_152')
|
|
8070
|
+
def _paper_152(dataset):
|
|
8071
|
+
"""Student's Guide Cosmological Baseline (S0, sec 2.2).
|
|
8072
|
+
|
|
8073
|
+
Final Cycle 3 system paper: cosmological MUGE floor
|
|
8074
|
+
g = 3.958e14 with the full 7-system 38-decade cascade
|
|
8075
|
+
table (38.4 decades EXACT). Term arithmetic EXACT where
|
|
8076
|
+
stated (aTHz 6.38e-27, asuper 6.287e24, aaether_res
|
|
8077
|
+
1.5e27, aAether_freq 1.8e-3, aexp 1.308e-9).
|
|
8078
|
+
FORMULA SET FORK No. 3 (Q-148a): this paper's 12-term
|
|
8079
|
+
forms differ from PAPER_146/147's derivations (e.g.,
|
|
8080
|
+
afluid = k3 B^2/(4pi rho r) plasma form vs (nu lap_v/
|
|
8081
|
+
Evac) aDPM; asuper = Fsuper fTHz rho v^2 vs the aDPM-
|
|
8082
|
+
cascade form). THREE formula sets now exist (146/147
|
|
8083
|
+
derivations, the implied table set, 152's forms) - the
|
|
8084
|
+
root cause of every formula-vs-table discrepancy.
|
|
8085
|
+
TOTAL-VS-TERMS (Q-148b): the total 3.958e14 sits 13
|
|
8086
|
+
ORDERS below its own largest component (aaether_res
|
|
8087
|
+
1.5e27) - closed by hand-waved "normalization, volume
|
|
8088
|
+
factors, cross-coupling"; total unreproducible from own
|
|
8089
|
+
terms (fingerprint-consistent).
|
|
8090
|
+
SLIPS (Q-148c): aquantum 100x (2.15e-42 chain vs e-40);
|
|
8091
|
+
afluid 100x (1.05e-60 vs e-62); LCDM comparison 10x
|
|
8092
|
+
(3.44e-11 vs 3.4e-12) - all mantissa-exact. Osc t_n = 6.9
|
|
8093
|
+
from kappa[/day] x t[Myr] unit mix (proper days: 2.5e9).
|
|
8094
|
+
H0 fork: 67.4 here vs 70 corpus-canonical (predecessor
|
|
8095
|
+
PAPER_1573). 7-system table lists SGR1745 TWICE (6 unique
|
|
8096
|
+
+ repeat). Honest note: the LCDM comparison is explicitly
|
|
8097
|
+
declared inappropriate (scope statement consistent with
|
|
8098
|
+
148/149).
|
|
8099
|
+
"""
|
|
8100
|
+
import math as _m
|
|
8101
|
+
return {
|
|
8102
|
+
'value': {
|
|
8103
|
+
'domain': '2.2 (cosmological baseline; closes system suite)',
|
|
8104
|
+
'g_muge': 3.958e14,
|
|
8105
|
+
'cascade_decades': _m.log10(4.105e29 / 1.773e-9), # 38.4 EXACT
|
|
8106
|
+
'term_exact': {'aTHz': 6.381e-27, 'asuper': 6.287e24,
|
|
8107
|
+
'aaether_res': 1.5e27, 'aexp': 1.308e-9},
|
|
8108
|
+
'formula_fork_no3': 'afluid plasma form + asuper direct form differ from 146/147',
|
|
8109
|
+
'three_formula_sets': '146/147 derivations vs implied tables vs 152 forms',
|
|
8110
|
+
'total_vs_largest': 1.5e27 / 3.958e14, # 3.8e12 - 13 orders
|
|
8111
|
+
'total_unreproducible': 'closed by hand-waved normalization (fingerprint-consistent)',
|
|
8112
|
+
'slips_100x': ('aquantum 2.15e-42 vs e-40', 'afluid 1.05e-60 vs e-62'),
|
|
8113
|
+
'slip_10x': 'LCDM 3.44e-11 vs 3.4e-12',
|
|
8114
|
+
'osc_unit_mix': 't_n = kappa[/day] x t[Myr] = 6.9 (proper days 2.5e9)',
|
|
8115
|
+
'h0_fork': (67.4, 70),
|
|
8116
|
+
'sgr1745_double_listed': True,
|
|
8117
|
+
'scope_honesty': 'LCDM comparison declared inappropriate - 148/149-consistent',
|
|
8118
|
+
},
|
|
8119
|
+
'formula': '12-term (152 variant forms); cascade table 38 decades',
|
|
8120
|
+
'source': 'PAPER_152',
|
|
8121
|
+
'residual_pct': abs(_m.log10(4.105e29 / 1.773e-9) - 38.4) / 38.4 * 100,
|
|
8122
|
+
'status': 'OPEN_RULING',
|
|
8123
|
+
}
|
|
@@ -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.155.0", "uqff_calculator.VERSION = 0.155.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")
|
|
@@ -2260,6 +2260,19 @@ assert_that('10x' in _r151['b_label_slip'],
|
|
|
2260
2260
|
"PAPER_151: B-label 10x slip pinned (150 family) (Q-147c)")
|
|
2261
2261
|
assert_that(C.wired_count() >= 155, "wired_count >= 155")
|
|
2262
2262
|
|
|
2263
|
+
_r152 = C.calc('PAPER_152')['value']
|
|
2264
|
+
assert_that(abs(_r152['cascade_decades'] - 38.4) < 0.1,
|
|
2265
|
+
"PAPER_152: 7-system cascade spans 38.4 decades EXACT")
|
|
2266
|
+
assert_that(abs(_r152['term_exact']['aaether_res'] - 1.5e27) < 0.01e27,
|
|
2267
|
+
"PAPER_152: aaether_res = 1.5e27 EXACT (largest term)")
|
|
2268
|
+
assert_that(_r152['total_vs_largest'] > 1e12,
|
|
2269
|
+
"PAPER_152: total 13 orders below its own largest term - unreproducible (Q-148b)")
|
|
2270
|
+
assert_that('differ from 146/147' in _r152['formula_fork_no3'],
|
|
2271
|
+
"PAPER_152: formula set fork No. 3 - three 12-term formula sets corpus-wide (Q-148a)")
|
|
2272
|
+
assert_that(_r152['h0_fork'] == (67.4, 70),
|
|
2273
|
+
"PAPER_152: H0 fork 67.4-vs-70 pinned (predecessor canonized 70)")
|
|
2274
|
+
assert_that(C.wired_count() >= 156, "wired_count >= 156")
|
|
2275
|
+
|
|
2263
2276
|
# =============================================================================
|
|
2264
2277
|
# REPORT
|
|
2265
2278
|
# =============================================================================
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{star_magic_program-0.154.0 → star_magic_program-0.155.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.154.0 → star_magic_program-0.155.0}/star_magic_program.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{star_magic_program-0.154.0 → star_magic_program-0.155.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
|