Architect-Prime commited on
Commit
ef1fb03
·
verified ·
1 Parent(s): ced2fe5

Add dataset README

Browse files
Files changed (1) hide show
  1. README.md +82 -0
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: zer0pa-sal-7-1
4
+ license_link: https://github.com/Zer0pa/ZPE-Mental/blob/main/LICENSE
5
+ language:
6
+ - en
7
+ tags:
8
+ - zer0pa
9
+ - zpe
10
+ - zpe-mental
11
+ - encoding
12
+ - codec
13
+ - deterministic
14
+ - endogenous-visual
15
+ - lane-state
16
+ - recovery-snapshot
17
+ pretty_name: ZPE-Mental Lane State (durability mirror)
18
+ ---
19
+
20
+ # ZPE-Mental — Lane State / Durability Mirror
21
+
22
+ **Lane:** ZPE-Mental — bounded codec for four endogenous visual forms (tunnel, spiral, lattice, cobweb)
23
+ **Canonical GitHub:** [Zer0pa/ZPE-Mental](https://github.com/Zer0pa/ZPE-Mental) (PUBLIC)
24
+ **PyPI release:** [`zpe-mental v0.1.0`](https://pypi.org/project/zpe-mental/) (SAL-7.1) — live 2026-05-04
25
+ **Mirror created:** 2026-05-13
26
+ **Latest mirrored commit:** `9a084bf94e91` (2026-05-13 `docs(product-page): add page build receipts for ZPE-Mental`)
27
+
28
+ ---
29
+
30
+ ## Purpose
31
+
32
+ This dataset is a **durability mirror** for the ZPE-Mental lane state. It exists so that if the local Mac development environment is lost, the lane can be fully resumed from `GitHub Zer0pa/ZPE-Mental` + this HF dataset alone.
33
+
34
+ This is not the lane source-of-truth — that role belongs to the GitHub repo. This dataset holds:
35
+ - product page build outputs (HTML, screenshots, audit)
36
+ - recovery snapshots of intermediate artifacts
37
+ - receipts and proof captures that are too binary-heavy for the Git repo
38
+
39
+ ## What's in this dataset
40
+
41
+ ### `product-page/`
42
+
43
+ The complete static product page build from 2026-05-10, against the locked ZPE-XR prototype template + FPO Slot 28 dispatch brief.
44
+
45
+ | File | Bytes | Role |
46
+ |---|---:|---|
47
+ | `index.html` | 77,290 | The full product page. Built from the locked ZPE-XR prototype with lane-specific substitutions for §A-bound cells (00 hero, 04 INSIGHT, 05.0/05.1/05.2, 06/06.1, 07.1–07.5, 08/08.1/08.2). |
48
+ | `README.md` | 5,089 | Build context, story-arc summary, reproduction instructions. |
49
+ | `product-page-audit.json` | 545 | Visual-QA audit snapshot. |
50
+ | `product-page-full-1440.png` | 1,068,035 | Full-page render at 1440×… 2× device scale. |
51
+ | `product-page-top-crop.png` | 323,389 | Hero + 01/02/03 row crop. |
52
+ | `product-page-insight-benchmark-crop.png` | 282,970 | 04 INSIGHT + 05.0/05.1/05.2 + 06/06.1 crop. |
53
+ | `product-page-possibility-crop.png` | 188,993 | 09 block crop (external operator-pending). |
54
+ | `product-page-mobile-414.png` | 984,719 | Mobile 414px full-page render. |
55
+
56
+ ## Lane truth (frozen snapshot)
57
+
58
+ | Field | Value |
59
+ |---|---|
60
+ | Public Status | Public-ready bounded surface on four-form endogenous visual corpus |
61
+ | Corpus | tunnel, spiral, lattice, cobweb (Klüver form constants) |
62
+ | Wire format | 20-bit (COMPASS_8 / D6_12 profile-symmetry metadata; raw + RLE direction encoding) |
63
+ | Implementation | Rust-native fast path + Python reference; CI-enforced parity |
64
+ | Key metrics | FORM_EXACT 1.00, baseline_delta 0.00 B (Rust ↔ Python byte equality), 3/3 pytest PASS |
65
+ | Release | PyPI `zpe-mental v0.1.0` SAL-7.1 (live 2026-05-04) |
66
+ | GitHub HEAD | `e3412beb` — Wave 1 PyPI readiness (2026-05-03), then `9a084bf` — product-page receipts (2026-05-13) |
67
+ | Non-claim boundary | No cognition decoding. No autobiographical memory recovery. No language understanding, theorem proving, or language planning. No clinical diagnosis, therapeutic interpretation, or medical use. Coverage outside the four declared forms is explicitly out of scope. |
68
+
69
+ ## Reproduction contract
70
+
71
+ After full Mac wipe, the lane can be resumed by:
72
+
73
+ 1. `git clone https://github.com/Zer0pa/ZPE-Mental` → canonical lane source, README, LICENSE, codec implementation, proof artifacts.
74
+ 2. `pip install zpe-mental==0.1.0` (or `cargo` for Rust path).
75
+ 3. `huggingface-cli download --repo-type=dataset Zer0pa/ZPE-Mental-lane-state` → recovers product page build + screenshots + audit.
76
+ 4. The product page `index.html` is self-contained (loads Oswald + JetBrains Mono from Google Fonts CDN; Pretext from unpkg). Serve via `python -m http.server` from `product-page/` to render at 1440px.
77
+
78
+ Acceptance gate: this dataset, plus the GitHub repo, plus the live PyPI release, is sufficient to fully reconstruct lane state without any local-Mac artifacts.
79
+
80
+ ## License
81
+
82
+ SAL-7.1 (LicenseRef-Zer0pa-SAL-7.1). See [LICENSE in GitHub repo](https://github.com/Zer0pa/ZPE-Mental/blob/main/LICENSE).