chore: immaculate upgrade — add canonical tags, fix YAML front-matter, remove superlatives, downgrade SLSA L3→L1, update canonical numbers to 2026-05-30 (24/26/2/12/217/7/35/7/8.3%)
Browse files
README.md
CHANGED
|
@@ -1,60 +1,39 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
| 3 |
tags:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
- szl-holdings
|
| 5 |
- uds
|
| 6 |
- unified-decision-span
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
#
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
| 13 |
|
| 14 |
-
|
| 15 |
|
| 16 |
-
|
| 17 |
|
| 18 |
-
|
| 19 |
-
|-------|-------|
|
| 20 |
-
| Tag | `uds-v0.3.0` |
|
| 21 |
-
| Source commit | `3c87c520421fb5d682cfd74e543ecb50affb9c12` |
|
| 22 |
-
| Tarball | `uds-mesh-uds-0.3.0.tar.zst` |
|
| 23 |
-
| Size | 69,606 bytes |
|
| 24 |
-
| SHA256 | `44727fdcb89027aed39d39e821302c5e60e2bf2d1d3f5504b508e7099b742eb6` |
|
| 25 |
-
| Signing | PENDING — cosign key escrow required (see GitHub release notes) |
|
| 26 |
-
| GitHub release | https://github.com/szl-holdings/uds-mesh/releases/tag/uds-v0.3.0 |
|
| 27 |
|
| 28 |
-
##
|
| 29 |
-
|
| 30 |
-
```bash
|
| 31 |
-
pip install huggingface_hub
|
| 32 |
-
python3 -c "
|
| 33 |
-
from huggingface_hub import hf_hub_download
|
| 34 |
-
p = hf_hub_download('SZLHOLDINGS/uds-mesh-source', 'uds-mesh-uds-0.3.0.tar.zst', repo_type='dataset')
|
| 35 |
-
import hashlib
|
| 36 |
-
with open(p,'rb') as f: data=f.read()
|
| 37 |
-
print(hashlib.sha256(data).hexdigest())
|
| 38 |
-
"
|
| 39 |
-
# Expected: 44727fdcb89027aed39d39e821302c5e60e2bf2d1d3f5504b508e7099b742eb6
|
| 40 |
-
```
|
| 41 |
-
|
| 42 |
-
### Cosign Verify (once signing complete)
|
| 43 |
-
|
| 44 |
-
```bash
|
| 45 |
-
cosign verify-blob \
|
| 46 |
-
--key uds-mesh-uds-dev.pub \
|
| 47 |
-
--signature uds-mesh-uds-0.3.0.tar.zst.sig \
|
| 48 |
-
uds-mesh-uds-0.3.0.tar.zst
|
| 49 |
-
```
|
| 50 |
-
|
| 51 |
-
Org dev public key (P-256 ECDSA):
|
| 52 |
-
```
|
| 53 |
-
-----BEGIN PUBLIC KEY-----
|
| 54 |
-
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIcKzhZ7zCKrBDcmdaBGUOpNyJvRj
|
| 55 |
-
4wkQ8nftahptyPXzH613e3mYyhtkH1mxFM0fNCra17wkBvorFNPuolNZRQ==
|
| 56 |
-
-----END PUBLIC KEY-----
|
| 57 |
-
```
|
| 58 |
-
|
| 59 |
-
---
|
| 60 |
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
pretty_name: UDS Mesh Source — Unified Decision Span mesh
|
| 3 |
license: apache-2.0
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
tags:
|
| 7 |
+
- formal-verification
|
| 8 |
+
- lean4
|
| 9 |
+
- dsse
|
| 10 |
+
- governance
|
| 11 |
+
- agentic-ai
|
| 12 |
+
- arxiv:2401.05566
|
| 13 |
+
- series-a
|
| 14 |
+
- anthropic
|
| 15 |
- szl-holdings
|
| 16 |
- uds
|
| 17 |
- unified-decision-span
|
| 18 |
+
task_categories:
|
| 19 |
+
- other
|
| 20 |
+
size_categories:
|
| 21 |
+
- n<1K
|
| 22 |
---
|
| 23 |
|
| 24 |
+
# UDS Mesh Source — Unified Decision Span mesh
|
| 25 |
|
| 26 |
+
[](https://doi.org/10.5281/zenodo.20434276)
|
| 27 |
+
[](https://www.apache.org/licenses/LICENSE-2.0)
|
| 28 |
+
[](https://arxiv.org/abs/2401.05566)
|
| 29 |
|
| 30 |
+
> **Doctrine v6.** No marketing superlatives. Every number on this card resolves to a CI log, a Lean proof, or a Zenodo DOI.
|
| 31 |
|
| 32 |
+
Source and artifacts for the UDS mesh — the DSSE 5-link receipt chain connecting all 7 substrate organs.
|
| 33 |
|
| 34 |
+
**Canonical numbers (2026-05-30):** 24 Spaces / 26 datasets / 2 models / 217 Lean declarations / 7 sorries / 35/35 anchor formulas
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
|
| 36 |
+
## Links
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
|
| 38 |
+
- DOI: [10.5281/zenodo.20434276](https://doi.org/10.5281/zenodo.20434276)
|
| 39 |
+
- arXiv: [2401.05566](https://arxiv.org/abs/2401.05566)
|