star-magic-program 0.205.0__tar.gz → 0.206.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.205.0 → star_magic_program-0.206.0}/CHANGELOG.md +9 -0
- {star_magic_program-0.205.0 → star_magic_program-0.206.0}/CITATION.cff +1 -1
- {star_magic_program-0.205.0 → star_magic_program-0.206.0}/PKG-INFO +13 -11
- {star_magic_program-0.205.0 → star_magic_program-0.206.0}/README.md +11 -9
- {star_magic_program-0.205.0 → star_magic_program-0.206.0}/SESSION_LOG.md +7 -0
- {star_magic_program-0.205.0 → star_magic_program-0.206.0}/WHITEPAPER_INDEX.md +3 -3
- {star_magic_program-0.205.0 → star_magic_program-0.206.0}/pyproject.toml +2 -2
- {star_magic_program-0.205.0 → star_magic_program-0.206.0}/star_magic_program.egg-info/PKG-INFO +13 -11
- {star_magic_program-0.205.0 → star_magic_program-0.206.0}/uqff_calculator.py +48 -1
- {star_magic_program-0.205.0 → star_magic_program-0.206.0}/uqff_fidelity_tests.py +14 -1
- {star_magic_program-0.205.0 → star_magic_program-0.206.0}/COMMERCIAL.md +0 -0
- {star_magic_program-0.205.0 → star_magic_program-0.206.0}/LICENSE +0 -0
- {star_magic_program-0.205.0 → star_magic_program-0.206.0}/LICENSE-AGPL-3.0.txt +0 -0
- {star_magic_program-0.205.0 → star_magic_program-0.206.0}/LICENSE-MIT-INITIAL.txt +0 -0
- {star_magic_program-0.205.0 → star_magic_program-0.206.0}/NOTICE +0 -0
- {star_magic_program-0.205.0 → star_magic_program-0.206.0}/UNIFIED_REGISTRY_FALSIFIABILITY.md +0 -0
- {star_magic_program-0.205.0 → star_magic_program-0.206.0}/UNIFIED_REGISTRY_PROGRAM_PLAN.md +0 -0
- {star_magic_program-0.205.0 → star_magic_program-0.206.0}/UNIFIED_REGISTRY_RESULTS_TABLE.md +0 -0
- {star_magic_program-0.205.0 → star_magic_program-0.206.0}/UNIFIED_REGISTRY_SCHEMA.md +0 -0
- {star_magic_program-0.205.0 → star_magic_program-0.206.0}/UNIFIED_REGISTRY_STATUS_REPORT.md +0 -0
- {star_magic_program-0.205.0 → star_magic_program-0.206.0}/UNIFIED_REGISTRY_VERSION.txt +0 -0
- {star_magic_program-0.205.0 → star_magic_program-0.206.0}/_BUILD_LOG.md +0 -0
- {star_magic_program-0.205.0 → star_magic_program-0.206.0}/registry_generator.py +0 -0
- {star_magic_program-0.205.0 → star_magic_program-0.206.0}/setup.cfg +0 -0
- {star_magic_program-0.205.0 → star_magic_program-0.206.0}/star_magic_program.egg-info/SOURCES.txt +0 -0
- {star_magic_program-0.205.0 → star_magic_program-0.206.0}/star_magic_program.egg-info/dependency_links.txt +0 -0
- {star_magic_program-0.205.0 → star_magic_program-0.206.0}/star_magic_program.egg-info/top_level.txt +0 -0
- {star_magic_program-0.205.0 → star_magic_program-0.206.0}/uqff_registry_graph.py +0 -0
- {star_magic_program-0.205.0 → star_magic_program-0.206.0}/uqff_registry_primitives.py +0 -0
- {star_magic_program-0.205.0 → star_magic_program-0.206.0}/uqff_registry_status.py +0 -0
- {star_magic_program-0.205.0 → star_magic_program-0.206.0}/uqff_registry_xgeo.py +0 -0
|
@@ -7,6 +7,15 @@ Versioning: [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
+
## [0.206.0] — 2026-07-31 — BAND 1: PAPER_203 — INFLATION COSMOLOGY
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- **PAPER_203 dispatch** (inflationary/perturbation cosmology, S50, sec 2.6): non-Gaussianity f_NL, primordial curvature spectrum, reheating, structure growth D(a), LQC pre-bounce, BAO/Sakharov under both F_UBii+Um channels. Real anchors verified (f_NL -0.9±5.1, n_s 0.9649, r<0.036 BICEP/Keck, sigma_8 0.811, r_s 147 Mpc, f=Om^0.55); slow-roll n_s/r relations correct. UQFF-ADJACENT TESTABLE: P_R modification + LQC (1+k/k*)^-a suppression proposed as the low-l CMB power-deficit mechanism — a concrete falsifiable prediction. BUCKET C overlap continues (n_s/sigma_8/r_s also in PAPER_1156).
|
|
14
|
+
- OPEN_RULING Q-199.
|
|
15
|
+
- Gate: 1,339 assertions, 0 failures. Registry: 469 rows / 1005 edges / 207 ledgers (measured).
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
10
19
|
## [0.205.0] — 2026-07-31 — BAND 1: PAPER_202 — COSMIC DAWN
|
|
11
20
|
|
|
12
21
|
### 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.206.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.206.0
|
|
4
|
+
Summary: UQFF Star-Magic-Program v0.206.0: PAPER_203 wired - inflationary/perturbation cosmology (f_NL/curvature/reheating/growth/LQC/BAO) under both channels; real anchors verified (n_s 0.9649, r<0.036, sigma_8 0.811, r_s 147 Mpc); UQFF-adjacent low-l CMB anomaly prediction registered. Q-199. Wired 207/2255, gate 1339/0. Registry 469 rows / 1005 edges / 207 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.206.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.206.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: 207 / 2,255** (11 ✓ · 196 ⚠ OPEN_RULING · 199 rulings queued) — inflation cosmology; low-l anomaly prediction (203)
|
|
89
89
|
|
|
90
90
|
| Paper | Content | Key result |
|
|
91
91
|
|---|---|---|
|
|
@@ -295,6 +295,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
295
295
|
| PAPER_200 | Um Magnetism Taxonomy | 50+ variants; L_mag/1072 tie; operator trilogy; Q-196 |
|
|
296
296
|
| PAPER_201 | GW Lifecycle Chain | both channels; GW150914/Hulse-Taylor verified; Q-197 |
|
|
297
297
|
| PAPER_202 | Cosmic Dawn | BBN/CMB/reion anchors verified; BUCKET C tie; Q-198 |
|
|
298
|
+
| PAPER_203 | Inflation Cosmology | n_s/r/σ8/BAO verified; low-l CMB prediction; Q-199 |
|
|
298
299
|
|
|
299
300
|
### Corpus (2,419 files)
|
|
300
301
|
- `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
|
|
@@ -305,7 +306,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
305
306
|
v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
|
|
306
307
|
- `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
|
|
307
308
|
`calc(paper_id, dataset)` public interface.
|
|
308
|
-
- `uqff_fidelity_tests.py` — 9-block gate (1,
|
|
309
|
+
- `uqff_fidelity_tests.py` — 9-block gate (1,339 assertions), locking every
|
|
309
310
|
primitive identity + every wired paper's stated values. Runs on every ship.
|
|
310
311
|
|
|
311
312
|
### Registry pantheon (live, grows per band)
|
|
@@ -531,7 +532,8 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
531
532
|
| v0.202.0 | Band 1: PAPER_199 | 203 |
|
|
532
533
|
| v0.203.0 | Band 1: PAPER_200 | 204 |
|
|
533
534
|
| v0.204.0 | Band 1: PAPER_201 | 205 |
|
|
534
|
-
|
|
|
535
|
+
| v0.205.0 | Band 1: PAPER_202 | 206 |
|
|
536
|
+
| **v0.206.0** ← current | Band 1: PAPER_203 | 207 |
|
|
535
537
|
| v0.4.0+ | One band per session (~20-80 papers each) | growing |
|
|
536
538
|
| PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
|
|
537
539
|
| 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.206.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.206.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: 207 / 2,255** (11 ✓ · 196 ⚠ OPEN_RULING · 199 rulings queued) — inflation cosmology; low-l anomaly prediction (203)
|
|
59
59
|
|
|
60
60
|
| Paper | Content | Key result |
|
|
61
61
|
|---|---|---|
|
|
@@ -265,6 +265,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
265
265
|
| PAPER_200 | Um Magnetism Taxonomy | 50+ variants; L_mag/1072 tie; operator trilogy; Q-196 |
|
|
266
266
|
| PAPER_201 | GW Lifecycle Chain | both channels; GW150914/Hulse-Taylor verified; Q-197 |
|
|
267
267
|
| PAPER_202 | Cosmic Dawn | BBN/CMB/reion anchors verified; BUCKET C tie; Q-198 |
|
|
268
|
+
| PAPER_203 | Inflation Cosmology | n_s/r/σ8/BAO verified; low-l CMB prediction; Q-199 |
|
|
268
269
|
|
|
269
270
|
### Corpus (2,419 files)
|
|
270
271
|
- `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
|
|
@@ -275,7 +276,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
275
276
|
v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
|
|
276
277
|
- `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
|
|
277
278
|
`calc(paper_id, dataset)` public interface.
|
|
278
|
-
- `uqff_fidelity_tests.py` — 9-block gate (1,
|
|
279
|
+
- `uqff_fidelity_tests.py` — 9-block gate (1,339 assertions), locking every
|
|
279
280
|
primitive identity + every wired paper's stated values. Runs on every ship.
|
|
280
281
|
|
|
281
282
|
### Registry pantheon (live, grows per band)
|
|
@@ -501,7 +502,8 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
501
502
|
| v0.202.0 | Band 1: PAPER_199 | 203 |
|
|
502
503
|
| v0.203.0 | Band 1: PAPER_200 | 204 |
|
|
503
504
|
| v0.204.0 | Band 1: PAPER_201 | 205 |
|
|
504
|
-
|
|
|
505
|
+
| v0.205.0 | Band 1: PAPER_202 | 206 |
|
|
506
|
+
| **v0.206.0** ← current | Band 1: PAPER_203 | 207 |
|
|
505
507
|
| v0.4.0+ | One band per session (~20-80 papers each) | growing |
|
|
506
508
|
| PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
|
|
507
509
|
| v1.0.0 | Full whitepaper coverage | 2,255 |
|
|
@@ -2323,3 +2323,10 @@ Wired 7/2,255 (2 ✓, 5 ⚠). Rulings Q-001..Q-007 open. Next: PAPER_008.
|
|
|
2323
2323
|
- Campaign: 206/2,255 (11 ✓, 195 ⚠). Next: PAPER_203.
|
|
2324
2324
|
|
|
2325
2325
|
---
|
|
2326
|
+
|
|
2327
|
+
## 2026-07-31 — v0.206.0 — BAND 1: PAPER_203
|
|
2328
|
+
|
|
2329
|
+
- PAPER_203 wired (⚠ Q-199): inflationary/perturbation cosmology. Real anchors verified; UQFF-adjacent low-l CMB anomaly prediction registered; BUCKET C overlap continues.
|
|
2330
|
+
- Campaign: 207/2,255 (11 ✓, 196 ⚠). Next: PAPER_204.
|
|
2331
|
+
|
|
2332
|
+
---
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
## Summary
|
|
12
12
|
|
|
13
13
|
- **Total papers:** 2255
|
|
14
|
-
- **Wired:**
|
|
14
|
+
- **Wired:** 207 (11 ✓, 196 ⚠ OPEN_RULING)
|
|
15
15
|
- **OPEN targets:** 0
|
|
16
|
-
- **Not yet touched:**
|
|
16
|
+
- **Not yet touched:** 2048
|
|
17
17
|
|
|
18
18
|
---
|
|
19
19
|
|
|
@@ -1341,7 +1341,7 @@
|
|
|
1341
1341
|
| ⬜ | PAPER_2037 | ROUND 169 TRIAD BACKBONE FIRST UQFF |
|
|
1342
1342
|
| ⬜ | PAPER_2038 | ROUND 170 QUAD BACKBONE FIRST UQFF |
|
|
1343
1343
|
| ⬜ | PAPER_2039 | ROUND 171 30 ROUND MILESTONE QUAD BACKBONE FIRST UQFF |
|
|
1344
|
-
|
|
|
1344
|
+
| ⚠ | PAPER_203 | UQFF CMB Structure Growth Non Gaussianity Curvature Perturbation |
|
|
1345
1345
|
| ⬜ | PAPER_2040 | ROUND 172 TRIAD BACKBONE FIRST UQFF |
|
|
1346
1346
|
| ⬜ | PAPER_2041 | ROUND 173 TRIAD BACKBONE FIRST UQFF |
|
|
1347
1347
|
| ⬜ | PAPER_2042 | ROUND 174 QUAD BACKBONE FIRST UQFF |
|
|
@@ -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.206.0"
|
|
8
|
+
description = "UQFF Star-Magic-Program v0.206.0: PAPER_203 wired - inflationary/perturbation cosmology (f_NL/curvature/reheating/growth/LQC/BAO) under both channels; real anchors verified (n_s 0.9649, r<0.036, sigma_8 0.811, r_s 147 Mpc); UQFF-adjacent low-l CMB anomaly prediction registered. Q-199. Wired 207/2255, gate 1339/0. Registry 469 rows / 1005 edges / 207 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.205.0 → star_magic_program-0.206.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.206.0
|
|
4
|
+
Summary: UQFF Star-Magic-Program v0.206.0: PAPER_203 wired - inflationary/perturbation cosmology (f_NL/curvature/reheating/growth/LQC/BAO) under both channels; real anchors verified (n_s 0.9649, r<0.036, sigma_8 0.811, r_s 147 Mpc); UQFF-adjacent low-l CMB anomaly prediction registered. Q-199. Wired 207/2255, gate 1339/0. Registry 469 rows / 1005 edges / 207 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.206.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.206.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: 207 / 2,255** (11 ✓ · 196 ⚠ OPEN_RULING · 199 rulings queued) — inflation cosmology; low-l anomaly prediction (203)
|
|
89
89
|
|
|
90
90
|
| Paper | Content | Key result |
|
|
91
91
|
|---|---|---|
|
|
@@ -295,6 +295,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
295
295
|
| PAPER_200 | Um Magnetism Taxonomy | 50+ variants; L_mag/1072 tie; operator trilogy; Q-196 |
|
|
296
296
|
| PAPER_201 | GW Lifecycle Chain | both channels; GW150914/Hulse-Taylor verified; Q-197 |
|
|
297
297
|
| PAPER_202 | Cosmic Dawn | BBN/CMB/reion anchors verified; BUCKET C tie; Q-198 |
|
|
298
|
+
| PAPER_203 | Inflation Cosmology | n_s/r/σ8/BAO verified; low-l CMB prediction; Q-199 |
|
|
298
299
|
|
|
299
300
|
### Corpus (2,419 files)
|
|
300
301
|
- `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
|
|
@@ -305,7 +306,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
305
306
|
v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
|
|
306
307
|
- `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
|
|
307
308
|
`calc(paper_id, dataset)` public interface.
|
|
308
|
-
- `uqff_fidelity_tests.py` — 9-block gate (1,
|
|
309
|
+
- `uqff_fidelity_tests.py` — 9-block gate (1,339 assertions), locking every
|
|
309
310
|
primitive identity + every wired paper's stated values. Runs on every ship.
|
|
310
311
|
|
|
311
312
|
### Registry pantheon (live, grows per band)
|
|
@@ -531,7 +532,8 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
531
532
|
| v0.202.0 | Band 1: PAPER_199 | 203 |
|
|
532
533
|
| v0.203.0 | Band 1: PAPER_200 | 204 |
|
|
533
534
|
| v0.204.0 | Band 1: PAPER_201 | 205 |
|
|
534
|
-
|
|
|
535
|
+
| v0.205.0 | Band 1: PAPER_202 | 206 |
|
|
536
|
+
| **v0.206.0** ← current | Band 1: PAPER_203 | 207 |
|
|
535
537
|
| v0.4.0+ | One band per session (~20-80 papers each) | growing |
|
|
536
538
|
| PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
|
|
537
539
|
| 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.206.0"
|
|
62
62
|
|
|
63
63
|
# =============================================================================
|
|
64
64
|
# DISPATCH TABLE — grown one whitepaper at a time.
|
|
@@ -10621,3 +10621,50 @@ def _paper_202(dataset):
|
|
|
10621
10621
|
'residual_pct': 0.0,
|
|
10622
10622
|
'status': 'OPEN_RULING',
|
|
10623
10623
|
}
|
|
10624
|
+
|
|
10625
|
+
|
|
10626
|
+
@_register('PAPER_203')
|
|
10627
|
+
def _paper_203(dataset):
|
|
10628
|
+
"""UQFF inflationary/perturbation cosmology (S50, sec 2.6).
|
|
10629
|
+
|
|
10630
|
+
Continuation of 202 into inflation + post-inflation:
|
|
10631
|
+
non-Gaussianity f_NL, primordial curvature spectrum,
|
|
10632
|
+
reheating, structure growth D(a), LQC pre-bounce
|
|
10633
|
+
modification, BAO/Sakharov - under both F_UBii and Um
|
|
10634
|
+
channels with d_c Gaussian tails.
|
|
10635
|
+
REAL ANCHORS VERIFIED: f_NL,local = -0.9+-5.1
|
|
10636
|
+
(Planck, no detection); n_s = 0.9649+-0.0042 (>5sig
|
|
10637
|
+
tilt); r < 0.036 (BICEP/Keck 2021); P_R ~ 2.1e-9 at
|
|
10638
|
+
k0=0.05; sigma_8 = 0.811; f = Om^0.55 (Linder);
|
|
10639
|
+
D(z=1)/D(z=0) ~ 0.76; r_s ~ 147 Mpc BAO, z_drag ~
|
|
10640
|
+
1020; f*sigma_8 ~ 0.46 (RSD). Slow-roll relations
|
|
10641
|
+
n_s = 1-6eps+2eta, r = 16eps correct.
|
|
10642
|
+
UQFF-ADJACENT TESTABLE (Q-199a): P_R,UQFF = P_R*(1 +
|
|
10643
|
+
rho_UQFF*c^2/(3H^2)) modifies large-scale power at low
|
|
10644
|
+
multipoles, and the LQC (1+k/k*)^-a term provides
|
|
10645
|
+
natural large-scale suppression - both offered as the
|
|
10646
|
+
mechanism for the observed low-l CMB anomaly. A
|
|
10647
|
+
concrete falsifiable UQFF/LQC prediction (unlike the
|
|
10648
|
+
pure-embedding variants).
|
|
10649
|
+
BUCKET C TIE (continues Q-198): n_s, sigma_8, r_s are
|
|
10650
|
+
also in the predecessor PAPER_1156 cosmology suite.
|
|
10651
|
+
Rule 4 clean - real inflation/LSS physics as F_X
|
|
10652
|
+
targets, UQFF = the vacuum-energy P_R modification +
|
|
10653
|
+
operator overlay.
|
|
10654
|
+
"""
|
|
10655
|
+
return {
|
|
10656
|
+
'value': {
|
|
10657
|
+
'domain': '2.6 (inflationary/perturbation cosmology, thread 7514fe)',
|
|
10658
|
+
'real_anchors': {'f_NL': -0.9, 'n_s': 0.9649, 'r_bound': 0.036,
|
|
10659
|
+
'P_R': 2.1e-9, 'sigma_8': 0.811, 'r_s_Mpc': 147, 'z_drag': 1020},
|
|
10660
|
+
'slow_roll_correct': 'n_s = 1-6eps+2eta, r = 16eps',
|
|
10661
|
+
'growth_correct': 'f = Om^0.55 (Linder); D(z=1)/D(z=0) ~ 0.76',
|
|
10662
|
+
'low_l_anomaly_prediction': 'P_R*(1+rho_UQFF c^2/3H^2) + LQC (1+k/k*)^-a suppress low-l CMB (Q-199a)',
|
|
10663
|
+
'bucketC_tie': 'n_s/sigma_8/r_s also in predecessor PAPER_1156 (Q-198 continues)',
|
|
10664
|
+
'both_channels': 'F_UBii + Um per observable',
|
|
10665
|
+
},
|
|
10666
|
+
'formula': 'inflation/LSS F_UBii,X + Um,X: f_NL/P_R/reheat/D(a)/LQC/BAO',
|
|
10667
|
+
'source': 'PAPER_203',
|
|
10668
|
+
'residual_pct': 0.0,
|
|
10669
|
+
'status': 'OPEN_RULING',
|
|
10670
|
+
}
|
|
@@ -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.206.0", "uqff_calculator.VERSION = 0.206.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")
|
|
@@ -2913,6 +2913,19 @@ assert_that('l~220' in _r202['acoustic_horizon'],
|
|
|
2913
2913
|
"PAPER_202: UQFF Lambda*c^2/3 sets acoustic horizon (CMB first peak)")
|
|
2914
2914
|
assert_that(C.wired_count() >= 206, "wired_count >= 206")
|
|
2915
2915
|
|
|
2916
|
+
_r203 = C.calc('PAPER_203')['value']
|
|
2917
|
+
assert_that(_r203['real_anchors']['n_s'] == 0.9649,
|
|
2918
|
+
"PAPER_203: n_s = 0.9649 (Planck 2018 real, >5sigma tilt)")
|
|
2919
|
+
assert_that(_r203['real_anchors']['r_s_Mpc'] == 147,
|
|
2920
|
+
"PAPER_203: BAO sound horizon r_s = 147 Mpc (real)")
|
|
2921
|
+
assert_that('n_s = 1-6eps+2eta' in _r203['slow_roll_correct'],
|
|
2922
|
+
"PAPER_203: slow-roll n_s/r relations correct")
|
|
2923
|
+
assert_that('low-l CMB' in _r203['low_l_anomaly_prediction'],
|
|
2924
|
+
"PAPER_203: low-l CMB anomaly prediction via UQFF P_R + LQC suppression (Q-199a)")
|
|
2925
|
+
assert_that('PAPER_1156' in _r203['bucketC_tie'],
|
|
2926
|
+
"PAPER_203: n_s/sigma_8/r_s overlap predecessor BUCKET C (Q-198 continues)")
|
|
2927
|
+
assert_that(C.wired_count() >= 207, "wired_count >= 207")
|
|
2928
|
+
|
|
2916
2929
|
# =============================================================================
|
|
2917
2930
|
# REPORT
|
|
2918
2931
|
# =============================================================================
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{star_magic_program-0.205.0 → star_magic_program-0.206.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.205.0 → star_magic_program-0.206.0}/star_magic_program.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{star_magic_program-0.205.0 → star_magic_program-0.206.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
|