mzx commited on
Commit
f172c8e
·
verified ·
1 Parent(s): d2b8896

Publish derived snapshot atomicity proof

Browse files

Non-production task 4.4 proof; production manifest unchanged.

proofs/v1/derived/README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ # Derived snapshot publication proof
2
+
3
+ This directory is a non-production task 4.4 fixture. It is excluded from the
4
+ production tables, search index, and `manifests/v1/latest.json`.
5
+
6
+ The candidate demonstrates one deterministic same-ID correction and one late
7
+ backfill. `merge-report.json` identifies the affected issuer and year
8
+ partitions; `test-report.json` records byte-stable no-change reuse plus rejected
9
+ and successful atomic-pointer cases.
proofs/v1/derived/candidate/documents.ndjson ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {"announcement_year":2026,"document_id":"ASX:AAA:00000001","exchange":"ASX","issuer_id":"ASX:AAA","source_document_id":"00000001","source_revision":"719a04994f244036f280d6c7f5ae815f34ef03d9faf637856dc04d3126447fd3","source_update_time":"2026-07-10T01:00:00Z","ticker":"AAA","title":"Unchanged"}
2
+ {"announcement_year":2026,"document_id":"ASX:BBB:00000002","exchange":"ASX","issuer_id":"ASX:BBB","source_document_id":"00000002","source_revision":"719a04994f244036f280d6c7f5ae815f34ef03d9faf637856dc04d3126447fd3","source_update_time":"2026-07-17T01:00:00Z","ticker":"BBB","title":"Corrected"}
3
+ {"announcement_year":2025,"document_id":"ASX:BBB:00000003","exchange":"ASX","issuer_id":"ASX:BBB","source_document_id":"00000003","source_revision":"719a04994f244036f280d6c7f5ae815f34ef03d9faf637856dc04d3126447fd3","source_update_time":"2025-06-01T01:00:00Z","ticker":"BBB","title":"Late backfill"}
proofs/v1/derived/candidate/merge-report.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "actions": {
3
+ "new": 1,
4
+ "replaced": 1
5
+ },
6
+ "affected_document_partitions": [
7
+ 2025,
8
+ 2026
9
+ ],
10
+ "affected_issuers": [
11
+ "ASX:BBB"
12
+ ],
13
+ "mode": "incremental_merge",
14
+ "outputs": [
15
+ {
16
+ "bytes": 270,
17
+ "file": "companies.ndjson",
18
+ "rows": 2,
19
+ "sha256": "aaa771c2892aaeef4e1b6e3e97fff6828f9576b6656e992190f493b4bd450527"
20
+ },
21
+ {
22
+ "bytes": 889,
23
+ "file": "documents.ndjson",
24
+ "rows": 3,
25
+ "sha256": "c3b40ab80806123bc20664a245133c7b7cb9f0b59eae0c3c7b1a1f009ef71fa3"
26
+ },
27
+ {
28
+ "bytes": 0,
29
+ "file": "instruments.ndjson",
30
+ "rows": 0,
31
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
32
+ },
33
+ {
34
+ "bytes": 0,
35
+ "file": "events.ndjson",
36
+ "rows": 0,
37
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
38
+ }
39
+ ],
40
+ "plan_id": "e9950ebad0d2d5af06fd374a59d3af7a42052edee5c1ce0f3a68d0bb3e5cdcc3",
41
+ "search_rebuild_required": true,
42
+ "source_read_time": "2026-07-17T12:00:00Z",
43
+ "source_revision": "719a04994f244036f280d6c7f5ae815f34ef03d9faf637856dc04d3126447fd3",
44
+ "status": "valid",
45
+ "unaffected_rows_semantically_stable": 3
46
+ }
proofs/v1/derived/test-report.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "affected_issuers": [
3
+ "ASX:BBB"
4
+ ],
5
+ "candidate_documents_sha256": "c3b40ab80806123bc20664a245133c7b7cb9f0b59eae0c3c7b1a1f009ef71fa3",
6
+ "failed_gate_preserved_pointer": true,
7
+ "new": 1,
8
+ "replaced": 1,
9
+ "status": "pass",
10
+ "unaffected_no_change_byte_identical": 4,
11
+ "valid_gate_advanced_pointer": true
12
+ }