@mcptoolshop/sovereign 1.0.0
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.
- package/CHANGELOG.md +126 -0
- package/LICENSE +21 -0
- package/README.es.md +158 -0
- package/README.fr.md +158 -0
- package/README.hi.md +158 -0
- package/README.it.md +158 -0
- package/README.ja.md +158 -0
- package/README.md +158 -0
- package/README.pt-BR.md +158 -0
- package/README.zh.md +158 -0
- package/SECURITY.md +61 -0
- package/bin/sovereign.js +167 -0
- package/package.json +56 -0
- package/release/00-START-HERE.html +333 -0
- package/release/CHANGELOG.md +126 -0
- package/release/README.txt +144 -0
- package/release/balance-evidence/README.txt +81 -0
- package/release/balance-evidence/raw-data/sovereign-batch-v0.10-canonical-400.json +72134 -0
- package/release/balance-evidence/raw-data/sovereign-batch-v0.10-canonical-slot-swap.json +18137 -0
- package/release/balance-evidence/raw-data/sovereign-batch-v0.10-canonical.json +18137 -0
- package/release/balance-evidence/raw-data/sovereign-batch-v0.10-mc-mirror.json +18089 -0
- package/release/balance-evidence/raw-data/sovereign-batch-v0.10-mfg-mirror.json +18089 -0
- package/release/balance-evidence/raw-data/sovereign-batch-v0.10-tf-mirror.json +18089 -0
- package/release/balance-evidence/sovereign-batch-v0.10-canonical-400.html +1 -0
- package/release/balance-evidence/sovereign-batch-v0.10-canonical-slot-swap.html +1 -0
- package/release/balance-evidence/sovereign-batch-v0.10-canonical.html +1 -0
- package/release/balance-evidence/sovereign-batch-v0.10-mc-mirror.html +1 -0
- package/release/balance-evidence/sovereign-batch-v0.10-mfg-mirror.html +1 -0
- package/release/balance-evidence/sovereign-batch-v0.10-summary.html +2 -0
- package/release/balance-evidence/sovereign-batch-v0.10-tf-mirror.html +1 -0
- package/release/board-game/README.txt +48 -0
- package/release/board-game/sovereign-economy-audit.html +501 -0
- package/release/board-game/sovereign-print-audit.html +479 -0
- package/release/board-game/sovereign-prototype.html +1939 -0
- package/release/design-history/01-phase1-concept.html +632 -0
- package/release/design-history/02-phase2-prototype.html +1026 -0
- package/release/design-history/03-phase3-audit.html +268 -0
- package/release/design-history/04-phase4-audit.html +274 -0
- package/release/design-history/05-phase5-audit.html +305 -0
- package/release/design-history/README.txt +66 -0
- package/release/digital-mode/README.txt +89 -0
- package/release/digital-mode/sovereign-solo.html +3884 -0
- package/release/digital-mode/sovereign-v0.10-freeze-audit.html +67 -0
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
Balance Evidence (v0.10 evidence pass)
|
|
2
|
+
=======================================
|
|
3
|
+
|
|
4
|
+
Five deterministic batch runs plus a cross-config summary. All seeds are
|
|
5
|
+
fixed (2026 + 1 increment per game) so the entire pass is reproducible.
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
HTML reports (open these in a browser)
|
|
9
|
+
--------------------------------------
|
|
10
|
+
sovereign-batch-v0.10-summary.html Cross-config aggregate.
|
|
11
|
+
sovereign-batch-v0.10-canonical.html Treasury x Merchant x Mfg, 100 games.
|
|
12
|
+
sovereign-batch-v0.10-canonical-400.html Same lineup, 400-game reinforcement.
|
|
13
|
+
sovereign-batch-v0.10-tf-mirror.html 3 x Treasury / Finance mirror, 100 games.
|
|
14
|
+
sovereign-batch-v0.10-mc-mirror.html 3 x Merchant / Infrastructure mirror, 100.
|
|
15
|
+
sovereign-batch-v0.10-mfg-mirror.html 3 x Manufacturer / Industry mirror, 100.
|
|
16
|
+
sovereign-batch-v0.10-canonical-slot-swap.html Diagnostic control: Mfg in slot 0,
|
|
17
|
+
Charter disabled. Isolates slot effect
|
|
18
|
+
from charter effect.
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
Raw data
|
|
22
|
+
--------
|
|
23
|
+
raw-data/sovereign-batch-v0.10-canonical.json Per-game JSON breakdown.
|
|
24
|
+
raw-data/sovereign-batch-v0.10-canonical-400.json ditto, 400 games.
|
|
25
|
+
raw-data/sovereign-batch-v0.10-tf-mirror.json etc.
|
|
26
|
+
raw-data/sovereign-batch-v0.10-mc-mirror.json
|
|
27
|
+
raw-data/sovereign-batch-v0.10-mfg-mirror.json
|
|
28
|
+
raw-data/sovereign-batch-v0.10-canonical-slot-swap.json
|
|
29
|
+
|
|
30
|
+
Each JSON contains per-game: seed, profile triplet, winner, all-three-influences,
|
|
31
|
+
final cash, total rent, route count, asset breakdown by system, lap reached,
|
|
32
|
+
Default / Rebellion / Bankruptcy occurrence, and the full Phase 6.1-corrected
|
|
33
|
+
scoring decomposition.
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
How to read the canonical numbers
|
|
37
|
+
---------------------------------
|
|
38
|
+
CANONICAL is the load-bearing batch: 1 Treasury + 1 Merchant + 1 Manufacturer,
|
|
39
|
+
100 games on seeds 2026-2125. Reinforced by a 400-game pass (seeds 2026-2425).
|
|
40
|
+
|
|
41
|
+
Treasury / Finance wins 59 / 100 (61.0% over 400) target 45-65 PASS
|
|
42
|
+
Merchant / Infrastructure wins 25 / 100 target 15-35 PASS
|
|
43
|
+
Manufacturer / Industry wins 16 / 100 target 10-25 PASS
|
|
44
|
+
Median winning margin 3 IP target >= 2 PASS
|
|
45
|
+
Route 4+ frequency 8 / 100 target low PASS
|
|
46
|
+
|
|
47
|
+
Treasury is intentionally strongest within the target band. The Hamilton thesis
|
|
48
|
+
is that public credit + federal finance are the dominant economic lever; the
|
|
49
|
+
balance work was about preventing collapse-to-Treasury, not parity.
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
Mirrors as control
|
|
53
|
+
------------------
|
|
54
|
+
The three mirror runs (TF, MC, MFG) measure how each profile fares against
|
|
55
|
+
itself. Useful as a sanity check and to surface turn-order edge:
|
|
56
|
+
|
|
57
|
+
TF-MIRROR slot wins: 47 / 33 / 20 (slot 0 advantage real but bounded).
|
|
58
|
+
MC-MIRROR slot wins: 51 / 32 / 17.
|
|
59
|
+
MFG-MIRROR slot wins: 45 / 34 / 21 (charter goes to slot 0 in mirror).
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
Slot-swap diagnostic
|
|
63
|
+
--------------------
|
|
64
|
+
CANONICAL-SLOT-SWAP reseats Manufacturer in slot 0 and disables the Industrial
|
|
65
|
+
Charter. It isolates whether the v0.8 charter or the slot position was the
|
|
66
|
+
load-bearing fix. Result: roughly interchangeable; both bring Manufacturer
|
|
67
|
+
into the target band. The charter is kept as the cleaner product mechanic.
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
How to regenerate these
|
|
71
|
+
-----------------------
|
|
72
|
+
Open ../digital-mode/sovereign-solo.html in a browser, click the Batch button,
|
|
73
|
+
and set:
|
|
74
|
+
|
|
75
|
+
Game count: 100
|
|
76
|
+
Seed source: auto-increment from 2026
|
|
77
|
+
Profile slots: per config (see report titles)
|
|
78
|
+
Charter: Enabled (default), or Disabled for slot-swap diagnostic
|
|
79
|
+
|
|
80
|
+
The HTML and JSON exports will be byte-identical to the ones in this folder
|
|
81
|
+
because the simulator is deterministic on seed + profile triplet.
|