star-magic-program 0.193.0__tar.gz → 0.195.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.193.0 → star_magic_program-0.195.0}/CHANGELOG.md +32 -0
- {star_magic_program-0.193.0 → star_magic_program-0.195.0}/CITATION.cff +1 -1
- {star_magic_program-0.193.0 → star_magic_program-0.195.0}/PKG-INFO +15 -11
- {star_magic_program-0.193.0 → star_magic_program-0.195.0}/README.md +13 -9
- {star_magic_program-0.193.0 → star_magic_program-0.195.0}/SESSION_LOG.md +17 -0
- {star_magic_program-0.193.0 → star_magic_program-0.195.0}/WHITEPAPER_INDEX.md +4 -4
- {star_magic_program-0.193.0 → star_magic_program-0.195.0}/pyproject.toml +2 -2
- {star_magic_program-0.193.0 → star_magic_program-0.195.0}/star_magic_program.egg-info/PKG-INFO +15 -11
- {star_magic_program-0.193.0 → star_magic_program-0.195.0}/uqff_calculator.py +72 -1
- {star_magic_program-0.193.0 → star_magic_program-0.195.0}/uqff_fidelity_tests.py +15 -1
- {star_magic_program-0.193.0 → star_magic_program-0.195.0}/COMMERCIAL.md +0 -0
- {star_magic_program-0.193.0 → star_magic_program-0.195.0}/LICENSE +0 -0
- {star_magic_program-0.193.0 → star_magic_program-0.195.0}/LICENSE-AGPL-3.0.txt +0 -0
- {star_magic_program-0.193.0 → star_magic_program-0.195.0}/LICENSE-MIT-INITIAL.txt +0 -0
- {star_magic_program-0.193.0 → star_magic_program-0.195.0}/NOTICE +0 -0
- {star_magic_program-0.193.0 → star_magic_program-0.195.0}/UNIFIED_REGISTRY_FALSIFIABILITY.md +0 -0
- {star_magic_program-0.193.0 → star_magic_program-0.195.0}/UNIFIED_REGISTRY_PROGRAM_PLAN.md +0 -0
- {star_magic_program-0.193.0 → star_magic_program-0.195.0}/UNIFIED_REGISTRY_RESULTS_TABLE.md +0 -0
- {star_magic_program-0.193.0 → star_magic_program-0.195.0}/UNIFIED_REGISTRY_SCHEMA.md +0 -0
- {star_magic_program-0.193.0 → star_magic_program-0.195.0}/UNIFIED_REGISTRY_STATUS_REPORT.md +0 -0
- {star_magic_program-0.193.0 → star_magic_program-0.195.0}/UNIFIED_REGISTRY_VERSION.txt +0 -0
- {star_magic_program-0.193.0 → star_magic_program-0.195.0}/_BUILD_LOG.md +0 -0
- {star_magic_program-0.193.0 → star_magic_program-0.195.0}/registry_generator.py +0 -0
- {star_magic_program-0.193.0 → star_magic_program-0.195.0}/setup.cfg +0 -0
- {star_magic_program-0.193.0 → star_magic_program-0.195.0}/star_magic_program.egg-info/SOURCES.txt +0 -0
- {star_magic_program-0.193.0 → star_magic_program-0.195.0}/star_magic_program.egg-info/dependency_links.txt +0 -0
- {star_magic_program-0.193.0 → star_magic_program-0.195.0}/star_magic_program.egg-info/top_level.txt +0 -0
- {star_magic_program-0.193.0 → star_magic_program-0.195.0}/uqff_registry_graph.py +0 -0
- {star_magic_program-0.193.0 → star_magic_program-0.195.0}/uqff_registry_primitives.py +0 -0
- {star_magic_program-0.193.0 → star_magic_program-0.195.0}/uqff_registry_status.py +0 -0
- {star_magic_program-0.193.0 → star_magic_program-0.195.0}/uqff_registry_xgeo.py +0 -0
|
@@ -7,6 +7,38 @@ Versioning: [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
+
## [0.195.0] — 2026-07-31 — BAND 1: PAPER_192 — COLLABORATION PROTOCOL
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- **PAPER_192 dispatch** (S-C real-time collaboration,
|
|
14
|
+
S49, sec 2.5): WebSocket (8765) + Operational
|
|
15
|
+
Transformation + ECDSA + Snappy; broadcastState
|
|
16
|
+
pipeline + OT versioning. PINNED: ECDSA sign/verify
|
|
17
|
+
payload mismatch — signs the Compact JSON without the
|
|
18
|
+
sig field, verifies the indented JSON with the sig
|
|
19
|
+
field embedded; two mismatches mean signatures never
|
|
20
|
+
verify (security layer non-functional as written).
|
|
21
|
+
No numeric physics beyond headers.
|
|
22
|
+
- OPEN_RULING Q-188.
|
|
23
|
+
- Gate: 1,280 assertions, 0 failures. Registry: 455 rows / 973 edges / 196 ledgers (measured).
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
## [0.194.0] — 2026-07-31 — BAND 1: PAPER_191 — MULTI-MODAL FEATURES
|
|
28
|
+
|
|
29
|
+
### Added
|
|
30
|
+
- **PAPER_191 dispatch** (S-C multi-modal features, S49,
|
|
31
|
+
sec 2.5): eight systems (VR/AR, voice, blockchain
|
|
32
|
+
equation provenance, IoT MQTT, haptics, PyTorch LSTM
|
|
33
|
+
autocomplete, biometrics, gestures) + highlighter/
|
|
34
|
+
palette/undo-redo. Pure infrastructure — no numeric
|
|
35
|
+
physics beyond headers. MacroCommand reverse-order
|
|
36
|
+
undo correctness noted.
|
|
37
|
+
- OPEN_RULING Q-187 (minimal).
|
|
38
|
+
- Gate: 1,277 assertions, 0 failures. Registry: 454 rows / 971 edges / 195 ledgers (measured).
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
10
42
|
## [0.193.0] — 2026-07-31 — BAND 1: PAPER_190 — INTEGRATION ENGINE
|
|
11
43
|
|
|
12
44
|
### 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.195.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.195.0
|
|
4
|
+
Summary: UQFF Star-Magic-Program v0.195.0: PAPER_192 wired - S-C collaboration protocol (WebSocket/OT/ECDSA/Snappy); ECDSA sign/verify payload mismatch (signs compact-no-sig, verifies indented-with-sig - never verifies); infrastructure only. Q-188. Wired 196/2255, gate 1280/0. Registry 455 rows / 973 edges / 196 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.195.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.195.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: 196 / 2,255** (11 ✓ · 185 ⚠ OPEN_RULING · 188 rulings queued) — collab protocol; crypto bug (192)
|
|
89
89
|
|
|
90
90
|
| Paper | Content | Key result |
|
|
91
91
|
|---|---|---|
|
|
@@ -283,6 +283,8 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
283
283
|
| PAPER_188 | Build Architecture | 6,688-term census; 4.68 terms/kB; Qt5/Qt6 pin; Q-184 |
|
|
284
284
|
| PAPER_189 | S-C Architecture | Q-184a resolved; in-corpus Units class unused (irony); Q-185 |
|
|
285
285
|
| PAPER_190 | Integration Engine | all 10 rules verified; ζ(1) divergence; PINE oddity; Q-186 |
|
|
286
|
+
| PAPER_191 | Multi-Modal Features | 8 systems cataloged; infrastructure only; Q-187 |
|
|
287
|
+
| PAPER_192 | Collab Protocol | WebSocket/OT/ECDSA/Snappy; sign/verify mismatch; Q-188 |
|
|
286
288
|
|
|
287
289
|
### Corpus (2,419 files)
|
|
288
290
|
- `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
|
|
@@ -293,7 +295,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
293
295
|
v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
|
|
294
296
|
- `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
|
|
295
297
|
`calc(paper_id, dataset)` public interface.
|
|
296
|
-
- `uqff_fidelity_tests.py` — 9-block gate (1,
|
|
298
|
+
- `uqff_fidelity_tests.py` — 9-block gate (1,280 assertions), locking every
|
|
297
299
|
primitive identity + every wired paper's stated values. Runs on every ship.
|
|
298
300
|
|
|
299
301
|
### Registry pantheon (live, grows per band)
|
|
@@ -507,7 +509,9 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
507
509
|
| v0.190.0 | Band 1: PAPER_187 | 191 |
|
|
508
510
|
| v0.191.0 | Band 1: PAPER_188 | 192 |
|
|
509
511
|
| v0.192.0 | Band 1: PAPER_189 | 193 |
|
|
510
|
-
|
|
|
512
|
+
| v0.193.0 | Band 1: PAPER_190 | 194 |
|
|
513
|
+
| v0.194.0 | Band 1: PAPER_191 | 195 |
|
|
514
|
+
| **v0.195.0** ← current | Band 1: PAPER_192 | 196 |
|
|
511
515
|
| v0.4.0+ | One band per session (~20-80 papers each) | growing |
|
|
512
516
|
| PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
|
|
513
517
|
| 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.195.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.195.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: 196 / 2,255** (11 ✓ · 185 ⚠ OPEN_RULING · 188 rulings queued) — collab protocol; crypto bug (192)
|
|
59
59
|
|
|
60
60
|
| Paper | Content | Key result |
|
|
61
61
|
|---|---|---|
|
|
@@ -253,6 +253,8 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
253
253
|
| PAPER_188 | Build Architecture | 6,688-term census; 4.68 terms/kB; Qt5/Qt6 pin; Q-184 |
|
|
254
254
|
| PAPER_189 | S-C Architecture | Q-184a resolved; in-corpus Units class unused (irony); Q-185 |
|
|
255
255
|
| PAPER_190 | Integration Engine | all 10 rules verified; ζ(1) divergence; PINE oddity; Q-186 |
|
|
256
|
+
| PAPER_191 | Multi-Modal Features | 8 systems cataloged; infrastructure only; Q-187 |
|
|
257
|
+
| PAPER_192 | Collab Protocol | WebSocket/OT/ECDSA/Snappy; sign/verify mismatch; Q-188 |
|
|
256
258
|
|
|
257
259
|
### Corpus (2,419 files)
|
|
258
260
|
- `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
|
|
@@ -263,7 +265,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
263
265
|
v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
|
|
264
266
|
- `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
|
|
265
267
|
`calc(paper_id, dataset)` public interface.
|
|
266
|
-
- `uqff_fidelity_tests.py` — 9-block gate (1,
|
|
268
|
+
- `uqff_fidelity_tests.py` — 9-block gate (1,280 assertions), locking every
|
|
267
269
|
primitive identity + every wired paper's stated values. Runs on every ship.
|
|
268
270
|
|
|
269
271
|
### Registry pantheon (live, grows per band)
|
|
@@ -477,7 +479,9 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
477
479
|
| v0.190.0 | Band 1: PAPER_187 | 191 |
|
|
478
480
|
| v0.191.0 | Band 1: PAPER_188 | 192 |
|
|
479
481
|
| v0.192.0 | Band 1: PAPER_189 | 193 |
|
|
480
|
-
|
|
|
482
|
+
| v0.193.0 | Band 1: PAPER_190 | 194 |
|
|
483
|
+
| v0.194.0 | Band 1: PAPER_191 | 195 |
|
|
484
|
+
| **v0.195.0** ← current | Band 1: PAPER_192 | 196 |
|
|
481
485
|
| v0.4.0+ | One band per session (~20-80 papers each) | growing |
|
|
482
486
|
| PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
|
|
483
487
|
| v1.0.0 | Full whitepaper coverage | 2,255 |
|
|
@@ -2231,3 +2231,20 @@ Wired 7/2,255 (2 ✓, 5 ⚠). Rulings Q-001..Q-007 open. Next: PAPER_008.
|
|
|
2231
2231
|
- Campaign: 194/2,255 (11 ✓, 183 ⚠). Next: PAPER_191.
|
|
2232
2232
|
|
|
2233
2233
|
---
|
|
2234
|
+
|
|
2235
|
+
## 2026-07-31 — v0.194.0 — BAND 1: PAPER_191
|
|
2236
|
+
|
|
2237
|
+
- PAPER_191 wired (⚠ Q-187 minimal): multi-modal features
|
|
2238
|
+
catalog. Infrastructure only.
|
|
2239
|
+
- Campaign: 195/2,255 (11 ✓, 184 ⚠). Next: PAPER_192.
|
|
2240
|
+
|
|
2241
|
+
---
|
|
2242
|
+
|
|
2243
|
+
## 2026-07-31 — v0.195.0 — BAND 1: PAPER_192
|
|
2244
|
+
|
|
2245
|
+
- PAPER_192 wired (⚠ Q-188): collaboration protocol.
|
|
2246
|
+
ECDSA sign/verify payload mismatch pinned;
|
|
2247
|
+
infrastructure only.
|
|
2248
|
+
- Campaign: 196/2,255 (11 ✓, 185 ⚠). Next: PAPER_193.
|
|
2249
|
+
|
|
2250
|
+
---
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
## Summary
|
|
12
12
|
|
|
13
13
|
- **Total papers:** 2255
|
|
14
|
-
- **Wired:**
|
|
14
|
+
- **Wired:** 196 (11 ✓, 185 ⚠ OPEN_RULING)
|
|
15
15
|
- **OPEN targets:** 0
|
|
16
|
-
- **Not yet touched:**
|
|
16
|
+
- **Not yet touched:** 2059
|
|
17
17
|
|
|
18
18
|
---
|
|
19
19
|
|
|
@@ -1193,7 +1193,7 @@
|
|
|
1193
1193
|
| ⬜ | PAPER_1917 | NESTED UG SHELL CLOSURE UQFF |
|
|
1194
1194
|
| ⬜ | PAPER_1918 | PHASE3 COMPREHENSIVE INVENTORY UQFF |
|
|
1195
1195
|
| ⬜ | PAPER_1919 | F TRZ POWER LADDER UQFF |
|
|
1196
|
-
|
|
|
1196
|
+
| ⚠ | PAPER_191 | SC Multi Modal Calculator Features |
|
|
1197
1197
|
| ⬜ | PAPER_1920 | LAMBDA CASCADE MASTER EQUATION UQFF |
|
|
1198
1198
|
| ⬜ | PAPER_1921 | F DM EQUALS UG3 CROSS FRAMEWORK CLOSURE UQFF |
|
|
1199
1199
|
| ⬜ | PAPER_1922 | MUGE COMPRESSION RATIO UQFF |
|
|
@@ -1210,7 +1210,7 @@
|
|
|
1210
1210
|
| ⬜ | PAPER_1928 | WOLFRAM HYPERGRAPH STRUCTURAL CONSTANTS UQFF |
|
|
1211
1211
|
| ⬜ | PAPER_1929 | ASCII TMP |
|
|
1212
1212
|
| ⬜ | PAPER_1929 | INFLATION EFOLDS A 5 60 THEORY OF PERMANENCE UQFF |
|
|
1213
|
-
|
|
|
1213
|
+
| ⚠ | PAPER_192 | SC Collaborative Real Time Math |
|
|
1214
1214
|
| ⬜ | PAPER_1930 | ASCII TMP |
|
|
1215
1215
|
| ⬜ | PAPER_1930 | N OVER D PHYS MINUS 1 RATIO FAMILY UQFF |
|
|
1216
1216
|
| ⬜ | PAPER_1931 | ASCII TMP |
|
|
@@ -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.195.0"
|
|
8
|
+
description = "UQFF Star-Magic-Program v0.195.0: PAPER_192 wired - S-C collaboration protocol (WebSocket/OT/ECDSA/Snappy); ECDSA sign/verify payload mismatch (signs compact-no-sig, verifies indented-with-sig - never verifies); infrastructure only. Q-188. Wired 196/2255, gate 1280/0. Registry 455 rows / 973 edges / 196 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.193.0 → star_magic_program-0.195.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.195.0
|
|
4
|
+
Summary: UQFF Star-Magic-Program v0.195.0: PAPER_192 wired - S-C collaboration protocol (WebSocket/OT/ECDSA/Snappy); ECDSA sign/verify payload mismatch (signs compact-no-sig, verifies indented-with-sig - never verifies); infrastructure only. Q-188. Wired 196/2255, gate 1280/0. Registry 455 rows / 973 edges / 196 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.195.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.195.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: 196 / 2,255** (11 ✓ · 185 ⚠ OPEN_RULING · 188 rulings queued) — collab protocol; crypto bug (192)
|
|
89
89
|
|
|
90
90
|
| Paper | Content | Key result |
|
|
91
91
|
|---|---|---|
|
|
@@ -283,6 +283,8 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
283
283
|
| PAPER_188 | Build Architecture | 6,688-term census; 4.68 terms/kB; Qt5/Qt6 pin; Q-184 |
|
|
284
284
|
| PAPER_189 | S-C Architecture | Q-184a resolved; in-corpus Units class unused (irony); Q-185 |
|
|
285
285
|
| PAPER_190 | Integration Engine | all 10 rules verified; ζ(1) divergence; PINE oddity; Q-186 |
|
|
286
|
+
| PAPER_191 | Multi-Modal Features | 8 systems cataloged; infrastructure only; Q-187 |
|
|
287
|
+
| PAPER_192 | Collab Protocol | WebSocket/OT/ECDSA/Snappy; sign/verify mismatch; Q-188 |
|
|
286
288
|
|
|
287
289
|
### Corpus (2,419 files)
|
|
288
290
|
- `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
|
|
@@ -293,7 +295,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
293
295
|
v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
|
|
294
296
|
- `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
|
|
295
297
|
`calc(paper_id, dataset)` public interface.
|
|
296
|
-
- `uqff_fidelity_tests.py` — 9-block gate (1,
|
|
298
|
+
- `uqff_fidelity_tests.py` — 9-block gate (1,280 assertions), locking every
|
|
297
299
|
primitive identity + every wired paper's stated values. Runs on every ship.
|
|
298
300
|
|
|
299
301
|
### Registry pantheon (live, grows per band)
|
|
@@ -507,7 +509,9 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
507
509
|
| v0.190.0 | Band 1: PAPER_187 | 191 |
|
|
508
510
|
| v0.191.0 | Band 1: PAPER_188 | 192 |
|
|
509
511
|
| v0.192.0 | Band 1: PAPER_189 | 193 |
|
|
510
|
-
|
|
|
512
|
+
| v0.193.0 | Band 1: PAPER_190 | 194 |
|
|
513
|
+
| v0.194.0 | Band 1: PAPER_191 | 195 |
|
|
514
|
+
| **v0.195.0** ← current | Band 1: PAPER_192 | 196 |
|
|
511
515
|
| v0.4.0+ | One band per session (~20-80 papers each) | growing |
|
|
512
516
|
| PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
|
|
513
517
|
| 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.195.0"
|
|
62
62
|
|
|
63
63
|
# =============================================================================
|
|
64
64
|
# DISPATCH TABLE — grown one whitepaper at a time.
|
|
@@ -10064,3 +10064,74 @@ def _paper_190(dataset):
|
|
|
10064
10064
|
'residual_pct': 0.0,
|
|
10065
10065
|
'status': 'OPEN_RULING',
|
|
10066
10066
|
}
|
|
10067
|
+
|
|
10068
|
+
|
|
10069
|
+
@_register('PAPER_191')
|
|
10070
|
+
def _paper_191(dataset):
|
|
10071
|
+
"""S-C multi-modal features (S49, sec 2.5).
|
|
10072
|
+
|
|
10073
|
+
UI/features catalog - eight systems: VR/AR (Qt3D +
|
|
10074
|
+
VTK), pocketsphinx voice, blockchain equation-
|
|
10075
|
+
provenance logging, MQTT IoT broadcast, haptics,
|
|
10076
|
+
PyTorch LSTM autocomplete (autocomplete.pt),
|
|
10077
|
+
biometric API gate, gesture navigation; plus
|
|
10078
|
+
MathHighlighter (ANTLR4 4-class), DraggableButton
|
|
10079
|
+
palette, InsertCommand/MacroCommand undo-redo.
|
|
10080
|
+
No numeric physics content beyond the standard
|
|
10081
|
+
headers (beta = 0.61 thread convention). Engineering
|
|
10082
|
+
note: MacroCommand undoes in correct REVERSE order
|
|
10083
|
+
(rbegin/rend) - proper command-pattern discipline.
|
|
10084
|
+
Registered as infrastructure reference only.
|
|
10085
|
+
"""
|
|
10086
|
+
return {
|
|
10087
|
+
'value': {
|
|
10088
|
+
'domain': '2.5 (multi-modal features, S49)',
|
|
10089
|
+
'n_feature_systems': 8,
|
|
10090
|
+
'systems': ('VR/AR', 'voice', 'blockchain provenance', 'IoT MQTT',
|
|
10091
|
+
'haptics', 'ML autocomplete', 'biometrics', 'gestures'),
|
|
10092
|
+
'engineering_note': 'MacroCommand reverse-order undo (rbegin/rend) correct',
|
|
10093
|
+
'physics_content': 'none beyond standard headers',
|
|
10094
|
+
},
|
|
10095
|
+
'formula': '8 multi-modal feature systems (infrastructure catalog)',
|
|
10096
|
+
'source': 'PAPER_191',
|
|
10097
|
+
'residual_pct': 0.0,
|
|
10098
|
+
'status': 'OPEN_RULING',
|
|
10099
|
+
}
|
|
10100
|
+
|
|
10101
|
+
|
|
10102
|
+
@_register('PAPER_192')
|
|
10103
|
+
def _paper_192(dataset):
|
|
10104
|
+
"""S-C collaborative real-time math protocol (S49, sec 2.5).
|
|
10105
|
+
|
|
10106
|
+
Real-time collaboration pipeline: WebSocket (port
|
|
10107
|
+
8765) + Operational Transformation (concurrent-edit
|
|
10108
|
+
consistency) + ECDSA signing + Snappy compression;
|
|
10109
|
+
broadcastState() = serialize -> ECDSA sign -> Snappy
|
|
10110
|
+
compress -> base64 -> broadcast; onRemoteChange
|
|
10111
|
+
reverses it; importExcel/performStats extend to data
|
|
10112
|
+
import + stats. OT-doc versioning included.
|
|
10113
|
+
SIGN/VERIFY MISMATCH (Q-188a): broadcastState signs
|
|
10114
|
+
rawData = the Compact JSON of state WITHOUT the sig
|
|
10115
|
+
field; onRemoteChange verifies against QJsonDocument
|
|
10116
|
+
(state).toJson() = the DEFAULT-formatted JSON of
|
|
10117
|
+
state WITH the sig field embedded. Two mismatches
|
|
10118
|
+
(sig-field inclusion + Compact-vs-indented) mean the
|
|
10119
|
+
signature can NEVER verify as written - the security
|
|
10120
|
+
layer is non-functional. Fix: verify the exact
|
|
10121
|
+
Compact-without-sig payload that was signed.
|
|
10122
|
+
No numeric physics beyond standard headers.
|
|
10123
|
+
"""
|
|
10124
|
+
return {
|
|
10125
|
+
'value': {
|
|
10126
|
+
'domain': '2.5 (collaboration protocol, S49)',
|
|
10127
|
+
'stack': 'WebSocket 8765 + OT + ECDSA + Snappy',
|
|
10128
|
+
'pipeline': 'serialize -> sign -> compress -> base64 -> broadcast',
|
|
10129
|
+
'sign_verify_mismatch': 'signs Compact-no-sig, verifies indented-with-sig - never verifies (Q-188a)',
|
|
10130
|
+
'ot_versioning': 'ot_document_version included in state',
|
|
10131
|
+
'physics_content': 'none beyond standard headers',
|
|
10132
|
+
},
|
|
10133
|
+
'formula': 'broadcastState pipeline; OT concurrent-edit consistency',
|
|
10134
|
+
'source': 'PAPER_192',
|
|
10135
|
+
'residual_pct': 0.0,
|
|
10136
|
+
'status': 'OPEN_RULING',
|
|
10137
|
+
}
|
|
@@ -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.195.0", "uqff_calculator.VERSION = 0.195.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")
|
|
@@ -2783,6 +2783,20 @@ assert_that('unevaluated' in _r190['fallback_honesty'],
|
|
|
2783
2783
|
"PAPER_190: honest unevaluated-Integral fallback (no silent wrong answers)")
|
|
2784
2784
|
assert_that(C.wired_count() >= 194, "wired_count >= 194")
|
|
2785
2785
|
|
|
2786
|
+
_r191 = C.calc('PAPER_191')['value']
|
|
2787
|
+
assert_that(_r191['n_feature_systems'] == 8 and len(_r191['systems']) == 8,
|
|
2788
|
+
"PAPER_191: 8 multi-modal feature systems cataloged")
|
|
2789
|
+
assert_that('reverse-order undo' in _r191['engineering_note'],
|
|
2790
|
+
"PAPER_191: MacroCommand reverse-order undo correctness noted")
|
|
2791
|
+
assert_that(C.wired_count() >= 195, "wired_count >= 195")
|
|
2792
|
+
|
|
2793
|
+
_r192 = C.calc('PAPER_192')['value']
|
|
2794
|
+
assert_that('never verifies' in _r192['sign_verify_mismatch'],
|
|
2795
|
+
"PAPER_192: ECDSA sign/verify payload mismatch - security layer non-functional (Q-188a)")
|
|
2796
|
+
assert_that('WebSocket 8765' in _r192['stack'],
|
|
2797
|
+
"PAPER_192: collaboration stack (WebSocket/OT/ECDSA/Snappy) registered")
|
|
2798
|
+
assert_that(C.wired_count() >= 196, "wired_count >= 196")
|
|
2799
|
+
|
|
2786
2800
|
# =============================================================================
|
|
2787
2801
|
# REPORT
|
|
2788
2802
|
# =============================================================================
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{star_magic_program-0.193.0 → star_magic_program-0.195.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.193.0 → star_magic_program-0.195.0}/star_magic_program.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{star_magic_program-0.193.0 → star_magic_program-0.195.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
|