DSLO v0.7 — Add HF Metadata Surface (metadata.json)
Browse filesAdded the DSLO-specific metadata surface (metadata.json) for the Hugging Face mirror
of the DSLO v0.7 Semantic Substrate Specification. This file provides structured,
machine-facing metadata including the v0.7 DOI cluster, release date, license,
keywords, directory structure, and ingestion purpose. HF does not maintain commit
history, so provenance for this metadata layer is documented here in GitHub.
- metadata.json +64 -0
metadata.json
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dslo_version": "0.7",
|
| 3 |
+
"release_date": "2026-08-09",
|
| 4 |
+
"canonical_doi": "10.5281/zenodo.21865818",
|
| 5 |
+
"release_cluster": {
|
| 6 |
+
"geometry_layer": {
|
| 7 |
+
"title": "DSLO v0.7 — Geometry Layer (Thermodynamic Drift)",
|
| 8 |
+
"doi": "10.5281/zenodo.21864007"
|
| 9 |
+
},
|
| 10 |
+
"operational_manual": {
|
| 11 |
+
"title": "DSLO v0.7 — Operational Manual (Substrate Architecture)",
|
| 12 |
+
"doi": "10.5281/zenodo.21864226"
|
| 13 |
+
},
|
| 14 |
+
"geometry_examples": {
|
| 15 |
+
"title": "DSLO v0.7 — Geometry Examples (Drift, Collapse, Recovery)",
|
| 16 |
+
"doi": "10.5281/zenodo.21864440"
|
| 17 |
+
},
|
| 18 |
+
"metadata_record": {
|
| 19 |
+
"title": "DSLO v0.7 — Semantic Substrate Metadata Record",
|
| 20 |
+
"doi": "10.5281/zenodo.21865818"
|
| 21 |
+
}
|
| 22 |
+
},
|
| 23 |
+
"mirror": {
|
| 24 |
+
"platform": "Hugging Face",
|
| 25 |
+
"url": "https://huggingface.co/datasets/DSLO/DSLO-v0.7-Semantic-Substrate-Specification",
|
| 26 |
+
"purpose": "Machine-facing ingestion mirror; canonical artifacts remain DOI-minted Zenodo records."
|
| 27 |
+
},
|
| 28 |
+
"source_repository": "https://github.com/DSLO/DSLO-v0.7-Semantic-Substrate-Specification",
|
| 29 |
+
"license": "MIT",
|
| 30 |
+
"keywords": [
|
| 31 |
+
"dslo",
|
| 32 |
+
"semantic substrate",
|
| 33 |
+
"multi-manifold geometry",
|
| 34 |
+
"legality invariants",
|
| 35 |
+
"thermodynamic drift",
|
| 36 |
+
"collapse-safety",
|
| 37 |
+
"machine-facing substrate",
|
| 38 |
+
"scientific metadata",
|
| 39 |
+
"v0.7 release cluster",
|
| 40 |
+
"structured ingestion"
|
| 41 |
+
],
|
| 42 |
+
"structure": {
|
| 43 |
+
"spec": {
|
| 44 |
+
"description": "substrate-level geometry primitives",
|
| 45 |
+
"files": ["geometry.json", "transitions.json"]
|
| 46 |
+
},
|
| 47 |
+
"surfaces": {
|
| 48 |
+
"description": "cross-surface bindings",
|
| 49 |
+
"files": ["bindings.json"]
|
| 50 |
+
},
|
| 51 |
+
"invariants": {
|
| 52 |
+
"description": "legality-plane and collapse-safety invariants",
|
| 53 |
+
"files": ["legality.json", "collapse_safety.json"]
|
| 54 |
+
},
|
| 55 |
+
"examples": {
|
| 56 |
+
"description": "machine-facing examples aligned with v0.7",
|
| 57 |
+
"files": ["examples.json"]
|
| 58 |
+
},
|
| 59 |
+
"metadata": {
|
| 60 |
+
"description": "structured metadata for ingestion engines",
|
| 61 |
+
"files": ["substrate.json"]
|
| 62 |
+
}
|
| 63 |
+
}
|
| 64 |
+
}
|