Deterministic digital-ink codec centered on the .zpink packet format. This repo is a private staging snapshot with a current proof subset and rerun surface. It is not release-ready.
ZPE-Ink is the staged codec surface for .zpink stream encoding and decoding. The installable release unit is the Python package under code/. The Rust/WASM/Swift/C# bindings are repo-local source surfaces and are not part of the pip install unit.
| Field |
Value |
| Architecture |
STROKE_MANIFOLD |
| Encoding |
INK_DELTA_V1 |
| Metric |
Value |
Tag |
| Structured Tier |
>5× |
VS_RAW_FLOAT32 |
| Best Comparator |
brotli 6.83× |
BASELINE |
| Bindings |
Py/Rust/WASM/Swift/C# |
MULTI_LANG |
| Release Surface |
FAIL |
NOT_READY |
- Structured-tier compression exceeds 5× vs raw float32
- Python/Rust/WASM decode parity passes locally
- Swift/C# header contracts pass (magic, version, header size)
- Structured tier ratio: 5.59×
- No claim of release readiness (release surface FAIL)
- No claim of blind-clone closure (INCONCLUSIVE)
- No claim of hard-corpus pass
- No claim of general digital-ink dominance
| Field |
Value |
| Verdict |
INCONCLUSIVE |
| Commit SHA |
98b5ed734735 |
| Confidence |
67% |
| Source |
proofs/INK_WAVE1_RELEASE_READINESS_REPORT.md |
Current authority reflects the latest committed verification surface. It does not imply release readiness.
Confidence basis: 4/6 verification checks currently PASS.
| Code |
Check |
Verdict |
| V_01 |
Structured-tier compression boundary |
PASS |
| V_02 |
Python/Rust/WASM parity |
PASS |
| V_03 |
Swift/C# header contracts |
PASS |
| V_04 |
Pytest regression surface |
PASS |
| V_05 |
Sovereign release surface |
FAIL |
| V_06 |
Blind-clone closure |
INC |
| Path |
State |
| proofs/INK_WAVE1_RELEASE_READINESS_REPORT.md |
VERIFIED |
| proofs/runbooks/20260321T005520Z_codex_receipt.md |
VERIFIED |
| proofs/logs/20260321_technical_alignment_cross_runtime.json |
VERIFIED |
| proofs/logs/20260321_technical_alignment_binding_contracts.json |
VERIFIED |
| proofs/logs/20260321_technical_alignment_pytest.txt |
VERIFIED |
| proofs/logs/20260321_technical_alignment_wheel_install.txt |
VERIFIED |
Any contradiction across these anchors keeps the repo INCONCLUSIVE.
| Field |
Value |
| Proof Anchors |
6 |
| Modality Lanes |
6 |
| Authority Source |
proofs/INK_WAVE1_RELEASE_READINESS_REPORT.md |
Prereqs for local verification: Python 3.11+, Rust toolchain, and wasm32-unknown-unknown target for binding checks.
python -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
python -m pip install -e './code[dev]'
python -m pytest code/tests -q
python -m zpe_ink demo
python -m zpe_ink verify-roundtrip
| Field |
Value |
| Repository URL |
https://github.com/Zer0pa/ZPE-Ink |
| Contact |
architects@zer0pa.ai |
Verification anchors: proofs/logs/20260321_technical_alignment_pytest.txt, proofs/logs/20260321_technical_alignment_wheel_install.txt.
- ZPE-IMC - reference repo for shared documentation layout and proof-surface conventions.
- ZPE-Mocap - adjacent motion-stream codec in the ZPE transport family.
- ZPE-XR - sibling XR motion compression surface with multi-runtime packaging work.
| Route |
Target |
| Documentation index |
docs/README.md |
| Auditor path |
AUDITOR_PLAYBOOK.md |
| Governance rules |
GOVERNANCE.md |
| Release gate rules |
RELEASING.md |
| Contribution workflow |
CONTRIBUTING.md |
| Security policy |
SECURITY.md |
| Support routing |
docs/SUPPORT.md |