Skip to main content

Bounded structural-with-style diagram encoding.

Project description

ZPE Diagram

What This Is

Bounded structural-with-style diagram encoding. Graph geometry, visual style, and draw order survive within the declared validation scope.

The product claim is the structural-geometry base / bounded-style fiber separation: exact geometry reconstruction, exact color and stroke-width preservation, and explicit draw-order encoding — on every in-scope case in the public proof packet. 1.000 structural, style, and draw-order fidelity (6/6 cases); 1.000 rejection rate (3/3 out-of-scope probes). Useful now, improving continuously.

The current public evidence surface is limited to:

Codec Mechanics

ZPE-Diagram Codec Mechanics animation

Field Value
Architecture DIAGRAM_STREAM
Encoding DIAGRAM_BOUNDED_STYLE_V1
Mechanics Asset .github/assets/readme/lane-mechanics/DIAGRAM.gif

Key Metrics

Metric Value Baseline
structural_exact_worst 1.000 (6/6 cases) exact geometry reconstruction on every in-scope case
style_exact_worst 1.000 (6/6 cases) exact color + stroke-width preservation on every in-scope case
stroke_order_exact_worst 1.000 (6/6 cases) exact draw-order preservation on every in-scope case
reject_probe_rejection_rate 1.000 (3/3 probes) every out-of-scope input (fill, palette escape, dash) rejected at encode time

Source: validation/results/bounded_style_validation.json, regenerable via V_02.

Repo Identity

Field Value
Identifier ZPE-Diagram
Repository https://github.com/Zer0pa/ZPE-Diagram
Section encoding
Visibility PUBLIC
Architecture DIAGRAM_STREAM
Encoding DIAGRAM_BOUNDED_STYLE_V1
Commit SHA 42dd648
License SAL-7.1
Authority Source validation/results/bounded_style_validation.json

Readiness

Field Value
Verdict STAGED
Checks 2/2
Anchors 4 display anchors
Commit 71a5950
Authority validation/results/bounded_style_validation.json

Honest Blocker

We do not claim fill support; We do not claim dashed support on the encode path; We do not claim taper, pressure variation, or broader authorial-style recovery.

What We Prove

  • Exact geometry reconstruction on every in-scope case in the public proof packet (structural_exact_worst = 1.000, 6/6 cases). Proof anchor: validation/results/bounded_style_validation.json.
  • Exact color and stroke-width preservation on every in-scope case (style_exact_worst = 1.000, 6/6 cases). Proof anchor: validation/results/bounded_style_validation.json.
  • Exact draw-order preservation on every in-scope case (stroke_order_exact_worst = 1.000, 6/6 cases). Proof anchor: validation/results/bounded_style_validation.json.
  • Every out-of-scope input (fill, palette escape, dashed stroke) is rejected at encode time (reject_probe_rejection_rate = 1.000, 3/3 probes). Proof anchor: tests/test_style_authority.py.
  • Structural and style axes are non-aliasing: same geometry/different style → style codes differ; different geometry/same style → geometry codes differ; same elements/different order → order codes differ. All separation metrics = 1.0.

What We Don't Claim

  • No fill encoding. Fill inputs are explicitly rejected.
  • No palette escape. Only the frozen 8-color palette is in scope; out-of-palette colors are rejected.
  • No dashed stroke encoding. Dashed inputs are rejected at encode time.
  • No arbitrary SVG coverage. The in-scope surface is line-based SVG with the frozen palette and solid strokes.
  • No Compass-8 product claim. Any 8-direction technique is internal implementation, not product claim (Compass-8 posture: NO, per V2 §7.2).
  • No compression claim. ZPE-Diagram is a structural-fidelity codec, not a compression codec.
  • No claims outside the 6 in-scope synthetic SVG cases currently in the public proof packet.

Verification Status

Code Check Verdict
V_01 pytest tests/test_style_authority.py — exercises style preservation, draw-order preservation, and bounded reject behavior PASS
V_02 python proofs/artifacts/reproduce_validation.py — regenerates validation/results/bounded_style_validation.json used by the authority packet PASS

Proof Anchors

Path State
proofs/manifests/CURRENT_AUTHORITY_PACKET.md VERIFIED
proofs/artifacts/reproduce_validation.py VERIFIED
validation/results/bounded_style_validation.json VERIFIED
tests/test_style_authority.py VERIFIED

Repo Shape

Field Value
Proof Anchors 4 display anchors
Modality Lanes 1
Architecture DIAGRAM_STREAM
Encoding DIAGRAM_BOUNDED_STYLE_V1
Verification 2/2 checks
Authority Source validation/results/bounded_style_validation.json

Quick Start

python3 -m venv .venv
. .venv/bin/activate
python -m pip install --upgrade pip
python -m pip install -e ".[dev]"
python proofs/artifacts/reproduce_validation.py
python -m pytest tests/test_style_authority.py

Upcoming Workstreams

This section captures the active lane priorities — what the next agent or contributor picks up, and what investors should expect. Cadence is continuous, not milestoned.

  • Real-world SVG corpus expansion — Active Engineering. Expand corpus from 6 synthetic SVGs to: Mermaid output (~30 cases), Graphviz output (~30 cases), one open UI icon set (~50 cases). Re-run existing fidelity test harness. Compass-8 NO posture preserved.

Scope

See SCOPE.md for the plain-language product boundary.

Citation

Use CITATION.cff for software citation metadata.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zpe_diagram-0.1.0.tar.gz (39.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

zpe_diagram-0.1.0-py3-none-any.whl (38.3 kB view details)

Uploaded Python 3

File details

Details for the file zpe_diagram-0.1.0.tar.gz.

File metadata

  • Download URL: zpe_diagram-0.1.0.tar.gz
  • Upload date:
  • Size: 39.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for zpe_diagram-0.1.0.tar.gz
Algorithm Hash digest
SHA256 c38c6d77e8994d8b898ee3e50333e7332f73e01a7387cfb296115b67a9462231
MD5 b6bb374dc48e5ce35075e24d97ebd638
BLAKE2b-256 ab397163804f0df0d4aa1c6a3698a82f254b3df65551971a6d85b91e76379091

See more details on using hashes here.

Provenance

The following attestation bundles were made for zpe_diagram-0.1.0.tar.gz:

Publisher: publish.yml on Zer0pa/ZPE-Diagram

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zpe_diagram-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: zpe_diagram-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 38.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for zpe_diagram-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3b29bdf159fa73b96dd6ce4cf731a4493be59254eb9af4a1e8f85e2eef720637
MD5 5547eb42d7eaca273a059ddeb9713a10
BLAKE2b-256 5ffb126825430381c0e85829bffaa914afe2fa922a31c5203ba2005ca0070883

See more details on using hashes here.

Provenance

The following attestation bundles were made for zpe_diagram-0.1.0-py3-none-any.whl:

Publisher: publish.yml on Zer0pa/ZPE-Diagram

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page