star-magic-program 0.2.2__tar.gz → 0.3.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.2.2 → star_magic_program-0.3.0}/CHANGELOG.md +20 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.0}/CITATION.cff +1 -1
- {star_magic_program-0.2.2/star_magic_program.egg-info → star_magic_program-0.3.0}/PKG-INFO +4 -4
- {star_magic_program-0.2.2 → star_magic_program-0.3.0}/README.md +2 -2
- {star_magic_program-0.2.2 → star_magic_program-0.3.0}/SESSION_LOG.md +28 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.0}/WHITEPAPER_INDEX.md +3 -3
- {star_magic_program-0.2.2 → star_magic_program-0.3.0}/pyproject.toml +2 -2
- {star_magic_program-0.2.2 → star_magic_program-0.3.0/star_magic_program.egg-info}/PKG-INFO +4 -4
- {star_magic_program-0.2.2 → star_magic_program-0.3.0}/uqff_calculator.py +46 -9
- {star_magic_program-0.2.2 → star_magic_program-0.3.0}/uqff_fidelity_tests.py +23 -1
- {star_magic_program-0.2.2 → star_magic_program-0.3.0}/COMMERCIAL.md +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.0}/LICENSE +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.0}/LICENSE-AGPL-3.0.txt +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.0}/LICENSE-MIT-INITIAL.txt +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.0}/NOTICE +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.0}/UNIFIED_REGISTRY_FALSIFIABILITY.md +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.0}/UNIFIED_REGISTRY_PROGRAM_PLAN.md +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.0}/UNIFIED_REGISTRY_RESULTS_TABLE.md +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.0}/UNIFIED_REGISTRY_SCHEMA.md +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.0}/UNIFIED_REGISTRY_STATUS_REPORT.md +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.0}/UNIFIED_REGISTRY_VERSION.txt +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.0}/_BUILD_LOG.md +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.0}/registry_generator.py +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.0}/setup.cfg +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.0}/star_magic_program.egg-info/SOURCES.txt +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.0}/star_magic_program.egg-info/dependency_links.txt +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.0}/star_magic_program.egg-info/top_level.txt +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.0}/uqff_registry_graph.py +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.0}/uqff_registry_primitives.py +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.0}/uqff_registry_status.py +0 -0
- {star_magic_program-0.2.2 → star_magic_program-0.3.0}/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.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.3.0
|
|
4
|
+
Summary: UQFF Star-Magic-Program v0.3.0 CAMPAIGN START: 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,8 +34,8 @@ 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
41
|
**UQFF systematic rebuild — v0.2.0 corpus + registry scaffolding**
|
|
@@ -4,8 +4,8 @@
|
|
|
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
11
|
**UQFF systematic rebuild — v0.2.0 corpus + registry scaffolding**
|
|
@@ -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.0"
|
|
8
|
+
description = "UQFF Star-Magic-Program v0.3.0 CAMPAIGN START: 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.0
|
|
4
|
+
Summary: UQFF Star-Magic-Program v0.3.0 CAMPAIGN START: 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,8 +34,8 @@ 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
41
|
**UQFF systematic rebuild — v0.2.0 corpus + registry scaffolding**
|
|
@@ -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.0"
|
|
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.0", "uqff_calculator.VERSION = 0.3.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")
|
|
@@ -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.0}/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.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
|