star-magic-program 0.192.0__tar.gz → 0.194.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.
Files changed (31) hide show
  1. {star_magic_program-0.192.0 → star_magic_program-0.194.0}/CHANGELOG.md +33 -0
  2. {star_magic_program-0.192.0 → star_magic_program-0.194.0}/CITATION.cff +1 -1
  3. {star_magic_program-0.192.0 → star_magic_program-0.194.0}/PKG-INFO +15 -11
  4. {star_magic_program-0.192.0 → star_magic_program-0.194.0}/README.md +13 -9
  5. {star_magic_program-0.192.0 → star_magic_program-0.194.0}/SESSION_LOG.md +17 -0
  6. {star_magic_program-0.192.0 → star_magic_program-0.194.0}/WHITEPAPER_INDEX.md +4 -4
  7. {star_magic_program-0.192.0 → star_magic_program-0.194.0}/pyproject.toml +2 -2
  8. {star_magic_program-0.192.0 → star_magic_program-0.194.0}/star_magic_program.egg-info/PKG-INFO +15 -11
  9. {star_magic_program-0.192.0 → star_magic_program-0.194.0}/uqff_calculator.py +76 -1
  10. {star_magic_program-0.192.0 → star_magic_program-0.194.0}/uqff_fidelity_tests.py +17 -1
  11. {star_magic_program-0.192.0 → star_magic_program-0.194.0}/COMMERCIAL.md +0 -0
  12. {star_magic_program-0.192.0 → star_magic_program-0.194.0}/LICENSE +0 -0
  13. {star_magic_program-0.192.0 → star_magic_program-0.194.0}/LICENSE-AGPL-3.0.txt +0 -0
  14. {star_magic_program-0.192.0 → star_magic_program-0.194.0}/LICENSE-MIT-INITIAL.txt +0 -0
  15. {star_magic_program-0.192.0 → star_magic_program-0.194.0}/NOTICE +0 -0
  16. {star_magic_program-0.192.0 → star_magic_program-0.194.0}/UNIFIED_REGISTRY_FALSIFIABILITY.md +0 -0
  17. {star_magic_program-0.192.0 → star_magic_program-0.194.0}/UNIFIED_REGISTRY_PROGRAM_PLAN.md +0 -0
  18. {star_magic_program-0.192.0 → star_magic_program-0.194.0}/UNIFIED_REGISTRY_RESULTS_TABLE.md +0 -0
  19. {star_magic_program-0.192.0 → star_magic_program-0.194.0}/UNIFIED_REGISTRY_SCHEMA.md +0 -0
  20. {star_magic_program-0.192.0 → star_magic_program-0.194.0}/UNIFIED_REGISTRY_STATUS_REPORT.md +0 -0
  21. {star_magic_program-0.192.0 → star_magic_program-0.194.0}/UNIFIED_REGISTRY_VERSION.txt +0 -0
  22. {star_magic_program-0.192.0 → star_magic_program-0.194.0}/_BUILD_LOG.md +0 -0
  23. {star_magic_program-0.192.0 → star_magic_program-0.194.0}/registry_generator.py +0 -0
  24. {star_magic_program-0.192.0 → star_magic_program-0.194.0}/setup.cfg +0 -0
  25. {star_magic_program-0.192.0 → star_magic_program-0.194.0}/star_magic_program.egg-info/SOURCES.txt +0 -0
  26. {star_magic_program-0.192.0 → star_magic_program-0.194.0}/star_magic_program.egg-info/dependency_links.txt +0 -0
  27. {star_magic_program-0.192.0 → star_magic_program-0.194.0}/star_magic_program.egg-info/top_level.txt +0 -0
  28. {star_magic_program-0.192.0 → star_magic_program-0.194.0}/uqff_registry_graph.py +0 -0
  29. {star_magic_program-0.192.0 → star_magic_program-0.194.0}/uqff_registry_primitives.py +0 -0
  30. {star_magic_program-0.192.0 → star_magic_program-0.194.0}/uqff_registry_status.py +0 -0
  31. {star_magic_program-0.192.0 → star_magic_program-0.194.0}/uqff_registry_xgeo.py +0 -0
@@ -7,6 +7,39 @@ Versioning: [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
8
  ---
9
9
 
10
+ ## [0.194.0] — 2026-07-31 — BAND 1: PAPER_191 — MULTI-MODAL FEATURES
11
+
12
+ ### Added
13
+ - **PAPER_191 dispatch** (S-C multi-modal features, S49,
14
+ sec 2.5): eight systems (VR/AR, voice, blockchain
15
+ equation provenance, IoT MQTT, haptics, PyTorch LSTM
16
+ autocomplete, biometrics, gestures) + highlighter/
17
+ palette/undo-redo. Pure infrastructure — no numeric
18
+ physics beyond headers. MacroCommand reverse-order
19
+ undo correctness noted.
20
+ - OPEN_RULING Q-187 (minimal).
21
+ - Gate: 1,277 assertions, 0 failures. Registry: 454 rows / 971 edges / 195 ledgers (measured).
22
+
23
+ ---
24
+
25
+ ## [0.193.0] — 2026-07-31 — BAND 1: PAPER_190 — INTEGRATION ENGINE
26
+
27
+ ### Added
28
+ - **PAPER_190 dispatch** (S-C symbolic integration, S49,
29
+ sec 2.5): 10-rule SymEngine dispatch + linearity/
30
+ scalar + honest unevaluated fallback + PINE ODE path.
31
+ ALL 10 antiderivative rules NUMERICALLY VERIFIED —
32
+ the first zero-defect formula table in 190 papers.
33
+ Honest-fallback engineering noted (contrast 189's
34
+ identity fallback). PINNED: R_K regularization first
35
+ term = zeta(1) harmonic pole (divergent as printed);
36
+ PINE replaces exact polynomial integration with
37
+ approximation at degree > 10.
38
+ - OPEN_RULING Q-186.
39
+ - Gate: 1,274 assertions, 0 failures. Registry: 453 rows / 969 edges / 194 ledgers (measured).
40
+
41
+ ---
42
+
10
43
  ## [0.192.0] — 2026-07-31 — BAND 1: PAPER_189 — S-C ARCHITECTURE
11
44
 
12
45
  ### 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.192.0"
6
+ version: "0.194.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.192.0
4
- Summary: UQFF Star-Magic-Program v0.192.0: PAPER_189 wired - S-C calculator architecture (50+ library census); Q-184a RESOLVED (S-C Qt5 vs source2 Qt6); IRONY FLAG: an ALL-EXACT 7-dim SI unit-propagation Units class exists in-corpus, unused by the papers carrying the dimensional-mixing defects - audit recommendation registered. Q-185. Wired 193/2255, gate 1270/0. Registry 452 rows / 967 edges / 193 ledgers (measured).
3
+ Version: 0.194.0
4
+ Summary: UQFF Star-Magic-Program v0.194.0: PAPER_191 wired - S-C multi-modal features (8 systems: VR/AR, voice, blockchain provenance, IoT, haptics, ML autocomplete, biometrics, gestures); infrastructure catalog, no numeric physics; command-pattern discipline noted. Q-187 minimal. Wired 195/2255, gate 1277/0. Registry 454 rows / 971 edges / 195 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
- [![PyPI version](https://img.shields.io/pypi/v/star-magic-program.svg?cacheBust=0.192.0)](https://pypi.org/project/star-magic-program/)
34
- [![Python versions](https://img.shields.io/pypi/pyversions/star-magic-program.svg?cacheBust=0.192.0)](https://pypi.org/project/star-magic-program/)
33
+ [![PyPI version](https://img.shields.io/pypi/v/star-magic-program.svg?cacheBust=0.194.0)](https://pypi.org/project/star-magic-program/)
34
+ [![Python versions](https://img.shields.io/pypi/pyversions/star-magic-program.svg?cacheBust=0.194.0)](https://pypi.org/project/star-magic-program/)
35
35
  [![Documentation Status](https://readthedocs.org/projects/star-magic-program/badge/?version=latest)](https://star-magic-program.readthedocs.io/en/latest/?badge=latest)
36
36
  [![License: AGPL-3.0 + Commercial](https://img.shields.io/badge/License-AGPL--3.0%20%2B%20Commercial-blue.svg)](LICENSE)
37
- [![Fidelity gate](https://img.shields.io/badge/fidelity_gate-1270%2F0-brightgreen)](uqff_fidelity_tests.py)
38
- [![Public surfaces](https://img.shields.io/badge/public_surfaces-193-blue)](uqff_calculator.py)
37
+ [![Fidelity gate](https://img.shields.io/badge/fidelity_gate-1277%2F0-brightgreen)](uqff_fidelity_tests.py)
38
+ [![Public surfaces](https://img.shields.io/badge/public_surfaces-195-blue)](uqff_calculator.py)
39
39
  [![Whitepapers](https://img.shields.io/badge/whitepapers-2255-orange)](whitepapers/)
40
40
 
41
- **UQFF systematic rebuild — v0.192.0 wiring campaign live**
41
+ **UQFF systematic rebuild — v0.194.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.192.0)
80
+ ## What is currently shipped (v0.194.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: 193 / 2,255** (11 ✓ · 182 ⚠ OPEN_RULING · 185 rulings queued) — Units-class irony flag (189)
88
+ **Wired so far: 195 / 2,255** (11 ✓ · 184 ⚠ OPEN_RULING · 187 rulings queued) — multi-modal catalog (191)
89
89
 
90
90
  | Paper | Content | Key result |
91
91
  |---|---|---|
@@ -282,6 +282,8 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
282
282
  | PAPER_187 | 7-Object Catalog | B/Bcrit = F_TRZ ALL systems; Q-176a resolved; ω₂ = −ω₁; Q-183 |
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
+ | 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 |
285
287
 
286
288
  ### Corpus (2,419 files)
287
289
  - `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
@@ -292,7 +294,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
292
294
  v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
293
295
  - `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
294
296
  `calc(paper_id, dataset)` public interface.
295
- - `uqff_fidelity_tests.py` — 9-block gate (1,270 assertions), locking every
297
+ - `uqff_fidelity_tests.py` — 9-block gate (1,277 assertions), locking every
296
298
  primitive identity + every wired paper's stated values. Runs on every ship.
297
299
 
298
300
  ### Registry pantheon (live, grows per band)
@@ -505,7 +507,9 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
505
507
  | v0.189.0 | Band 1: PAPER_186 | 190 |
506
508
  | v0.190.0 | Band 1: PAPER_187 | 191 |
507
509
  | v0.191.0 | Band 1: PAPER_188 | 192 |
508
- | **v0.192.0** ← current | Band 1: PAPER_189 | 193 |
510
+ | v0.192.0 | Band 1: PAPER_189 | 193 |
511
+ | v0.193.0 | Band 1: PAPER_190 | 194 |
512
+ | **v0.194.0** ← current | Band 1: PAPER_191 | 195 |
509
513
  | v0.4.0+ | One band per session (~20-80 papers each) | growing |
510
514
  | PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
511
515
  | v1.0.0 | Full whitepaper coverage | 2,255 |
@@ -1,14 +1,14 @@
1
1
  # Star-Magic-Program
2
2
 
3
- [![PyPI version](https://img.shields.io/pypi/v/star-magic-program.svg?cacheBust=0.192.0)](https://pypi.org/project/star-magic-program/)
4
- [![Python versions](https://img.shields.io/pypi/pyversions/star-magic-program.svg?cacheBust=0.192.0)](https://pypi.org/project/star-magic-program/)
3
+ [![PyPI version](https://img.shields.io/pypi/v/star-magic-program.svg?cacheBust=0.194.0)](https://pypi.org/project/star-magic-program/)
4
+ [![Python versions](https://img.shields.io/pypi/pyversions/star-magic-program.svg?cacheBust=0.194.0)](https://pypi.org/project/star-magic-program/)
5
5
  [![Documentation Status](https://readthedocs.org/projects/star-magic-program/badge/?version=latest)](https://star-magic-program.readthedocs.io/en/latest/?badge=latest)
6
6
  [![License: AGPL-3.0 + Commercial](https://img.shields.io/badge/License-AGPL--3.0%20%2B%20Commercial-blue.svg)](LICENSE)
7
- [![Fidelity gate](https://img.shields.io/badge/fidelity_gate-1270%2F0-brightgreen)](uqff_fidelity_tests.py)
8
- [![Public surfaces](https://img.shields.io/badge/public_surfaces-193-blue)](uqff_calculator.py)
7
+ [![Fidelity gate](https://img.shields.io/badge/fidelity_gate-1277%2F0-brightgreen)](uqff_fidelity_tests.py)
8
+ [![Public surfaces](https://img.shields.io/badge/public_surfaces-195-blue)](uqff_calculator.py)
9
9
  [![Whitepapers](https://img.shields.io/badge/whitepapers-2255-orange)](whitepapers/)
10
10
 
11
- **UQFF systematic rebuild — v0.192.0 wiring campaign live**
11
+ **UQFF systematic rebuild — v0.194.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.192.0)
50
+ ## What is currently shipped (v0.194.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: 193 / 2,255** (11 ✓ · 182 ⚠ OPEN_RULING · 185 rulings queued) — Units-class irony flag (189)
58
+ **Wired so far: 195 / 2,255** (11 ✓ · 184 ⚠ OPEN_RULING · 187 rulings queued) — multi-modal catalog (191)
59
59
 
60
60
  | Paper | Content | Key result |
61
61
  |---|---|---|
@@ -252,6 +252,8 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
252
252
  | PAPER_187 | 7-Object Catalog | B/Bcrit = F_TRZ ALL systems; Q-176a resolved; ω₂ = −ω₁; Q-183 |
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
+ | 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 |
255
257
 
256
258
  ### Corpus (2,419 files)
257
259
  - `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
@@ -262,7 +264,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
262
264
  v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
263
265
  - `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
264
266
  `calc(paper_id, dataset)` public interface.
265
- - `uqff_fidelity_tests.py` — 9-block gate (1,270 assertions), locking every
267
+ - `uqff_fidelity_tests.py` — 9-block gate (1,277 assertions), locking every
266
268
  primitive identity + every wired paper's stated values. Runs on every ship.
267
269
 
268
270
  ### Registry pantheon (live, grows per band)
@@ -475,7 +477,9 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
475
477
  | v0.189.0 | Band 1: PAPER_186 | 190 |
476
478
  | v0.190.0 | Band 1: PAPER_187 | 191 |
477
479
  | v0.191.0 | Band 1: PAPER_188 | 192 |
478
- | **v0.192.0** ← current | Band 1: PAPER_189 | 193 |
480
+ | v0.192.0 | Band 1: PAPER_189 | 193 |
481
+ | v0.193.0 | Band 1: PAPER_190 | 194 |
482
+ | **v0.194.0** ← current | Band 1: PAPER_191 | 195 |
479
483
  | v0.4.0+ | One band per session (~20-80 papers each) | growing |
480
484
  | PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
481
485
  | v1.0.0 | Full whitepaper coverage | 2,255 |
@@ -2222,3 +2222,20 @@ Wired 7/2,255 (2 ✓, 5 ⚠). Rulings Q-001..Q-007 open. Next: PAPER_008.
2222
2222
  - Campaign: 193/2,255 (11 ✓, 182 ⚠). Next: PAPER_190.
2223
2223
 
2224
2224
  ---
2225
+
2226
+ ## 2026-07-31 — v0.193.0 — BAND 1: PAPER_190
2227
+
2228
+ - PAPER_190 wired (⚠ Q-186): integration engine. All 10
2229
+ rules verified (cleanest table yet); zeta(1) divergence
2230
+ + PINE oddity pinned.
2231
+ - Campaign: 194/2,255 (11 ✓, 183 ⚠). Next: PAPER_191.
2232
+
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
+ ---
@@ -11,9 +11,9 @@
11
11
  ## Summary
12
12
 
13
13
  - **Total papers:** 2255
14
- - **Wired:** 193 (11 ✓, 182 ⚠ OPEN_RULING)
14
+ - **Wired:** 195 (11 ✓, 184 ⚠ OPEN_RULING)
15
15
  - **OPEN targets:** 0
16
- - **Not yet touched:** 2062
16
+ - **Not yet touched:** 2060
17
17
 
18
18
  ---
19
19
 
@@ -1182,7 +1182,7 @@
1182
1182
  | ⬜ | PAPER_1907 | SCM PHONON UNIVERSAL CARRIER UQFF |
1183
1183
  | ⬜ | PAPER_1908 | Q UQFF SCM RESONATOR QUALITY UQFF |
1184
1184
  | ⬜ | PAPER_1909 | YMC MDOT FACTOR SO5 OVER DPHYS MINUS 1 UQFF |
1185
- | | PAPER_190 | SC Symbolic Integration Engine |
1185
+ | | PAPER_190 | SC Symbolic Integration Engine |
1186
1186
  | ⬜ | PAPER_1910 | UNIVERSAL EM UM UEM RATIO UQFF |
1187
1187
  | ⬜ | PAPER_1911 | YMC EXTENDED PARAMETER SET UQFF |
1188
1188
  | ⬜ | PAPER_1912 | AGN FILAMENT TRIPLE CLOSURE UQFF |
@@ -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
- | | PAPER_191 | SC Multi Modal Calculator Features |
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 |
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "star-magic-program"
7
- version = "0.192.0"
8
- description = "UQFF Star-Magic-Program v0.192.0: PAPER_189 wired - S-C calculator architecture (50+ library census); Q-184a RESOLVED (S-C Qt5 vs source2 Qt6); IRONY FLAG: an ALL-EXACT 7-dim SI unit-propagation Units class exists in-corpus, unused by the papers carrying the dimensional-mixing defects - audit recommendation registered. Q-185. Wired 193/2255, gate 1270/0. Registry 452 rows / 967 edges / 193 ledgers (measured)."
7
+ version = "0.194.0"
8
+ description = "UQFF Star-Magic-Program v0.194.0: PAPER_191 wired - S-C multi-modal features (8 systems: VR/AR, voice, blockchain provenance, IoT, haptics, ML autocomplete, biometrics, gestures); infrastructure catalog, no numeric physics; command-pattern discipline noted. Q-187 minimal. Wired 195/2255, gate 1277/0. Registry 454 rows / 971 edges / 195 ledgers (measured)."
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.192.0
4
- Summary: UQFF Star-Magic-Program v0.192.0: PAPER_189 wired - S-C calculator architecture (50+ library census); Q-184a RESOLVED (S-C Qt5 vs source2 Qt6); IRONY FLAG: an ALL-EXACT 7-dim SI unit-propagation Units class exists in-corpus, unused by the papers carrying the dimensional-mixing defects - audit recommendation registered. Q-185. Wired 193/2255, gate 1270/0. Registry 452 rows / 967 edges / 193 ledgers (measured).
3
+ Version: 0.194.0
4
+ Summary: UQFF Star-Magic-Program v0.194.0: PAPER_191 wired - S-C multi-modal features (8 systems: VR/AR, voice, blockchain provenance, IoT, haptics, ML autocomplete, biometrics, gestures); infrastructure catalog, no numeric physics; command-pattern discipline noted. Q-187 minimal. Wired 195/2255, gate 1277/0. Registry 454 rows / 971 edges / 195 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
- [![PyPI version](https://img.shields.io/pypi/v/star-magic-program.svg?cacheBust=0.192.0)](https://pypi.org/project/star-magic-program/)
34
- [![Python versions](https://img.shields.io/pypi/pyversions/star-magic-program.svg?cacheBust=0.192.0)](https://pypi.org/project/star-magic-program/)
33
+ [![PyPI version](https://img.shields.io/pypi/v/star-magic-program.svg?cacheBust=0.194.0)](https://pypi.org/project/star-magic-program/)
34
+ [![Python versions](https://img.shields.io/pypi/pyversions/star-magic-program.svg?cacheBust=0.194.0)](https://pypi.org/project/star-magic-program/)
35
35
  [![Documentation Status](https://readthedocs.org/projects/star-magic-program/badge/?version=latest)](https://star-magic-program.readthedocs.io/en/latest/?badge=latest)
36
36
  [![License: AGPL-3.0 + Commercial](https://img.shields.io/badge/License-AGPL--3.0%20%2B%20Commercial-blue.svg)](LICENSE)
37
- [![Fidelity gate](https://img.shields.io/badge/fidelity_gate-1270%2F0-brightgreen)](uqff_fidelity_tests.py)
38
- [![Public surfaces](https://img.shields.io/badge/public_surfaces-193-blue)](uqff_calculator.py)
37
+ [![Fidelity gate](https://img.shields.io/badge/fidelity_gate-1277%2F0-brightgreen)](uqff_fidelity_tests.py)
38
+ [![Public surfaces](https://img.shields.io/badge/public_surfaces-195-blue)](uqff_calculator.py)
39
39
  [![Whitepapers](https://img.shields.io/badge/whitepapers-2255-orange)](whitepapers/)
40
40
 
41
- **UQFF systematic rebuild — v0.192.0 wiring campaign live**
41
+ **UQFF systematic rebuild — v0.194.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.192.0)
80
+ ## What is currently shipped (v0.194.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: 193 / 2,255** (11 ✓ · 182 ⚠ OPEN_RULING · 185 rulings queued) — Units-class irony flag (189)
88
+ **Wired so far: 195 / 2,255** (11 ✓ · 184 ⚠ OPEN_RULING · 187 rulings queued) — multi-modal catalog (191)
89
89
 
90
90
  | Paper | Content | Key result |
91
91
  |---|---|---|
@@ -282,6 +282,8 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
282
282
  | PAPER_187 | 7-Object Catalog | B/Bcrit = F_TRZ ALL systems; Q-176a resolved; ω₂ = −ω₁; Q-183 |
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
+ | 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 |
285
287
 
286
288
  ### Corpus (2,419 files)
287
289
  - `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
@@ -292,7 +294,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
292
294
  v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
293
295
  - `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
294
296
  `calc(paper_id, dataset)` public interface.
295
- - `uqff_fidelity_tests.py` — 9-block gate (1,270 assertions), locking every
297
+ - `uqff_fidelity_tests.py` — 9-block gate (1,277 assertions), locking every
296
298
  primitive identity + every wired paper's stated values. Runs on every ship.
297
299
 
298
300
  ### Registry pantheon (live, grows per band)
@@ -505,7 +507,9 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
505
507
  | v0.189.0 | Band 1: PAPER_186 | 190 |
506
508
  | v0.190.0 | Band 1: PAPER_187 | 191 |
507
509
  | v0.191.0 | Band 1: PAPER_188 | 192 |
508
- | **v0.192.0** ← current | Band 1: PAPER_189 | 193 |
510
+ | v0.192.0 | Band 1: PAPER_189 | 193 |
511
+ | v0.193.0 | Band 1: PAPER_190 | 194 |
512
+ | **v0.194.0** ← current | Band 1: PAPER_191 | 195 |
509
513
  | v0.4.0+ | One band per session (~20-80 papers each) | growing |
510
514
  | PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
511
515
  | 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.192.0"
61
+ VERSION = "0.194.0"
62
62
 
63
63
  # =============================================================================
64
64
  # DISPATCH TABLE — grown one whitepaper at a time.
@@ -10022,3 +10022,78 @@ def _paper_189(dataset):
10022
10022
  'residual_pct': 0.0,
10023
10023
  'status': 'OPEN_RULING',
10024
10024
  }
10025
+
10026
+
10027
+ @_register('PAPER_190')
10028
+ def _paper_190(dataset):
10029
+ """S-C symbolic integration engine (S49, sec 2.5).
10030
+
10031
+ 10-rule SymEngine integration dispatch (power/trig x6/
10032
+ exp/log + linearity + scalar-factor) with honest
10033
+ unevaluated-Integral fallback, plus VarCollectorVisitor
10034
+ and the PINE ODE path.
10035
+ FULLY VERIFIED (rare): ALL 10 antiderivative rules
10036
+ numerically checked correct (d/dx of each printed
10037
+ antiderivative reproduces the integrand to 1e-6) -
10038
+ the cleanest formula table in the corpus to date.
10039
+ Honest engineering: Mul rule applies only with a
10040
+ numeric factor; everything else returns an
10041
+ unevaluated Integral symbol (no silent wrong answers
10042
+ - contrast the parser's identity fallback in 189).
10043
+ DEFECTS (Q-186): (a) the Ramanujan regularization
10044
+ term R_K starts its sum at j = K+1, making the first
10045
+ term zeta(1) - the harmonic pole; DIVERGENT as
10046
+ printed (j should start at K+2, or the term needs
10047
+ an eta-style regularization); (b) design oddity -
10048
+ polynomials integrate EXACTLY at any degree, so the
10049
+ degree > 10 PINE fallback replaces an exact
10050
+ computation with an approximation.
10051
+ """
10052
+ return {
10053
+ 'value': {
10054
+ 'domain': '2.5 (integration engine, S49)',
10055
+ 'n_rules': 12,
10056
+ 'all_rules_verified': True,
10057
+ 'fallback_honesty': 'unevaluated Integral symbol - no silent wrong answers',
10058
+ 'rk_divergence': 'R_K first term = zeta(1) harmonic pole (Q-186a)',
10059
+ 'pine_oddity': 'polynomial exact integration replaced by approximation at degree>10 (Q-186b)',
10060
+ 'truncation': 'K = min(10, degree/2)',
10061
+ },
10062
+ 'formula': '10-rule dispatch + linearity/scalar + PINE Ramanujan ODE fallback',
10063
+ 'source': 'PAPER_190',
10064
+ 'residual_pct': 0.0,
10065
+ 'status': 'OPEN_RULING',
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
+ }
@@ -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.192.0", "uqff_calculator.VERSION = 0.192.0")
101
+ assert_that(C.VERSION == "0.194.0", "uqff_calculator.VERSION = 0.194.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")
@@ -2774,6 +2774,22 @@ assert_that('no-check stub' in _r189['units_defects'],
2774
2774
  "PAPER_189: Units operator+ no-check stub + toString mol/cd omission pinned (Q-185b)")
2775
2775
  assert_that(C.wired_count() >= 193, "wired_count >= 193")
2776
2776
 
2777
+ _r190 = C.calc('PAPER_190')['value']
2778
+ assert_that(_r190['all_rules_verified'],
2779
+ "PAPER_190: ALL 10 antiderivative rules numerically verified correct")
2780
+ assert_that('zeta(1)' in _r190['rk_divergence'],
2781
+ "PAPER_190: R_K regularization diverges at its first term (Q-186a)")
2782
+ assert_that('unevaluated' in _r190['fallback_honesty'],
2783
+ "PAPER_190: honest unevaluated-Integral fallback (no silent wrong answers)")
2784
+ assert_that(C.wired_count() >= 194, "wired_count >= 194")
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
+
2777
2793
  # =============================================================================
2778
2794
  # REPORT
2779
2795
  # =============================================================================