star-magic-program 0.2.2__tar.gz → 0.3.1__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.2.2 → star_magic_program-0.3.1}/CHANGELOG.md +20 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.1}/CITATION.cff +1 -1
- {star_magic_program-0.2.2/star_magic_program.egg-info → star_magic_program-0.3.1}/PKG-INFO +48 -53
- {star_magic_program-0.2.2 → star_magic_program-0.3.1}/README.md +46 -51
- {star_magic_program-0.2.2 → star_magic_program-0.3.1}/SESSION_LOG.md +28 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.1}/WHITEPAPER_INDEX.md +3 -3
- {star_magic_program-0.2.2 → star_magic_program-0.3.1}/pyproject.toml +2 -2
- {star_magic_program-0.2.2 → star_magic_program-0.3.1/star_magic_program.egg-info}/PKG-INFO +48 -53
- {star_magic_program-0.2.2 → star_magic_program-0.3.1}/uqff_calculator.py +46 -9
- {star_magic_program-0.2.2 → star_magic_program-0.3.1}/uqff_fidelity_tests.py +23 -1
- {star_magic_program-0.2.2 → star_magic_program-0.3.1}/COMMERCIAL.md +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.1}/LICENSE +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.1}/LICENSE-AGPL-3.0.txt +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.1}/LICENSE-MIT-INITIAL.txt +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.1}/NOTICE +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.1}/UNIFIED_REGISTRY_FALSIFIABILITY.md +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.1}/UNIFIED_REGISTRY_PROGRAM_PLAN.md +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.1}/UNIFIED_REGISTRY_RESULTS_TABLE.md +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.1}/UNIFIED_REGISTRY_SCHEMA.md +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.1}/UNIFIED_REGISTRY_STATUS_REPORT.md +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.1}/UNIFIED_REGISTRY_VERSION.txt +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.1}/_BUILD_LOG.md +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.1}/registry_generator.py +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.1}/setup.cfg +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.1}/star_magic_program.egg-info/SOURCES.txt +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.1}/star_magic_program.egg-info/dependency_links.txt +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.1}/star_magic_program.egg-info/top_level.txt +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.1}/uqff_registry_graph.py +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.1}/uqff_registry_primitives.py +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.1}/uqff_registry_status.py +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.1}/uqff_registry_xgeo.py +0 -0
|
@@ -7,6 +7,26 @@ Versioning: [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
+
## [0.3.0] — 2026-07-28 — WIRING CAMPAIGN START
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- **CLAUDE.md** — campaign charter: sequential wiring from PAPER_001, band
|
|
14
|
+
structure, per-paper protocol, template authorizations, drift auto-corrections,
|
|
15
|
+
rulings queue, gate discipline, ship protocol, standing lessons.
|
|
16
|
+
- **ship.ps1** — one-command band ship (gate → commit → tag-verify → push).
|
|
17
|
+
- **RULINGS_QUEUE.md** — never-block ambiguity protocol.
|
|
18
|
+
- **First wired dispatch: PAPER_001** (GW170817 UQFF Damping Analysis):
|
|
19
|
+
- D_total composed from registry primitives (F_TRZ, D_GW_EROSION, B_CRIT)
|
|
20
|
+
- 16 observables returned; honest 0.10% residual vs 1/3 primitive identity
|
|
21
|
+
- 8 gate assertions (Block 9 opened)
|
|
22
|
+
- +4 UNIFIED_REGISTRY.csv rows, +7 GRAPH edges, +1 CORPUS_CITATIONS row
|
|
23
|
+
- WHITEPAPER_INDEX: PAPER_001 ⬜ → ✓
|
|
24
|
+
|
|
25
|
+
### Changed
|
|
26
|
+
- Version 0.2.2 → 0.3.0; badges fidelity_gate 55/0, public_surfaces 1.
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
10
30
|
## [0.2.2] — 2026-07-28 — BADGE PATCH
|
|
11
31
|
|
|
12
32
|
### 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.3.1"
|
|
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.3.1
|
|
4
|
+
Summary: UQFF Star-Magic-Program v0.3.1 (README refresh for campaign state; content = v0.3.0): wiring campaign charter (CLAUDE.md) + ship.ps1 + RULINGS_QUEUE + first wired dispatch PAPER_001 (GW170817 damping: D_total composed from F_TRZ/D_GW_EROSION/B_CRIT registry primitives, 0.10 pct honest residual vs 1/3 primitive identity per PAPER_2154). Registry pantheon live: +4 rows, +7 graph edges, +1 citation row. Gate 55 assertions green. Sequential wiring continues PAPER_002+.
|
|
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
|
|
@@ -34,11 +34,11 @@ Dynamic: license-file
|
|
|
34
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.3.0 wiring campaign started**
|
|
42
42
|
Author: Daniel T. Murphy · Star-Magic Research Program
|
|
43
43
|
License: AGPL-3.0-or-later OR Commercial
|
|
44
44
|
|
|
@@ -77,63 +77,58 @@ 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.3.0)
|
|
81
|
+
|
|
82
|
+
### Wiring campaign — LIVE (see `CLAUDE.md` charter)
|
|
83
|
+
|
|
84
|
+
Sequential wiring of all 2,255 whitepapers, starting at PAPER_001.
|
|
85
|
+
Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
86
|
+
`ship.ps1`, full stop at PAPER_500 for manual review.
|
|
87
|
+
|
|
88
|
+
**Wired so far: 1 / 2,255**
|
|
89
|
+
|
|
90
|
+
| Paper | Content | Key result |
|
|
91
|
+
|---|---|---|
|
|
92
|
+
| PAPER_001 | GW170817 UQFF Damping Analysis | D_total = 0.333 composed from F_TRZ/D_GW_EROSION/B_CRIT; 0.10% residual vs 1/3 primitive identity (PAPER_2154) |
|
|
81
93
|
|
|
82
94
|
### Corpus (2,419 files)
|
|
83
95
|
- `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
|
|
84
|
-
- `pdf/` — 45
|
|
85
|
-
- `tex/` — 107 `.tex` files
|
|
86
|
-
- `txt/` — 11 `.txt` files
|
|
96
|
+
- `pdf/` — 45 · `tex/` — 107 · `txt/` — 11
|
|
87
97
|
|
|
88
98
|
### Clean baseline
|
|
89
|
-
- `uqff_registry_primitives.py` — 96 canonical constants
|
|
90
|
-
|
|
91
|
-
- `uqff_calculator.py` —
|
|
92
|
-
|
|
93
|
-
- `uqff_fidelity_tests.py` —
|
|
94
|
-
primitive
|
|
95
|
-
|
|
96
|
-
###
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
- `_BUILD_LOG.md` — cumulative build log across ships
|
|
115
|
-
- `CHANGELOG.md` — release-history log
|
|
116
|
-
|
|
117
|
-
### Standard package files
|
|
118
|
-
- Dual license (AGPL-3.0-or-later + Commercial), CITATION.cff, NOTICE, COMMERCIAL.md
|
|
119
|
-
- CI + PyPI publishing workflows (GitHub Actions + Trusted Publisher)
|
|
120
|
-
|
|
121
|
-
## What's next
|
|
122
|
-
|
|
123
|
-
Wiring campaign, one whitepaper at a time:
|
|
124
|
-
|
|
125
|
-
| Version | Content | Papers wired |
|
|
99
|
+
- `uqff_registry_primitives.py` — 96 canonical constants (from predecessor
|
|
100
|
+
v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
|
|
101
|
+
- `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
|
|
102
|
+
`calc(paper_id, dataset)` public interface.
|
|
103
|
+
- `uqff_fidelity_tests.py` — 9-block gate (55 assertions), locking every
|
|
104
|
+
primitive identity + every wired paper's stated values. Runs on every ship.
|
|
105
|
+
|
|
106
|
+
### Registry pantheon (live, grows per band)
|
|
107
|
+
- `UNIFIED_REGISTRY.csv` — master registry (17-col schema), +rows per paper
|
|
108
|
+
- `UNIFIED_REGISTRY_GRAPH.csv` — falsifiability edges (primitive→observable→paper)
|
|
109
|
+
- `UNIFIED_REGISTRY_CORPUS_CITATIONS.csv` — cross-reference ledger
|
|
110
|
+
- XGEO / R1 / R2 / R3 ledgers + QA views + regen modules
|
|
111
|
+
- `UNIFIED_REGISTRY_VERSION.txt` — per-ship marker
|
|
112
|
+
|
|
113
|
+
### Campaign infrastructure
|
|
114
|
+
- `CLAUDE.md` — campaign charter (sessions self-configure)
|
|
115
|
+
- `ship.ps1` — one-command band ship (gate → commit → tag-verify → push)
|
|
116
|
+
- `RULINGS_QUEUE.md` — never-block ambiguity protocol
|
|
117
|
+
- `WHITEPAPER_INDEX.md` — per-paper wired/not-wired ledger
|
|
118
|
+
- `SHIP_MESSAGE.txt` — per-band commit message
|
|
119
|
+
- `_BUILD_LOG.md` · `CHANGELOG.md` · `SESSION_LOG.md`
|
|
120
|
+
|
|
121
|
+
## Campaign roadmap
|
|
122
|
+
|
|
123
|
+
| Milestone | Content | Papers wired |
|
|
126
124
|
|---|---|---|
|
|
127
125
|
| v0.1.0 | Scaffold + registry primitives baseline | 0 |
|
|
128
|
-
|
|
|
129
|
-
| v0.3.0 |
|
|
130
|
-
| v0.4.0
|
|
126
|
+
| v0.2.0 | Corpus (2,419 files) + registry scaffolds | 0 |
|
|
127
|
+
| **v0.3.0** ← current | Charter + campaign start | 1 |
|
|
128
|
+
| v0.4.0+ | One band per session (~20-80 papers each) | growing |
|
|
129
|
+
| PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
|
|
131
130
|
| v1.0.0 | Full whitepaper coverage | 2,255 |
|
|
132
131
|
|
|
133
|
-
Each wiring ship is atomic: read the paper → extract the canonical formula →
|
|
134
|
-
wire one dispatch → add one row to `UNIFIED_REGISTRY.csv` → verify residual
|
|
135
|
-
against paper's stated value → add one gate assertion → commit → repeat.
|
|
136
|
-
|
|
137
132
|
## Predecessor / attribution
|
|
138
133
|
|
|
139
134
|
Physics content, whitepapers, and canonical primitives originate in
|
|
@@ -4,11 +4,11 @@
|
|
|
4
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.3.0 wiring campaign started**
|
|
12
12
|
Author: Daniel T. Murphy · Star-Magic Research Program
|
|
13
13
|
License: AGPL-3.0-or-later OR Commercial
|
|
14
14
|
|
|
@@ -47,63 +47,58 @@ 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.3.0)
|
|
51
|
+
|
|
52
|
+
### Wiring campaign — LIVE (see `CLAUDE.md` charter)
|
|
53
|
+
|
|
54
|
+
Sequential wiring of all 2,255 whitepapers, starting at PAPER_001.
|
|
55
|
+
Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
56
|
+
`ship.ps1`, full stop at PAPER_500 for manual review.
|
|
57
|
+
|
|
58
|
+
**Wired so far: 1 / 2,255**
|
|
59
|
+
|
|
60
|
+
| Paper | Content | Key result |
|
|
61
|
+
|---|---|---|
|
|
62
|
+
| PAPER_001 | GW170817 UQFF Damping Analysis | D_total = 0.333 composed from F_TRZ/D_GW_EROSION/B_CRIT; 0.10% residual vs 1/3 primitive identity (PAPER_2154) |
|
|
51
63
|
|
|
52
64
|
### Corpus (2,419 files)
|
|
53
65
|
- `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
|
|
54
|
-
- `pdf/` — 45
|
|
55
|
-
- `tex/` — 107 `.tex` files
|
|
56
|
-
- `txt/` — 11 `.txt` files
|
|
66
|
+
- `pdf/` — 45 · `tex/` — 107 · `txt/` — 11
|
|
57
67
|
|
|
58
68
|
### Clean baseline
|
|
59
|
-
- `uqff_registry_primitives.py` — 96 canonical constants
|
|
60
|
-
|
|
61
|
-
- `uqff_calculator.py` —
|
|
62
|
-
|
|
63
|
-
- `uqff_fidelity_tests.py` —
|
|
64
|
-
primitive
|
|
65
|
-
|
|
66
|
-
###
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
- `_BUILD_LOG.md` — cumulative build log across ships
|
|
85
|
-
- `CHANGELOG.md` — release-history log
|
|
86
|
-
|
|
87
|
-
### Standard package files
|
|
88
|
-
- Dual license (AGPL-3.0-or-later + Commercial), CITATION.cff, NOTICE, COMMERCIAL.md
|
|
89
|
-
- CI + PyPI publishing workflows (GitHub Actions + Trusted Publisher)
|
|
90
|
-
|
|
91
|
-
## What's next
|
|
92
|
-
|
|
93
|
-
Wiring campaign, one whitepaper at a time:
|
|
94
|
-
|
|
95
|
-
| Version | Content | Papers wired |
|
|
69
|
+
- `uqff_registry_primitives.py` — 96 canonical constants (from predecessor
|
|
70
|
+
v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
|
|
71
|
+
- `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
|
|
72
|
+
`calc(paper_id, dataset)` public interface.
|
|
73
|
+
- `uqff_fidelity_tests.py` — 9-block gate (55 assertions), locking every
|
|
74
|
+
primitive identity + every wired paper's stated values. Runs on every ship.
|
|
75
|
+
|
|
76
|
+
### Registry pantheon (live, grows per band)
|
|
77
|
+
- `UNIFIED_REGISTRY.csv` — master registry (17-col schema), +rows per paper
|
|
78
|
+
- `UNIFIED_REGISTRY_GRAPH.csv` — falsifiability edges (primitive→observable→paper)
|
|
79
|
+
- `UNIFIED_REGISTRY_CORPUS_CITATIONS.csv` — cross-reference ledger
|
|
80
|
+
- XGEO / R1 / R2 / R3 ledgers + QA views + regen modules
|
|
81
|
+
- `UNIFIED_REGISTRY_VERSION.txt` — per-ship marker
|
|
82
|
+
|
|
83
|
+
### Campaign infrastructure
|
|
84
|
+
- `CLAUDE.md` — campaign charter (sessions self-configure)
|
|
85
|
+
- `ship.ps1` — one-command band ship (gate → commit → tag-verify → push)
|
|
86
|
+
- `RULINGS_QUEUE.md` — never-block ambiguity protocol
|
|
87
|
+
- `WHITEPAPER_INDEX.md` — per-paper wired/not-wired ledger
|
|
88
|
+
- `SHIP_MESSAGE.txt` — per-band commit message
|
|
89
|
+
- `_BUILD_LOG.md` · `CHANGELOG.md` · `SESSION_LOG.md`
|
|
90
|
+
|
|
91
|
+
## Campaign roadmap
|
|
92
|
+
|
|
93
|
+
| Milestone | Content | Papers wired |
|
|
96
94
|
|---|---|---|
|
|
97
95
|
| v0.1.0 | Scaffold + registry primitives baseline | 0 |
|
|
98
|
-
|
|
|
99
|
-
| v0.3.0 |
|
|
100
|
-
| v0.4.0
|
|
96
|
+
| v0.2.0 | Corpus (2,419 files) + registry scaffolds | 0 |
|
|
97
|
+
| **v0.3.0** ← current | Charter + campaign start | 1 |
|
|
98
|
+
| v0.4.0+ | One band per session (~20-80 papers each) | growing |
|
|
99
|
+
| PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
|
|
101
100
|
| v1.0.0 | Full whitepaper coverage | 2,255 |
|
|
102
101
|
|
|
103
|
-
Each wiring ship is atomic: read the paper → extract the canonical formula →
|
|
104
|
-
wire one dispatch → add one row to `UNIFIED_REGISTRY.csv` → verify residual
|
|
105
|
-
against paper's stated value → add one gate assertion → commit → repeat.
|
|
106
|
-
|
|
107
102
|
## Predecessor / attribution
|
|
108
103
|
|
|
109
104
|
Physics content, whitepapers, and canonical primitives originate in
|
|
@@ -303,3 +303,31 @@ before pushing catches this instantly.
|
|
|
303
303
|
|
|
304
304
|
---
|
|
305
305
|
|
|
306
|
+
## 2026-07-28 — v0.3.0 — WIRING CAMPAIGN START (charter + PAPER_001)
|
|
307
|
+
|
|
308
|
+
### Authorized
|
|
309
|
+
|
|
310
|
+
Daniel: "I can't loose anything by experimenting with the idea of setting you
|
|
311
|
+
loose over the first 500... Build the charter." Campaign authorized: autonomous
|
|
312
|
+
band wiring, ship per session via ship.ps1, full stop at PAPER_500 for manual
|
|
313
|
+
review.
|
|
314
|
+
|
|
315
|
+
### What shipped
|
|
316
|
+
|
|
317
|
+
- **CLAUDE.md** — the campaign charter (every session self-configures from it)
|
|
318
|
+
- **ship.ps1** — one-command ship encoding all 2026-07-28 standing lessons
|
|
319
|
+
- **RULINGS_QUEUE.md** — never-block protocol
|
|
320
|
+
- **PAPER_001 wired end-to-end** (the pattern proof):
|
|
321
|
+
- Dispatch `_paper_001` composed from F_TRZ, D_GW_EROSION, B_CRIT primitives
|
|
322
|
+
- D_total = 0.333 (paper chain); 0.10% honest residual vs 1/3 (PAPER_2154)
|
|
323
|
+
- Registry pantheon: +4 rows, +7 edges, +1 citations row
|
|
324
|
+
- Gate Block 9 opened: 8 assertions, all green (55 total)
|
|
325
|
+
- Index: PAPER_001 ✓
|
|
326
|
+
- Version 0.3.0 across pyproject/calculator/gate/citation; badges updated.
|
|
327
|
+
|
|
328
|
+
### Next
|
|
329
|
+
|
|
330
|
+
Band 1 continues: PAPER_002-020 (GW family template). Ship per session.
|
|
331
|
+
|
|
332
|
+
---
|
|
333
|
+
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
## Summary
|
|
12
12
|
|
|
13
13
|
- **Total papers:** 2255
|
|
14
|
-
- **Wired
|
|
14
|
+
- **Wired:** 1
|
|
15
15
|
- **OPEN targets:** 0
|
|
16
|
-
- **Not yet touched:**
|
|
16
|
+
- **Not yet touched:** 2254
|
|
17
17
|
|
|
18
18
|
---
|
|
19
19
|
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
| Status | Paper ID | Title fragment |
|
|
23
23
|
|---|---|---|
|
|
24
24
|
| ⬜ | COMPLETE_UQFF_EQUATIONS_REFERENCE | (no PAPER_N prefix) |
|
|
25
|
-
|
|
|
25
|
+
| ✓ | PAPER_001 | GW170817 UQFF Damping Analysis |
|
|
26
26
|
| ⬜ | PAPER_002 | GW190425 Mass Gap Interpretation |
|
|
27
27
|
| ⬜ | PAPER_003 | GW150914 UQFF vs LIGO Strain |
|
|
28
28
|
| ⬜ | PAPER_004 | GW170817 BNS Chirp Phase Evolution |
|
|
@@ -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.3.1"
|
|
8
|
+
description = "UQFF Star-Magic-Program v0.3.1 (README refresh for campaign state; content = v0.3.0): wiring campaign charter (CLAUDE.md) + ship.ps1 + RULINGS_QUEUE + first wired dispatch PAPER_001 (GW170817 damping: D_total composed from F_TRZ/D_GW_EROSION/B_CRIT registry primitives, 0.10 pct honest residual vs 1/3 primitive identity per PAPER_2154). Registry pantheon live: +4 rows, +7 graph edges, +1 citation row. Gate 55 assertions green. Sequential wiring continues PAPER_002+."
|
|
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.
|
|
4
|
-
Summary: UQFF Star-Magic-Program v0.
|
|
3
|
+
Version: 0.3.1
|
|
4
|
+
Summary: UQFF Star-Magic-Program v0.3.1 (README refresh for campaign state; content = v0.3.0): wiring campaign charter (CLAUDE.md) + ship.ps1 + RULINGS_QUEUE + first wired dispatch PAPER_001 (GW170817 damping: D_total composed from F_TRZ/D_GW_EROSION/B_CRIT registry primitives, 0.10 pct honest residual vs 1/3 primitive identity per PAPER_2154). Registry pantheon live: +4 rows, +7 graph edges, +1 citation row. Gate 55 assertions green. Sequential wiring continues PAPER_002+.
|
|
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
|
|
@@ -34,11 +34,11 @@ Dynamic: license-file
|
|
|
34
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.3.0 wiring campaign started**
|
|
42
42
|
Author: Daniel T. Murphy · Star-Magic Research Program
|
|
43
43
|
License: AGPL-3.0-or-later OR Commercial
|
|
44
44
|
|
|
@@ -77,63 +77,58 @@ 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.3.0)
|
|
81
|
+
|
|
82
|
+
### Wiring campaign — LIVE (see `CLAUDE.md` charter)
|
|
83
|
+
|
|
84
|
+
Sequential wiring of all 2,255 whitepapers, starting at PAPER_001.
|
|
85
|
+
Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
86
|
+
`ship.ps1`, full stop at PAPER_500 for manual review.
|
|
87
|
+
|
|
88
|
+
**Wired so far: 1 / 2,255**
|
|
89
|
+
|
|
90
|
+
| Paper | Content | Key result |
|
|
91
|
+
|---|---|---|
|
|
92
|
+
| PAPER_001 | GW170817 UQFF Damping Analysis | D_total = 0.333 composed from F_TRZ/D_GW_EROSION/B_CRIT; 0.10% residual vs 1/3 primitive identity (PAPER_2154) |
|
|
81
93
|
|
|
82
94
|
### Corpus (2,419 files)
|
|
83
95
|
- `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
|
|
84
|
-
- `pdf/` — 45
|
|
85
|
-
- `tex/` — 107 `.tex` files
|
|
86
|
-
- `txt/` — 11 `.txt` files
|
|
96
|
+
- `pdf/` — 45 · `tex/` — 107 · `txt/` — 11
|
|
87
97
|
|
|
88
98
|
### Clean baseline
|
|
89
|
-
- `uqff_registry_primitives.py` — 96 canonical constants
|
|
90
|
-
|
|
91
|
-
- `uqff_calculator.py` —
|
|
92
|
-
|
|
93
|
-
- `uqff_fidelity_tests.py` —
|
|
94
|
-
primitive
|
|
95
|
-
|
|
96
|
-
###
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
- `_BUILD_LOG.md` — cumulative build log across ships
|
|
115
|
-
- `CHANGELOG.md` — release-history log
|
|
116
|
-
|
|
117
|
-
### Standard package files
|
|
118
|
-
- Dual license (AGPL-3.0-or-later + Commercial), CITATION.cff, NOTICE, COMMERCIAL.md
|
|
119
|
-
- CI + PyPI publishing workflows (GitHub Actions + Trusted Publisher)
|
|
120
|
-
|
|
121
|
-
## What's next
|
|
122
|
-
|
|
123
|
-
Wiring campaign, one whitepaper at a time:
|
|
124
|
-
|
|
125
|
-
| Version | Content | Papers wired |
|
|
99
|
+
- `uqff_registry_primitives.py` — 96 canonical constants (from predecessor
|
|
100
|
+
v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
|
|
101
|
+
- `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
|
|
102
|
+
`calc(paper_id, dataset)` public interface.
|
|
103
|
+
- `uqff_fidelity_tests.py` — 9-block gate (55 assertions), locking every
|
|
104
|
+
primitive identity + every wired paper's stated values. Runs on every ship.
|
|
105
|
+
|
|
106
|
+
### Registry pantheon (live, grows per band)
|
|
107
|
+
- `UNIFIED_REGISTRY.csv` — master registry (17-col schema), +rows per paper
|
|
108
|
+
- `UNIFIED_REGISTRY_GRAPH.csv` — falsifiability edges (primitive→observable→paper)
|
|
109
|
+
- `UNIFIED_REGISTRY_CORPUS_CITATIONS.csv` — cross-reference ledger
|
|
110
|
+
- XGEO / R1 / R2 / R3 ledgers + QA views + regen modules
|
|
111
|
+
- `UNIFIED_REGISTRY_VERSION.txt` — per-ship marker
|
|
112
|
+
|
|
113
|
+
### Campaign infrastructure
|
|
114
|
+
- `CLAUDE.md` — campaign charter (sessions self-configure)
|
|
115
|
+
- `ship.ps1` — one-command band ship (gate → commit → tag-verify → push)
|
|
116
|
+
- `RULINGS_QUEUE.md` — never-block ambiguity protocol
|
|
117
|
+
- `WHITEPAPER_INDEX.md` — per-paper wired/not-wired ledger
|
|
118
|
+
- `SHIP_MESSAGE.txt` — per-band commit message
|
|
119
|
+
- `_BUILD_LOG.md` · `CHANGELOG.md` · `SESSION_LOG.md`
|
|
120
|
+
|
|
121
|
+
## Campaign roadmap
|
|
122
|
+
|
|
123
|
+
| Milestone | Content | Papers wired |
|
|
126
124
|
|---|---|---|
|
|
127
125
|
| v0.1.0 | Scaffold + registry primitives baseline | 0 |
|
|
128
|
-
|
|
|
129
|
-
| v0.3.0 |
|
|
130
|
-
| v0.4.0
|
|
126
|
+
| v0.2.0 | Corpus (2,419 files) + registry scaffolds | 0 |
|
|
127
|
+
| **v0.3.0** ← current | Charter + campaign start | 1 |
|
|
128
|
+
| v0.4.0+ | One band per session (~20-80 papers each) | growing |
|
|
129
|
+
| PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
|
|
131
130
|
| v1.0.0 | Full whitepaper coverage | 2,255 |
|
|
132
131
|
|
|
133
|
-
Each wiring ship is atomic: read the paper → extract the canonical formula →
|
|
134
|
-
wire one dispatch → add one row to `UNIFIED_REGISTRY.csv` → verify residual
|
|
135
|
-
against paper's stated value → add one gate assertion → commit → repeat.
|
|
136
|
-
|
|
137
132
|
## Predecessor / attribution
|
|
138
133
|
|
|
139
134
|
Physics content, whitepapers, and canonical primitives originate in
|
|
@@ -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.
|
|
60
|
+
VERSION = "0.3.1"
|
|
61
61
|
|
|
62
62
|
# =============================================================================
|
|
63
63
|
# DISPATCH TABLE — grown one whitepaper at a time.
|
|
@@ -98,12 +98,49 @@ def wired_count():
|
|
|
98
98
|
|
|
99
99
|
|
|
100
100
|
# =============================================================================
|
|
101
|
-
# PAPER_N DISPATCHES —
|
|
102
|
-
# =============================================================================
|
|
103
|
-
# Wiring campaign order:
|
|
104
|
-
# v0.2.0 — 46 UQFF_LANDMARK papers (structural spine)
|
|
105
|
-
# v0.3.0 — PAPER_001 through PAPER_099 (foundation: GW, paradox, BSM)
|
|
106
|
-
# v0.4.0 — PAPER_100 through PAPER_299
|
|
107
|
-
# ...continued...
|
|
108
|
-
# v1.0.0 — Full whitepaper coverage (2,156 papers)
|
|
101
|
+
# PAPER_N DISPATCHES — sequential wiring campaign from PAPER_001 (see CLAUDE.md)
|
|
109
102
|
# =============================================================================
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
@_register('PAPER_001')
|
|
106
|
+
def _paper_001(dataset):
|
|
107
|
+
"""GW170817 UQFF Damping Analysis (Session 1).
|
|
108
|
+
|
|
109
|
+
BNS merger strain damping: D_total = D_Aether*D_SCm*D_TRZ*D_String.
|
|
110
|
+
Headline 66.7% reduction later canonized as D_GW_EROSION = D_phys/D_BSFG
|
|
111
|
+
= 2/3 EXACT (PAPER_2154 5th primitive-reduction landmark); paper chain
|
|
112
|
+
(0.9*0.37 = 0.333) sits 0.10% from the primitive identity 1/3.
|
|
113
|
+
"""
|
|
114
|
+
B_NS = 1.0e4 # T — typical NS field, paper Table 3.1
|
|
115
|
+
D_aether = 1.0 # negligible aether coupling at 40 Mpc
|
|
116
|
+
D_scm = 1.0 # B_NS/B_CRIT = 2.27e-10 << 1
|
|
117
|
+
D_trz = 1.0 - F_TRZ # 0.9 EXACT (topological resonance zone)
|
|
118
|
+
D_string = 0.37 # paper-stated string-sector factor
|
|
119
|
+
D_total = D_aether * D_scm * D_trz * D_string # 0.333
|
|
120
|
+
h_gr = 5.4176e-22 # LIGO GR peak strain anchor (paper §3.3)
|
|
121
|
+
snr_gr = 32.4 # GR SNR anchor (paper §3.4)
|
|
122
|
+
d_primitive = 1.0 - D_GW_EROSION # 1/3 EXACT per PAPER_2154
|
|
123
|
+
return {
|
|
124
|
+
'value': {
|
|
125
|
+
'D_aether': D_aether,
|
|
126
|
+
'D_scm': D_scm,
|
|
127
|
+
'D_trz': D_trz,
|
|
128
|
+
'D_string': D_string,
|
|
129
|
+
'D_total': D_total,
|
|
130
|
+
'D_total_primitive_identity': d_primitive,
|
|
131
|
+
'h_gr_strain': h_gr,
|
|
132
|
+
'h_uqff_strain': D_total * h_gr, # 1.8041e-22
|
|
133
|
+
'snr_gr': snr_gr,
|
|
134
|
+
'snr_uqff': D_total * snr_gr, # 10.79
|
|
135
|
+
'mismatch': 1.0 - D_total, # 0.667
|
|
136
|
+
'B_NS_over_B_crit': B_NS / B_CRIT, # 2.27e-10
|
|
137
|
+
'chirp_mass_msun': 1.188, # LIGO O2 anchor
|
|
138
|
+
'total_mass_msun': 2.73, # LIGO O2 anchor
|
|
139
|
+
'distance_mpc': 40.0, # NGC 4993 anchor
|
|
140
|
+
'grb_delay_s': 1.74, # GRB 170817A anchor
|
|
141
|
+
},
|
|
142
|
+
'formula': ('D_total = D_Aether*D_SCm*(1-F_TRZ)*D_String; '
|
|
143
|
+
'h_UQFF = D_total*h_GR; mismatch ~ D_GW_EROSION (PAPER_2154)'),
|
|
144
|
+
'source': 'PAPER_001',
|
|
145
|
+
'residual_pct': abs(D_total - d_primitive) / d_primitive * 100.0, # 0.10%
|
|
146
|
+
}
|
|
@@ -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.3.1", "uqff_calculator.VERSION = 0.3.1")
|
|
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")
|
|
@@ -121,6 +121,28 @@ for tok in BANNED:
|
|
|
121
121
|
pass
|
|
122
122
|
assert_that(tok not in calc_src, f"Banned registry-duplicating literal in calculator: {tok}")
|
|
123
123
|
|
|
124
|
+
# =============================================================================
|
|
125
|
+
# BLOCK 9 — WIRED-PAPER ASSERTIONS (grows with the campaign, one block per band)
|
|
126
|
+
# =============================================================================
|
|
127
|
+
|
|
128
|
+
# --- Band 1: PAPER_001-020 (GW foundation) ---
|
|
129
|
+
_r001 = C.calc('PAPER_001')['value']
|
|
130
|
+
assert_that(abs(_r001['D_total'] - 0.333) < 1e-12,
|
|
131
|
+
"PAPER_001: D_total = 0.333 (paper damping chain 1*1*0.9*0.37)")
|
|
132
|
+
assert_that(abs(_r001['D_trz'] - 0.9) < 1e-15,
|
|
133
|
+
"PAPER_001: D_TRZ = 1 - F_TRZ = 0.9 EXACT")
|
|
134
|
+
assert_that(abs(_r001['D_total'] - (1.0 - P.D_GW_EROSION)) / (1.0 - P.D_GW_EROSION) < 0.0011,
|
|
135
|
+
"PAPER_001: D_total within 0.11% of primitive identity 1/3 (PAPER_2154)")
|
|
136
|
+
assert_that(abs(_r001['h_uqff_strain'] - 1.8041e-22) < 1e-25,
|
|
137
|
+
"PAPER_001: h_UQFF = 1.8041e-22 strain")
|
|
138
|
+
assert_that(abs(_r001['snr_uqff'] - 10.8) < 0.02,
|
|
139
|
+
"PAPER_001: SNR_UQFF = 10.8")
|
|
140
|
+
assert_that(abs(_r001['mismatch'] - 0.667) < 1e-12,
|
|
141
|
+
"PAPER_001: mismatch = 0.667 (paper precision)")
|
|
142
|
+
assert_that(abs(_r001['B_NS_over_B_crit'] - 2.27e-10) < 0.01e-10,
|
|
143
|
+
"PAPER_001: B_NS/B_crit = 2.27e-10 (negligible SCm damping)")
|
|
144
|
+
assert_that(C.wired_count() >= 1, "wired_count >= 1 (campaign started)")
|
|
145
|
+
|
|
124
146
|
# =============================================================================
|
|
125
147
|
# REPORT
|
|
126
148
|
# =============================================================================
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{star_magic_program-0.2.2 → star_magic_program-0.3.1}/star_magic_program.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{star_magic_program-0.2.2 → star_magic_program-0.3.1}/star_magic_program.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|