@mcptoolshop/sovereign 1.0.1 → 1.1.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 +58 -1
- package/README.es.md +65 -20
- package/README.fr.md +50 -5
- package/README.hi.md +67 -22
- package/README.it.md +50 -5
- package/README.ja.md +50 -5
- package/README.md +49 -4
- package/README.pt-BR.md +50 -5
- package/README.zh.md +84 -39
- package/bin/sovereign.js +3 -3
- package/package.json +2 -2
- package/release/00-START-HERE.html +2 -2
- package/release/CHANGELOG.md +52 -1
- package/release/README.txt +3 -3
- package/release/balance-evidence/raw-data/sovereign-diagnosis-canonical-100-A.json +1 -0
- package/release/balance-evidence/raw-data/sovereign-diagnosis-canonical-100-B.json +1 -0
- package/release/balance-evidence/raw-data/sovereign-diagnosis-canonical-400.json +1 -0
- package/release/balance-evidence/raw-data/sovereign-diagnosis-mfg-mirror-100.json +1 -0
- package/release/balance-evidence/sovereign-failure-pressure-diagnosis.html +494 -0
- package/release/board-game/README.txt +1 -1
- package/release/board-game/V0.10-RULES-ALIGNMENT.md +5 -5
- package/release/design-system/README.md +30 -0
- package/release/design-system/sovereign-screen-audit-v0.18.html +183 -0
- package/release/design-system/sovereign-visual-system-v0.18.html +610 -0
- package/release/digital-mode/README.txt +86 -74
- package/release/digital-mode/sovereign-solo-v0.10-baseline.html +3884 -0
- package/release/digital-mode/sovereign-solo.html +165 -3861
- /package/release/board-game/{sovereign-prototype.html → sovereign-board-game.html} +0 -0
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# Sovereign — Design System (v0.18 polished baseline)
|
|
2
|
+
|
|
3
|
+
> Design-system reference and visual state audit for the Sovereign Solo / Digital Mode build that ships in `release/digital-mode/sovereign-solo.html` at v1.1.0.
|
|
4
|
+
|
|
5
|
+
## Files
|
|
6
|
+
|
|
7
|
+
| File | Purpose |
|
|
8
|
+
|---|---|
|
|
9
|
+
| `sovereign-visual-system-v0.18.html` | Standalone design-system sheet. Eleven sections covering palette, typography, panels, controls, board tiles, tokens + tier markers, track states, card chrome, Acts states, the three failure tiers, and endgame components. |
|
|
10
|
+
| `sovereign-screen-audit-v0.18.html` | Fifteen-frame visual state audit showing rendered examples of every major game state — first load, normal turn, asset landing, card draw, auction, Act vote, Credit Crisis, Default (composed mock), Rebellion (composed mock), endgame, replay, batch modal, small viewport, print preview. |
|
|
11
|
+
| `README.md` | This file. |
|
|
12
|
+
|
|
13
|
+
## Why these exist
|
|
14
|
+
|
|
15
|
+
The v1.1.0 release promotes the v0.18 polished failure-pressure build to canonical. That promotion changed every player-facing surface (board, panels, ledger, endgame, modals, replay) without changing any mechanic. These two HTML files are the durable record of what the game looks like at v1.1.0, so future polish passes or design reviews can audit against a known baseline.
|
|
16
|
+
|
|
17
|
+
Open either file in any modern browser — no install, no network, no external assets.
|
|
18
|
+
|
|
19
|
+
## What was preserved (and where to verify)
|
|
20
|
+
|
|
21
|
+
- All v0.18 mechanics (Credit Crisis at Credit ≤ 4, Default at Credit 0, Rebellion at Resistance 12, v0.17 Speculation Fever conditional, v0.16 Anti-Federalist Pamphlet credit pressure, v0.11 Bank Run, no recovery gates).
|
|
22
|
+
- `SAVE_VERSION` stays at `'v0.18-candidate'` (no mechanic changed during the polish pass).
|
|
23
|
+
- Internal token strings (event identifiers, reason strings, profile keys, track keys, DOM IDs).
|
|
24
|
+
- 100-seed canonical hash (`3189375454`) matches the v0.18 Node sim byte-for-byte.
|
|
25
|
+
|
|
26
|
+
The full mechanics-preservation table and behavior-check evidence is captured in the v0.18 promotion audit at `experiments/v0.18-failure-pressure-candidate/sovereign-v0.18-promotion-audit.html` (44 / 44 PASS).
|
|
27
|
+
|
|
28
|
+
## Provenance
|
|
29
|
+
|
|
30
|
+
The polished bundle was produced via Claude Design from the v0.18 candidate HTML, then promoted to the canonical release surface as part of v1.1.0 prep Stage A. The v0.10 baseline that previously occupied `release/digital-mode/sovereign-solo.html` is archived alongside the new canonical at `release/digital-mode/sovereign-solo-v0.10-baseline.html` for historical reference.
|