docs(provenance): bind immutable dataset source

#1
Files changed (1) hide show
  1. DATASET_PROVENANCE.json +42 -0
DATASET_PROVENANCE.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema": "szl.dataset-source-attestation/v1",
3
+ "observed_at": "2026-07-12T01:30:18Z",
4
+ "dataset": {
5
+ "id": "SZLHOLDINGS/rag-corpus-v1",
6
+ "repository_type": "dataset",
7
+ "artifact_kind": "dataset-repository-snapshot",
8
+ "purpose": "Chunked Doctrine v10/v11 research corpus prepared for governed retrieval workflows."
9
+ },
10
+ "source_of_record": {
11
+ "state": "VERIFIED_HF_SOURCE_OF_RECORD",
12
+ "platform": "huggingface",
13
+ "repository": "SZLHOLDINGS/rag-corpus-v1",
14
+ "artifact_base_revision": "7a2b70e279248bddefd31d86c4c7cb177b391b97",
15
+ "artifact_base_state": "MEASURED_PRE_ATTESTATION_BASE",
16
+ "artifact_base_url": "https://huggingface.co/datasets/SZLHOLDINGS/rag-corpus-v1/tree/7a2b70e279248bddefd31d86c4c7cb177b391b97",
17
+ "file_count": 16,
18
+ "total_bytes": 5718387,
19
+ "tree_sha256": "635f0a3a6df5702be184c6e88d0419b0c671f79f6bdb75aebcb139557039fe7f",
20
+ "tree_hash_algorithm": "sha256 of UTF-8 path + NUL + per-file content sha256 + LF, sorted by path; .cache excluded"
21
+ },
22
+ "public_github": {
23
+ "state": "CONTEXT_ONLY_NO_BYTE_LEVEL_RELEASE_PARITY",
24
+ "card_references": [
25
+ "https://github.com/szl-holdings/szl-papers/blob/main/PAPERS_INDEX.md"
26
+ ],
27
+ "card_reference_role": "CONTEXTUAL_DOCUMENTATION_RESEARCH_OR_RELATED_CODE_NOT_BUILD_SOURCE_PARITY"
28
+ },
29
+ "claims": {
30
+ "github_repository_parity": "NOT_CLAIMED",
31
+ "github_build_source": "NOT_CLAIMED",
32
+ "reproducible_build": "NOT_CLAIMED",
33
+ "generator_revision": "NOT_CLAIMED",
34
+ "serving_process_revision": "NOT_APPLICABLE_DATASET_REPOSITORY"
35
+ },
36
+ "limits": [
37
+ "GitHub links in the dataset card are contextual references only; no per-file byte-equivalence to a GitHub release was established in this attestation.",
38
+ "The attestation overlay cannot self-embed its resulting Hub commit, so artifact_base_revision is the immutable measured pre-overlay tree.",
39
+ "This artifact establishes public source-of-record identity and tree integrity, not a reproducible generation or build pipeline.",
40
+ "No claim is made about private repositories or unobserved producer systems."
41
+ ]
42
+ }