betterwithage Claude Opus 4.7 commited on
Commit
e9b231f
·
verified ·
1 Parent(s): 4061178

deploy(hf): sync szl-holdings/a11oy@194f59416698777d2eec9562f0065113d7576519 derived COPY set

Browse files

Reusable Dockerfile-COPY-derived deploy from szl-holdings/a11oy 194f59416698777d2eec9562f0065113d7576519.
Files: 1168 Pruned: 0
Derived from Dockerfile COPY sources (NO hand-maintained allowlist).

Signed-off-by: SZL Holdings <noreply@szlholdings.ai>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

model_release/receipt-agent/README.md CHANGED
@@ -31,6 +31,17 @@ turn retrieved text into a mathematical proof.
31
  | Formula admission | 146 formula crosswalk records + 2 SZL-Lake evidence records = 148 holdout tranche rows | All 148 are holdout; zero are admitted to train. Formula IDs are namespace-scoped. |
32
  | Public candidate | HF revision `fa73dc1bd8eeece727d0b5c1db52448ec0703e8b`; raw `model.safetensors` SHA-256 `a797592fb35c32cc6ebf5739c0a1d9312123300acaf09987d207d86196bc6e7d` | `MEASURED` only by the bounded CPU contract qualification below; not promoted or deployed by this repository. |
33
 
 
 
 
 
 
 
 
 
 
 
 
34
  ## Exact-revision CPU qualification (2026-07-21)
35
 
36
  `qualification/heldout-contract-v1.json` freezes the public artifact, public
 
31
  | Formula admission | 146 formula crosswalk records + 2 SZL-Lake evidence records = 148 holdout tranche rows | All 148 are holdout; zero are admitted to train. Formula IDs are namespace-scoped. |
32
  | Public candidate | HF revision `fa73dc1bd8eeece727d0b5c1db52448ec0703e8b`; raw `model.safetensors` SHA-256 `a797592fb35c32cc6ebf5739c0a1d9312123300acaf09987d207d86196bc6e7d` | `MEASURED` only by the bounded CPU contract qualification below; not promoted or deployed by this repository. |
33
 
34
+ The artifact reconciliation in `reconciliation/` distinguishes signed-receipt
35
+ validity, raw artifact SHA-256, the original signer's
36
+ `SHA256(UTF8(basename) || raw bytes)` domain, and public-head equivalence. At
37
+ the frozen observed head, raw Git commit objects reproduce both declared
38
+ revision IDs, serialized root/subtree objects reproduce their commit-bound
39
+ tree IDs, and the complete tree delta is the one non-inference estate marker.
40
+ ReceiptAgent is
41
+ `ARTIFACT_BYTES_RECONCILED_MEASURED_NOT_PROMOTED`. This state does not expand
42
+ the bounded CPU evaluation or establish hosted serving, general quality,
43
+ promotion, deployment, or independent owner identity.
44
+
45
  ## Exact-revision CPU qualification (2026-07-21)
46
 
47
  `qualification/heldout-contract-v1.json` freezes the public artifact, public
model_release/receipt-agent/qualification/README.md CHANGED
@@ -43,6 +43,25 @@ The receipt retains every exact system prompt, user prompt, raw output, input
43
  and output token count, output digest, generation duration, artifact/source
44
  binding, runtime version, and memory observation.
45
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  ## Limits
47
 
48
  This is a structural-contract evaluation, not an evidence-grounding benchmark.
 
43
  and output token count, output digest, generation duration, artifact/source
44
  binding, runtime version, and memory observation.
45
 
46
+ ## Artifact digest-domain reconciliation (2026-07-28)
47
+
48
+ The apparent conflict between the receipt-declared weight hashes and the public
49
+ LFS raw SHA-256 values came from comparing different digest domains. The
50
+ original training signer used
51
+ `SHA256(UTF8(basename) || raw safetensors bytes)`, while Hugging Face LFS and the
52
+ qualification contract expose raw file-byte SHA-256. This qualification
53
+ already computed and checked both domains while reading the exact 3.09 GB model
54
+ and 147.8 MB adapter.
55
+
56
+ The network-free reconciliation under `../reconciliation/` verifies this
57
+ receipt's self-digest, freezes both digest domains, and records that all 12
58
+ inference-bearing Git blobs at public head
59
+ `2e62cb5f8e6a17052da532305a467861094a2109` equal revision
60
+ `fa73dc1bd8eeece727d0b5c1db52448ec0703e8b`. The only public-head delta is the
61
+ non-inference `SZL_ESTATE_MANAGED.json` marker. The resulting state is
62
+ `ARTIFACT_BYTES_RECONCILED_MEASURED_NOT_PROMOTED`; the evaluation limits below
63
+ and every promotion gate remain in force.
64
+
65
  ## Limits
66
 
67
  This is a structural-contract evaluation, not an evidence-grounding benchmark.
model_release/receipt-agent/reconciliation/README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ReceiptAgent artifact-binding reconciliation
2
+
3
+ This directory preserves one narrow, offline reconciliation of the public
4
+ `SZLHOLDINGS/SZL-Forge-1.5B-ReceiptAgent` candidate. It does not rerun model
5
+ inference and does not train, upload, promote, or deploy anything.
6
+
7
+ The evidence deliberately separates three claims:
8
+
9
+ 1. **Receipt signature validity.** The qualification run verified both
10
+ repository-declared Ed25519 wrappers and their training-to-evaluation chain.
11
+ The key remains repository-declared rather than independently pinned.
12
+ 2. **Exact qualified artifact binding.** The measured qualification loaded
13
+ revision `fa73dc1bd8eeece727d0b5c1db52448ec0703e8b`, checked raw SHA-256 for
14
+ `model.safetensors` and `adapter/adapter_model.safetensors`, and separately
15
+ checked the original signer's
16
+ `SHA256(UTF8(basename) || raw file bytes)` digest. Those digest domains are
17
+ different by design. The reconciler reconstructs each canonical Git LFS
18
+ pointer from the measured raw SHA-256 and byte count, then verifies its Git
19
+ blob SHA-1 against the frozen qualified/public trees. The frozen raw commit
20
+ objects are hashed back to both declared revisions, and every serialized
21
+ root/subtree is hashed back to the tree identity named by its commit.
22
+ 3. **Current public-head equivalence.** At observed public head
23
+ `2e62cb5f8e6a17052da532305a467861094a2109`, all 12 inference-bearing Git
24
+ blobs equal the qualified revision. A complete walk of both hash-bound trees
25
+ proves that the only repository blob delta is the additive, non-inference
26
+ `SZL_ESTATE_MANAGED.json` marker.
27
+
28
+ The resulting state is
29
+ `ARTIFACT_BYTES_RECONCILED_MEASURED_NOT_PROMOTED`. It does not establish hosted
30
+ serving, general quality, autonomous safety, independent owner identity, or
31
+ promotion readiness. A later public-head revision is not automatically trusted;
32
+ the runtime fails closed until a new frozen reconciliation is reviewed.
33
+
34
+ ## Offline check
35
+
36
+ ```powershell
37
+ python model_release/receipt-agent/reconciliation/reconcile_artifact_binding.py `
38
+ --fixture model_release/receipt-agent/reconciliation/observed-hf-tree-fixture.v1.json `
39
+ --qualification-receipt model_release/receipt-agent/qualification/fa73dc1-cpu-qualification-receipt.json `
40
+ --check model_release/receipt-agent/reconciliation/receipt-agent-artifact-reconciliation.v1.json
41
+ ```
42
+
43
+ The check performs no network access. Negative tests mutate the qualification
44
+ self-digest, digest-domain vectors, raw artifact identity, signature evidence,
45
+ revision commit objects, serialized trees, and inference-bearing Git blobs;
46
+ every mutation must refuse.
model_release/receipt-agent/reconciliation/artifact-reconciliation.schema.json ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "https://a-11-oy.com/schemas/receipt-agent-artifact-reconciliation.v1.json",
4
+ "title": "ReceiptAgent exact-artifact and current-head reconciliation",
5
+ "type": "object",
6
+ "required": [
7
+ "schema_version",
8
+ "state",
9
+ "maturity",
10
+ "observed_at",
11
+ "repository",
12
+ "qualified_revision",
13
+ "public_head_revision",
14
+ "receipt_signature_validity",
15
+ "exact_qualified_artifact_binding",
16
+ "current_public_head_equivalence",
17
+ "authorization",
18
+ "non_claims",
19
+ "fixture_sha256",
20
+ "reconciliation_sha256"
21
+ ],
22
+ "properties": {
23
+ "schema_version": {
24
+ "const": "szl.receiptagent-artifact-reconciliation.v1"
25
+ },
26
+ "state": {
27
+ "const": "ARTIFACT_BYTES_RECONCILED_MEASURED_NOT_PROMOTED"
28
+ },
29
+ "maturity": {
30
+ "const": "MEASURED"
31
+ },
32
+ "observed_at": {
33
+ "type": "string",
34
+ "format": "date-time"
35
+ },
36
+ "repository": {
37
+ "const": "SZLHOLDINGS/SZL-Forge-1.5B-ReceiptAgent"
38
+ },
39
+ "qualified_revision": {
40
+ "const": "fa73dc1bd8eeece727d0b5c1db52448ec0703e8b"
41
+ },
42
+ "public_head_revision": {
43
+ "const": "2e62cb5f8e6a17052da532305a467861094a2109"
44
+ },
45
+ "receipt_signature_validity": {
46
+ "type": "object",
47
+ "required": ["training", "evaluation", "key_id", "trust_boundary"],
48
+ "properties": {
49
+ "training": {"const": true},
50
+ "evaluation": {"const": true},
51
+ "key_id": {"const": "e7f01810aaa97394"},
52
+ "trust_boundary": {
53
+ "const": "REPOSITORY_DECLARED_KEY_NOT_INDEPENDENTLY_PINNED"
54
+ }
55
+ },
56
+ "additionalProperties": false
57
+ },
58
+ "exact_qualified_artifact_binding": {
59
+ "type": "object",
60
+ "required": [
61
+ "verified",
62
+ "qualification_receipt_sha256",
63
+ "model_raw_sha256",
64
+ "model_receipt_directory_sha256",
65
+ "adapter_raw_sha256",
66
+ "adapter_receipt_directory_sha256",
67
+ "model_lfs_pointer_git_blob_sha1",
68
+ "adapter_lfs_pointer_git_blob_sha1",
69
+ "digest_domain"
70
+ ],
71
+ "properties": {
72
+ "verified": {"const": true},
73
+ "qualification_receipt_sha256": {
74
+ "const": "5abc85af639477f32951784c372beef33a608375586c111e517692207074ba7b"
75
+ },
76
+ "model_raw_sha256": {
77
+ "const": "a797592fb35c32cc6ebf5739c0a1d9312123300acaf09987d207d86196bc6e7d"
78
+ },
79
+ "model_receipt_directory_sha256": {
80
+ "const": "851af12990cc2077bb610ebe3e4511a077f1fc59f8e7ebe21d40c73a7da64c69"
81
+ },
82
+ "adapter_raw_sha256": {
83
+ "const": "706aff139489d62cb1ac221c0f92a1a8595cd6a42032c542efe8028684e57cf2"
84
+ },
85
+ "adapter_receipt_directory_sha256": {
86
+ "const": "5eb426c1a4cd17faa4c46590d3aff22671023f64a179e7b47b5bcab4c59e47cd"
87
+ },
88
+ "model_lfs_pointer_git_blob_sha1": {
89
+ "const": "1a6ef2a0a8e2281b4d543060f9df5f766d6ee764"
90
+ },
91
+ "adapter_lfs_pointer_git_blob_sha1": {
92
+ "const": "0cb49f48902ad765f489fd45b21cc186afca93ad"
93
+ },
94
+ "digest_domain": {
95
+ "const": "SHA256_UTF8_BASENAME_CONCAT_RAW_FILE_BYTES"
96
+ }
97
+ },
98
+ "additionalProperties": false
99
+ },
100
+ "current_public_head_equivalence": {
101
+ "type": "object",
102
+ "required": [
103
+ "verified",
104
+ "qualified_commit_git_object_verified",
105
+ "public_head_commit_git_object_verified",
106
+ "complete_revision_tree_delta_verified",
107
+ "inference_bearing_blob_count",
108
+ "all_inference_bearing_git_blobs_equal",
109
+ "non_inference_delta"
110
+ ],
111
+ "properties": {
112
+ "verified": {"const": true},
113
+ "qualified_commit_git_object_verified": {"const": true},
114
+ "public_head_commit_git_object_verified": {"const": true},
115
+ "complete_revision_tree_delta_verified": {"const": true},
116
+ "inference_bearing_blob_count": {"const": 12},
117
+ "all_inference_bearing_git_blobs_equal": {"const": true},
118
+ "non_inference_delta": {
119
+ "type": "array",
120
+ "prefixItems": [
121
+ {
122
+ "type": "object",
123
+ "required": ["path", "change", "inference_bearing"],
124
+ "properties": {
125
+ "path": {"const": "SZL_ESTATE_MANAGED.json"},
126
+ "change": {"const": "ADDED"},
127
+ "inference_bearing": {"const": false}
128
+ },
129
+ "additionalProperties": false
130
+ }
131
+ ],
132
+ "minItems": 1,
133
+ "maxItems": 1
134
+ }
135
+ },
136
+ "additionalProperties": false
137
+ },
138
+ "authorization": {
139
+ "type": "object",
140
+ "required": ["trained", "uploaded", "promoted", "deployed"],
141
+ "properties": {
142
+ "trained": {"const": false},
143
+ "uploaded": {"const": false},
144
+ "promoted": {"const": false},
145
+ "deployed": {"const": false}
146
+ },
147
+ "additionalProperties": false
148
+ },
149
+ "non_claims": {
150
+ "type": "array",
151
+ "minItems": 1,
152
+ "items": {"type": "string"}
153
+ },
154
+ "fixture_sha256": {
155
+ "type": "string",
156
+ "pattern": "^[0-9a-f]{64}$"
157
+ },
158
+ "reconciliation_sha256": {
159
+ "type": "string",
160
+ "pattern": "^[0-9a-f]{64}$"
161
+ }
162
+ },
163
+ "additionalProperties": false
164
+ }
model_release/receipt-agent/reconciliation/observed-hf-tree-fixture.v1.json ADDED
@@ -0,0 +1,223 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": "szl.receiptagent-artifact-reconciliation-fixture.v1",
3
+ "repository": "SZLHOLDINGS/SZL-Forge-1.5B-ReceiptAgent",
4
+ "observed_at": "2026-07-28T18:10:16.424425Z",
5
+ "qualified_revision": "fa73dc1bd8eeece727d0b5c1db52448ec0703e8b",
6
+ "public_head_revision": "2e62cb5f8e6a17052da532305a467861094a2109",
7
+ "qualification_receipt": {
8
+ "path": "model_release/receipt-agent/qualification/fa73dc1-cpu-qualification-receipt.json",
9
+ "receipt_sha256": "5abc85af639477f32951784c372beef33a608375586c111e517692207074ba7b",
10
+ "artifact_binding": {
11
+ "digest_domain": "SHA256_UTF8_BASENAME_CONCAT_RAW_FILE_BYTES",
12
+ "model_file": {
13
+ "path": "model.safetensors",
14
+ "bytes": 3087467144,
15
+ "raw_sha256": "a797592fb35c32cc6ebf5739c0a1d9312123300acaf09987d207d86196bc6e7d",
16
+ "receipt_directory_sha256": "851af12990cc2077bb610ebe3e4511a077f1fc59f8e7ebe21d40c73a7da64c69"
17
+ },
18
+ "adapter_file": {
19
+ "path": "adapter/adapter_model.safetensors",
20
+ "bytes": 147770496,
21
+ "raw_sha256": "706aff139489d62cb1ac221c0f92a1a8595cd6a42032c542efe8028684e57cf2",
22
+ "receipt_directory_sha256": "5eb426c1a4cd17faa4c46590d3aff22671023f64a179e7b47b5bcab4c59e47cd"
23
+ }
24
+ }
25
+ },
26
+ "signature_evidence": {
27
+ "training": {
28
+ "verified": true,
29
+ "key_id": "e7f01810aaa97394",
30
+ "canonical_sha256": "9f342f33f295888f95490359bc87c2425ce80866dce8d4f1aa38ed5dcb54d93e"
31
+ },
32
+ "evaluation": {
33
+ "verified": true,
34
+ "key_id": "e7f01810aaa97394",
35
+ "canonical_sha256": "45fe059812d791400650e3171b72e5bd9846d6ce5d5c9ee1351a195ceba81fcd"
36
+ },
37
+ "trust_boundary": "REPOSITORY_DECLARED_KEY_NOT_INDEPENDENTLY_PINNED"
38
+ },
39
+ "digest_test_vectors": [
40
+ {
41
+ "basename": "model.safetensors",
42
+ "content_base64": "c3psLXJlY2VpcHRhZ2VudC1kaWdlc3QtZG9tYWluLXYxCg==",
43
+ "bytes": 34,
44
+ "raw_sha256": "d081995f74ba2a83fb15c242844cfdabf332ad0b0fd2cc6ddb08566ed2c4b96a",
45
+ "receipt_directory_sha256": "6c4719c5ea6daade6e9d6bed79c85cfc7fe583f5742ad5f235947c25424203bf"
46
+ },
47
+ {
48
+ "basename": "adapter_model.safetensors",
49
+ "content_base64": "c3psLXJlY2VpcHRhZ2VudC1kaWdlc3QtZG9tYWluLXYxCg==",
50
+ "bytes": 34,
51
+ "raw_sha256": "d081995f74ba2a83fb15c242844cfdabf332ad0b0fd2cc6ddb08566ed2c4b96a",
52
+ "receipt_directory_sha256": "0448ef08a8fcde60dd78675bd404f70c38f34e1ed94746ad4e1b5df8f590d09d"
53
+ }
54
+ ],
55
+ "git_object_evidence": {
56
+ "qualified": {
57
+ "revision": "fa73dc1bd8eeece727d0b5c1db52448ec0703e8b",
58
+ "commit_object_base64": "dHJlZSBkMGZhN2UxN2EwMmM3NTFiODA3OGU3NDBkM2U1ZDU1ODZmMTlmMGJkCnBhcmVudCBjYjdlNDVmYjU5MTJmZmQ1MDFiZWU1ZWU2NDhjZmE4ZTUzNTc0Y2RmCmF1dGhvciBTdGVwaGVuIFBhdWwgTHV0YXIgSlIgPGJldHRlcndpdGhhZ2VAdXNlcnMubm9yZXBseS5odWdnaW5nZmFjZS5jbz4gMTc4NDYwNDQxNiArMDAwMApjb21taXR0ZXIgc3lzdGVtIDxzeXN0ZW1AaHVnZ2luZ2ZhY2UuY28+IDE3ODQ2MDQ0MTYgKzAwMDAKZ3Bnc2lnIC0tLS0tQkVHSU4gUEdQIFNJR05BVFVSRS0tLS0tCiAKIHdzRnpCQUVCQ0FBbkJRSnFYdWNBQ1JCcVVvNDQ0SE0wWnhZaEJNaW9GNFlQaTZaR3Z3WVNrV3BTampqZ2N6Um4KIEFBQ2Zzdy8vVHh6ait4WUcvbk1MdHIwZVFpWkxVVFB5VS9qZUo2MjBaMTUxN2ZMSmhPU0x4eFMzanN2T1ZkaVoKIHdsNDJqTFRRejdiUFBRb21HUjhSZGJ0TEgySDNhTk9vNmFMTmRlYkhSZmd6NlBiMWJxWEJyRCtOMGJxWFMrc24KIElzTmhHM0R6M1BHQ0ZrWlJxQ0NTbFFXaGlsSTRYVkpVbUdRTFVRVS9wZUUzV1ZOc0pReCsveTJzK2NKWHVGVkYKIDBkWHJMZFJMNHJxbThROHVvN0pzdnVKNS9JNUZBTzRIZDdYdmZRU0lXb3VzOHJ4eExkLzIyWmRkWld3ZGhtczYKIHNLQ3NnM0sveHdZWGNManJ1WnROaFJIbWVRQmxTZGRMU0pGWnhFVll0dVBxR2lkTjRIZDBkVkY3dGRyRUtCZlYKIGdoYTZXdEVYZG14RTloSDJOZ2RkWk9DSTczQjYrSWZSeHVsREljdkZzT3ZhNlN1dk1TRzg0ampXSXpITFdjMFYKIFFiZjRtWkcxVGFGYlhqai9ld2hDNmZkR3VnV08rWjJhVGVaVmI5ekRlb2huK3orTWpOWkw0dEk2REVUa2N1am0KIGZCM3ZPYVJtSWVNaFpkUzZRVE5KbTZwdko3UTBXNFpMUmNKejAvb3JVQWpMRnhMblc5UFMvVDhBYk00cXIrZWYKIFdSNmNzNEtYRGgyQm9XUnJFV1lZc2grR2x0Q1N5cGZkK2lzNHJMdHFtc2dvZjROWE5SWXIvT1F4WFUySkZrT1gKIHFYY0xBQlRrMlBsVHJ5a2liVUZNRDEyYm55aThOWklwRjZ4bUMzWW5Kd2JRSW81dDZXMWVtZm9KYW01amkyamkKIDFsUzgySkwvVExQMFcxY1RoS0k5WTJFcktWcmJvdjlOWlU4aW1pWVIyWklsRDVXY0xBRT0KID11RDd6CiAtLS0tLUVORCBQR1AgU0lHTkFUVVJFLS0tLS0KCmNhcmQ6IGFkZCBHaXRIdWIgc291cmNlIGNyb3NzLWxpbmsgKHN6bC1ob2xkaW5ncy9zemwtZm9yZ2UgZm9yZ2Uga2l0KQ==",
59
+ "trees": [
60
+ {
61
+ "path": "",
62
+ "tree_sha1": "d0fa7e17a02c751b8078e740d3e5d5586f19f0bd",
63
+ "entries": [
64
+ {"mode": "100644", "type": "blob", "object_sha1": "52373fe24473b1aa44333d318f578ae6bf04b49b", "name": ".gitattributes"},
65
+ {"mode": "100644", "type": "blob", "object_sha1": "d645695673349e3947e8e5ae42332d0ac3164cd7", "name": "LICENSE"},
66
+ {"mode": "100644", "type": "blob", "object_sha1": "4a0d6eefab177fc13f4c2d6f8701259b21a5802c", "name": "README.md"},
67
+ {"mode": "040000", "type": "tree", "object_sha1": "9cdbf3706cf26fd51c50b848e7ee5a819cf0488b", "name": "adapter"},
68
+ {"mode": "100644", "type": "blob", "object_sha1": "9840d40f49842423ad9d3c92bbedac488564c088", "name": "chat_template.jinja"},
69
+ {"mode": "100644", "type": "blob", "object_sha1": "8e6225ec48fb9ae0169b89eac1d42f2a5b5474b6", "name": "config.json"},
70
+ {"mode": "100644", "type": "blob", "object_sha1": "380df800183f7f15fad4e90c333569d3dece04dc", "name": "eval_receipt.signed.json"},
71
+ {"mode": "100644", "type": "blob", "object_sha1": "82ca3814da7e7349d09c77d93eafe37b77105da5", "name": "generation_config.json"},
72
+ {"mode": "100644", "type": "blob", "object_sha1": "1a6ef2a0a8e2281b4d543060f9df5f766d6ee764", "name": "model.safetensors"},
73
+ {"mode": "100644", "type": "blob", "object_sha1": "2f555637d88534305ec846a4102f65ce35fea78d", "name": "owner_pubkey.json"},
74
+ {"mode": "100644", "type": "blob", "object_sha1": "00db5a7f765e8dca49c4ffad0f0725ca4c26f120", "name": "receiptagent.schema.json"},
75
+ {"mode": "100644", "type": "blob", "object_sha1": "d73428d91463b495bc017fb6a2fb3a656646482b", "name": "tokenizer.json"},
76
+ {"mode": "100644", "type": "blob", "object_sha1": "5ed51702c01bac3f955bb72cafeba92a7427e829", "name": "tokenizer_config.json"},
77
+ {"mode": "100644", "type": "blob", "object_sha1": "0c03f078d9c829c108e48e35e6df1f31ca72866c", "name": "training_receipt.signed.json"}
78
+ ]
79
+ },
80
+ {
81
+ "path": "adapter",
82
+ "tree_sha1": "9cdbf3706cf26fd51c50b848e7ee5a819cf0488b",
83
+ "entries": [
84
+ {"mode": "100644", "type": "blob", "object_sha1": "51eed4427294f266f7e5960ae82b1eb27aaba74d", "name": "README.md"},
85
+ {"mode": "100644", "type": "blob", "object_sha1": "cc95e3ab87a880ca9b1c72f440c0e4b5440e5b49", "name": "adapter_config.json"},
86
+ {"mode": "100644", "type": "blob", "object_sha1": "0cb49f48902ad765f489fd45b21cc186afca93ad", "name": "adapter_model.safetensors"}
87
+ ]
88
+ }
89
+ ]
90
+ },
91
+ "public_head": {
92
+ "revision": "2e62cb5f8e6a17052da532305a467861094a2109",
93
+ "commit_object_base64": "dHJlZSBkNjM5NGQ0YjYwMTNlNTVhNTI3N2E1NDBkMjg0YTdiZTM1MTNlODhkCnBhcmVudCA2NzA0M2QxM2MzMTY2YTgxY2ZkMjkyYzg0YjE4ZTU4Nzc4MWYzYmE5CmF1dGhvciBTdGVwaGVuIFBhdWwgTHV0YXIgSlIgPGJldHRlcndpdGhhZ2VAdXNlcnMubm9yZXBseS5odWdnaW5nZmFjZS5jbz4gMTc4NDcxMDExMyArMDAwMApjb21taXR0ZXIgc3lzdGVtIDxzeXN0ZW1AaHVnZ2luZ2ZhY2UuY28+IDE3ODQ3MTAxMTMgKzAwMDAKZ3Bnc2lnIC0tLS0tQkVHSU4gUEdQIFNJR05BVFVSRS0tLS0tCiAKIHdzRnpCQUVCQ0FBbkJRSnFZSVBoQ1JCcVVvNDQ0SE0wWnhZaEJNaW9GNFlQaTZaR3Z3WVNrV3BTampqZ2N6Um4KIEFBQ3NVZy85R0ErNk9pTm1GRWVjNklrZUNkcUVLU0ZHMW1kQWl0Rk9FOEMzcFh4Z3RnQTREK3ZoaW1YcDQ0RnQKIGwxODhUenlIWVdhWXU5M3FwRjRnNDVwR29yejV2K3JCbDJVd0FxYnNoNHoyUlRDNlBqdmJlWVBUbHpvTU00STQKIDBZVndlU1Y2VnRFeWZkejdLZ3gza3BlbE9WYzQvQ3dLdnd0SjBKTVVUeEVhY3NkdEE5QTBMN0VsNTFSUnVEblUKIE4vcGFRMGVxWVNnVzE3WGdsbFJMVlJCei9KcWFFMFZVaEx1R0dENytKTXZpWXVHTWlKeFJZWGpaODhXRUdKaFMKIEUxcEtaa29ha3hCamhFdGo3SFduY2xodzVlenpiM2h6aDBmQVVMWEJxejB5Q2dqdDNiZ25NaUFCZC9jVnBRTFIKIFVzQklPeE95TGVaQ3k1RFZwM2RlTi9MTGlsaEpUVHlORmIrdlJZMGd0VWZxTU5La0ZDUHFZWWFJNlNsWWtjbGcKIEFpYzhUZVJpdGIvbDNpTjZCVFhOSTVZd3M0QTdIY3hpUWYwR3JCS2x6cHFCM3EyVDhOY1BDWHRhWmFFRWdCRS8KIGJ1dUdzMkxKdTZ4SFBUbHFCY0wyRWdEYnp4ejlUcCtJTThuSm42MlYrenYxUmNxQ3ZHL0JZR2VBVncxT25ZYWwKIHd5aDMxai90L1ZSaVpjZFR3TGVGZTZHcjJmb0ZZWWJReGllanB3b285Zk1BNXBNY1hDT3B2YnkvaXNHVUJYMXAKIFBjblJUeWVxUW9uVmx1QVpCNkRBZEdBNHVaN0sxSEszSEJkemMvS01JbGVLV3VNVDFBQlFUVlNQd0lhYVVmWTUKIGZmbmVKcU1xeGo5eWFxL0UxQm1adFhIU3JpSXJTTThydHZCeE5KbTIvWFF3MEtwaGNkUT0KID1nNzhlCiAtLS0tLUVORCBQR1AgU0lHTkFUVVJFLS0tLS0KCmNob3JlKGVzdGF0ZSk6IHJlY29yZCBtYW5hZ2VkIGdlbmVyYXRpb24gM2MyMGZlMmE2YjBjCgpOb24tZGVzdHJ1Y3RpdmUgbWFjaGluZS1yZWFkYWJsZSBwcm92ZW5hbmNlIG1hcmtlci4gTm8gd2VpZ2h0cywgZGF0YXNldCBwYXlsb2FkcywgYXBwbGljYXRpb24gY29kZSwgdmlzaWJpbGl0eSwgc2VjcmV0cywgb3IgaGFyZHdhcmUgc2V0dGluZ3Mgd2VyZSBjaGFuZ2VkLg==",
94
+ "trees": [
95
+ {
96
+ "path": "",
97
+ "tree_sha1": "d6394d4b6013e55a5277a540d284a7be3513e88d",
98
+ "entries": [
99
+ {"mode": "100644", "type": "blob", "object_sha1": "52373fe24473b1aa44333d318f578ae6bf04b49b", "name": ".gitattributes"},
100
+ {"mode": "100644", "type": "blob", "object_sha1": "d645695673349e3947e8e5ae42332d0ac3164cd7", "name": "LICENSE"},
101
+ {"mode": "100644", "type": "blob", "object_sha1": "4a0d6eefab177fc13f4c2d6f8701259b21a5802c", "name": "README.md"},
102
+ {"mode": "100644", "type": "blob", "object_sha1": "422df3133b04fb05cb2e039d58ed37feca833605", "name": "SZL_ESTATE_MANAGED.json"},
103
+ {"mode": "040000", "type": "tree", "object_sha1": "9cdbf3706cf26fd51c50b848e7ee5a819cf0488b", "name": "adapter"},
104
+ {"mode": "100644", "type": "blob", "object_sha1": "9840d40f49842423ad9d3c92bbedac488564c088", "name": "chat_template.jinja"},
105
+ {"mode": "100644", "type": "blob", "object_sha1": "8e6225ec48fb9ae0169b89eac1d42f2a5b5474b6", "name": "config.json"},
106
+ {"mode": "100644", "type": "blob", "object_sha1": "380df800183f7f15fad4e90c333569d3dece04dc", "name": "eval_receipt.signed.json"},
107
+ {"mode": "100644", "type": "blob", "object_sha1": "82ca3814da7e7349d09c77d93eafe37b77105da5", "name": "generation_config.json"},
108
+ {"mode": "100644", "type": "blob", "object_sha1": "1a6ef2a0a8e2281b4d543060f9df5f766d6ee764", "name": "model.safetensors"},
109
+ {"mode": "100644", "type": "blob", "object_sha1": "2f555637d88534305ec846a4102f65ce35fea78d", "name": "owner_pubkey.json"},
110
+ {"mode": "100644", "type": "blob", "object_sha1": "00db5a7f765e8dca49c4ffad0f0725ca4c26f120", "name": "receiptagent.schema.json"},
111
+ {"mode": "100644", "type": "blob", "object_sha1": "d73428d91463b495bc017fb6a2fb3a656646482b", "name": "tokenizer.json"},
112
+ {"mode": "100644", "type": "blob", "object_sha1": "5ed51702c01bac3f955bb72cafeba92a7427e829", "name": "tokenizer_config.json"},
113
+ {"mode": "100644", "type": "blob", "object_sha1": "0c03f078d9c829c108e48e35e6df1f31ca72866c", "name": "training_receipt.signed.json"}
114
+ ]
115
+ },
116
+ {
117
+ "path": "adapter",
118
+ "tree_sha1": "9cdbf3706cf26fd51c50b848e7ee5a819cf0488b",
119
+ "entries": [
120
+ {"mode": "100644", "type": "blob", "object_sha1": "51eed4427294f266f7e5960ae82b1eb27aaba74d", "name": "README.md"},
121
+ {"mode": "100644", "type": "blob", "object_sha1": "cc95e3ab87a880ca9b1c72f440c0e4b5440e5b49", "name": "adapter_config.json"},
122
+ {"mode": "100644", "type": "blob", "object_sha1": "0cb49f48902ad765f489fd45b21cc186afca93ad", "name": "adapter_model.safetensors"}
123
+ ]
124
+ }
125
+ ]
126
+ }
127
+ },
128
+ "inference_bearing_blobs": [
129
+ {
130
+ "path": "adapter/adapter_config.json",
131
+ "qualified_git_blob_sha1": "cc95e3ab87a880ca9b1c72f440c0e4b5440e5b49",
132
+ "public_head_git_blob_sha1": "cc95e3ab87a880ca9b1c72f440c0e4b5440e5b49",
133
+ "inference_bearing": true
134
+ },
135
+ {
136
+ "path": "adapter/adapter_model.safetensors",
137
+ "qualified_git_blob_sha1": "0cb49f48902ad765f489fd45b21cc186afca93ad",
138
+ "public_head_git_blob_sha1": "0cb49f48902ad765f489fd45b21cc186afca93ad",
139
+ "inference_bearing": true
140
+ },
141
+ {
142
+ "path": "chat_template.jinja",
143
+ "qualified_git_blob_sha1": "9840d40f49842423ad9d3c92bbedac488564c088",
144
+ "public_head_git_blob_sha1": "9840d40f49842423ad9d3c92bbedac488564c088",
145
+ "inference_bearing": true
146
+ },
147
+ {
148
+ "path": "config.json",
149
+ "qualified_git_blob_sha1": "8e6225ec48fb9ae0169b89eac1d42f2a5b5474b6",
150
+ "public_head_git_blob_sha1": "8e6225ec48fb9ae0169b89eac1d42f2a5b5474b6",
151
+ "inference_bearing": true
152
+ },
153
+ {
154
+ "path": "eval_receipt.signed.json",
155
+ "qualified_git_blob_sha1": "380df800183f7f15fad4e90c333569d3dece04dc",
156
+ "public_head_git_blob_sha1": "380df800183f7f15fad4e90c333569d3dece04dc",
157
+ "inference_bearing": true
158
+ },
159
+ {
160
+ "path": "generation_config.json",
161
+ "qualified_git_blob_sha1": "82ca3814da7e7349d09c77d93eafe37b77105da5",
162
+ "public_head_git_blob_sha1": "82ca3814da7e7349d09c77d93eafe37b77105da5",
163
+ "inference_bearing": true
164
+ },
165
+ {
166
+ "path": "model.safetensors",
167
+ "qualified_git_blob_sha1": "1a6ef2a0a8e2281b4d543060f9df5f766d6ee764",
168
+ "public_head_git_blob_sha1": "1a6ef2a0a8e2281b4d543060f9df5f766d6ee764",
169
+ "inference_bearing": true
170
+ },
171
+ {
172
+ "path": "owner_pubkey.json",
173
+ "qualified_git_blob_sha1": "2f555637d88534305ec846a4102f65ce35fea78d",
174
+ "public_head_git_blob_sha1": "2f555637d88534305ec846a4102f65ce35fea78d",
175
+ "inference_bearing": true
176
+ },
177
+ {
178
+ "path": "receiptagent.schema.json",
179
+ "qualified_git_blob_sha1": "00db5a7f765e8dca49c4ffad0f0725ca4c26f120",
180
+ "public_head_git_blob_sha1": "00db5a7f765e8dca49c4ffad0f0725ca4c26f120",
181
+ "inference_bearing": true
182
+ },
183
+ {
184
+ "path": "tokenizer.json",
185
+ "qualified_git_blob_sha1": "d73428d91463b495bc017fb6a2fb3a656646482b",
186
+ "public_head_git_blob_sha1": "d73428d91463b495bc017fb6a2fb3a656646482b",
187
+ "inference_bearing": true
188
+ },
189
+ {
190
+ "path": "tokenizer_config.json",
191
+ "qualified_git_blob_sha1": "5ed51702c01bac3f955bb72cafeba92a7427e829",
192
+ "public_head_git_blob_sha1": "5ed51702c01bac3f955bb72cafeba92a7427e829",
193
+ "inference_bearing": true
194
+ },
195
+ {
196
+ "path": "training_receipt.signed.json",
197
+ "qualified_git_blob_sha1": "0c03f078d9c829c108e48e35e6df1f31ca72866c",
198
+ "public_head_git_blob_sha1": "0c03f078d9c829c108e48e35e6df1f31ca72866c",
199
+ "inference_bearing": true
200
+ }
201
+ ],
202
+ "public_head_delta": [
203
+ {
204
+ "path": "SZL_ESTATE_MANAGED.json",
205
+ "change": "ADDED",
206
+ "inference_bearing": false
207
+ }
208
+ ],
209
+ "authorization": {
210
+ "trained": false,
211
+ "uploaded": false,
212
+ "promoted": false,
213
+ "deployed": false
214
+ },
215
+ "non_claims": [
216
+ "NOT_A_NEW_QUALIFICATION_RUN",
217
+ "NOT_A_TRAINING_RUN",
218
+ "NOT_A_PROMOTION",
219
+ "NOT_A_DEPLOYMENT",
220
+ "NOT_INDEPENDENT_OWNER_IDENTITY_ASSURANCE",
221
+ "NOT_GENERAL_CAPABILITY_EVIDENCE"
222
+ ]
223
+ }
model_release/receipt-agent/reconciliation/receipt-agent-artifact-reconciliation.v1.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": "szl.receiptagent-artifact-reconciliation.v1",
3
+ "state": "ARTIFACT_BYTES_RECONCILED_MEASURED_NOT_PROMOTED",
4
+ "maturity": "MEASURED",
5
+ "observed_at": "2026-07-28T18:10:16.424425Z",
6
+ "repository": "SZLHOLDINGS/SZL-Forge-1.5B-ReceiptAgent",
7
+ "qualified_revision": "fa73dc1bd8eeece727d0b5c1db52448ec0703e8b",
8
+ "public_head_revision": "2e62cb5f8e6a17052da532305a467861094a2109",
9
+ "receipt_signature_validity": {
10
+ "training": true,
11
+ "evaluation": true,
12
+ "key_id": "e7f01810aaa97394",
13
+ "trust_boundary": "REPOSITORY_DECLARED_KEY_NOT_INDEPENDENTLY_PINNED"
14
+ },
15
+ "exact_qualified_artifact_binding": {
16
+ "verified": true,
17
+ "qualification_receipt_sha256": "5abc85af639477f32951784c372beef33a608375586c111e517692207074ba7b",
18
+ "model_raw_sha256": "a797592fb35c32cc6ebf5739c0a1d9312123300acaf09987d207d86196bc6e7d",
19
+ "model_receipt_directory_sha256": "851af12990cc2077bb610ebe3e4511a077f1fc59f8e7ebe21d40c73a7da64c69",
20
+ "adapter_raw_sha256": "706aff139489d62cb1ac221c0f92a1a8595cd6a42032c542efe8028684e57cf2",
21
+ "adapter_receipt_directory_sha256": "5eb426c1a4cd17faa4c46590d3aff22671023f64a179e7b47b5bcab4c59e47cd",
22
+ "model_lfs_pointer_git_blob_sha1": "1a6ef2a0a8e2281b4d543060f9df5f766d6ee764",
23
+ "adapter_lfs_pointer_git_blob_sha1": "0cb49f48902ad765f489fd45b21cc186afca93ad",
24
+ "digest_domain": "SHA256_UTF8_BASENAME_CONCAT_RAW_FILE_BYTES"
25
+ },
26
+ "current_public_head_equivalence": {
27
+ "verified": true,
28
+ "qualified_commit_git_object_verified": true,
29
+ "public_head_commit_git_object_verified": true,
30
+ "complete_revision_tree_delta_verified": true,
31
+ "inference_bearing_blob_count": 12,
32
+ "all_inference_bearing_git_blobs_equal": true,
33
+ "non_inference_delta": [
34
+ {
35
+ "path": "SZL_ESTATE_MANAGED.json",
36
+ "change": "ADDED",
37
+ "inference_bearing": false
38
+ }
39
+ ]
40
+ },
41
+ "authorization": {
42
+ "trained": false,
43
+ "uploaded": false,
44
+ "promoted": false,
45
+ "deployed": false
46
+ },
47
+ "non_claims": [
48
+ "NOT_A_NEW_QUALIFICATION_RUN",
49
+ "NOT_A_TRAINING_RUN",
50
+ "NOT_A_PROMOTION",
51
+ "NOT_A_DEPLOYMENT",
52
+ "NOT_INDEPENDENT_OWNER_IDENTITY_ASSURANCE",
53
+ "NOT_GENERAL_CAPABILITY_EVIDENCE"
54
+ ],
55
+ "fixture_sha256": "9a79520905ef04e4417b5accf3aa582a5020c37c52d25b31c9c8bcd95868d0ff",
56
+ "reconciliation_sha256": "8361880787feb8bc2d3307bcc5d4e2c673b0fabe62694760df967eb39815f799"
57
+ }
model_release/szl-ayllu-binding.json CHANGED
@@ -6,6 +6,20 @@
6
  "personas_are": "PROMPT_AND_RUNTIME_ROLES_USING_PROFILE_SPECIFIC_EXACT_TAG_ROUTING_WITH_THREE_DECLARED_SHARED_FALLBACKS",
7
  "ayllu_specific_weights_present": false,
8
  "actual_model_authority": "PER_TURN_ROUTER_AND_RECEIPT_EVIDENCE",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  "profile_pin_evidence_required": [
10
  "base_revision",
11
  "adapter_sha256",
 
6
  "personas_are": "PROMPT_AND_RUNTIME_ROLES_USING_PROFILE_SPECIFIC_EXACT_TAG_ROUTING_WITH_THREE_DECLARED_SHARED_FALLBACKS",
7
  "ayllu_specific_weights_present": false,
8
  "actual_model_authority": "PER_TURN_ROUTER_AND_RECEIPT_EVIDENCE",
9
+ "profile_states": {
10
+ "ReceiptAgent-v1": "ARTIFACT_BYTES_RECONCILED_MEASURED_NOT_PROMOTED",
11
+ "BrainNavigator-v1": "SIGNED_RECEIPTS_VALID_ARTIFACT_BINDING_CONFLICT",
12
+ "Operator-v1": "PLANNED_TOOL_CONTRACT_REQUIRED",
13
+ "Sentinel-v1": "PLANNED_SECURITY_ADMISSION_REQUIRED",
14
+ "Anatomy-v1": "PLANNED_ONTOLOGY_ADMISSION_REQUIRED"
15
+ },
16
+ "receipt_agent_artifact_reconciliation": {
17
+ "state": "ARTIFACT_BYTES_RECONCILED_MEASURED_NOT_PROMOTED",
18
+ "qualified_revision": "fa73dc1bd8eeece727d0b5c1db52448ec0703e8b",
19
+ "reconciled_public_head_revision": "2e62cb5f8e6a17052da532305a467861094a2109",
20
+ "artifact": "model_release/receipt-agent/reconciliation/receipt-agent-artifact-reconciliation.v1.json",
21
+ "runtime_rule": "A later public head fails closed until every inference-bearing Git blob is reconciled again."
22
+ },
23
  "profile_pin_evidence_required": [
24
  "base_revision",
25
  "adapter_sha256",
model_release/szl-forge-family.json CHANGED
@@ -18,12 +18,13 @@
18
  "model_id": "SZL-Forge-1.5B-ReceiptAgent-v1",
19
  "hf_target": "SZLHOLDINGS/SZL-Forge-1.5B-ReceiptAgent",
20
  "weight_artifact_required": true,
21
- "state": "SIGNED_RECEIPTS_VALID_ARTIFACT_BINDING_CONFLICT",
22
  "role": "Evidence-bound drafts in independently signed runtime receipt envelopes, abstention, formula references, and proposal-only tools; the model is never the signer.",
23
  "runtime": "model_release/receipt-agent/receipt_runtime.py",
24
  "training_contract": "model_release/szl-forge/training-contract.json",
25
  "runtime_tag": "receiptagent:latest",
26
- "artifact_honesty": "Remote weights and signed receipts exist, but the receipt-declared adapter/full-weight hashes do not match the published LFS artifacts; promotion remains blocked."
 
27
  },
28
  {
29
  "profile_id": "BrainNavigator-v1",
 
18
  "model_id": "SZL-Forge-1.5B-ReceiptAgent-v1",
19
  "hf_target": "SZLHOLDINGS/SZL-Forge-1.5B-ReceiptAgent",
20
  "weight_artifact_required": true,
21
+ "state": "ARTIFACT_BYTES_RECONCILED_MEASURED_NOT_PROMOTED",
22
  "role": "Evidence-bound drafts in independently signed runtime receipt envelopes, abstention, formula references, and proposal-only tools; the model is never the signer.",
23
  "runtime": "model_release/receipt-agent/receipt_runtime.py",
24
  "training_contract": "model_release/szl-forge/training-contract.json",
25
  "runtime_tag": "receiptagent:latest",
26
+ "artifact_reconciliation": "model_release/receipt-agent/reconciliation/receipt-agent-artifact-reconciliation.v1.json",
27
+ "artifact_honesty": "The exact qualified revision binds raw model/adapter SHA-256 values separately from the original signer's SHA256(UTF8 basename || raw bytes) digest domain. At frozen public head 2e62cb5f8e6a17052da532305a467861094a2109, all 12 inference-bearing Git blobs equal the qualified revision; only a non-inference estate marker was added. This is MEASURED artifact reconciliation, not promotion, deployment, hosted serving, general quality, or independent owner-identity assurance."
28
  },
29
  {
30
  "profile_id": "BrainNavigator-v1",