Datasets:
Tighten verification and relationship documentation
Browse filesConsolidates archive semantics, adds structural relationship and physical-reference validators with tests, binds physical-reference verification to pinned source receipts, and reduces stale explanatory clutter. This PR changes 14 documentation, sidecar, and validation files only; it does not change canonical media or active metadata tables.
- CHANGELOG.md +22 -0
- Earlier_Archive_2012_2016/README.md +2 -2
- Physical_References/MANIFEST.json +4 -1
- Physical_References/SCHEMA.md +30 -3
- Physical_References/endpoint_references.csv +9 -9
- README.md +21 -76
- SCHEMA.md +20 -24
- Standard_Time_Lapses/Provenance/README.md +42 -0
- VALIDATION.md +145 -228
- VIEWER_MIGRATION.md +19 -56
- tools/test_fragment_relationships.py +198 -0
- tools/test_physical_references.py +404 -0
- tools/validate_fragment_relationships.py +17 -0
- tools/validate_physical_references.py +541 -0
CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
| 1 |
# Changelog
|
| 2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
## Unreleased — August 7, 2025 date correction
|
| 4 |
|
| 5 |
- Corrected creator-confirmed record `tla-c043b4f55b583c4e` from August 7,
|
|
|
|
| 1 |
# Changelog
|
| 2 |
|
| 3 |
+
## Unreleased — verification and documentation consolidation
|
| 4 |
+
|
| 5 |
+
- Clarified that each active metadata row represents one published video
|
| 6 |
+
object, not necessarily one drawing, session, or complete process.
|
| 7 |
+
- Kept documented fragment-sequence and physical-reference relationships in
|
| 8 |
+
separate sidecars without adding a global `work_id` or changing either
|
| 9 |
+
29-field active video index.
|
| 10 |
+
- Replaced batch-by-batch README narration and stale Viewer migration counts
|
| 11 |
+
with current, revision-bound summaries; added a provenance navigation index
|
| 12 |
+
for the nine documented fragment sequences.
|
| 13 |
+
- Corrected nine physical-reference `hash_state` values that claimed paired
|
| 14 |
+
hashes despite blank paired filename/hash fields. The correction reports
|
| 15 |
+
ledger availability only and does not reinterpret any photograph or owner
|
| 16 |
+
evidence.
|
| 17 |
+
- Added a dedicated physical-reference validator and regression tests; fragment
|
| 18 |
+
validation now checks canonical byte sizes and states whether a pinned remote
|
| 19 |
+
inventory was supplied.
|
| 20 |
+
- Removed the unsupported `video-classification` task facet while retaining
|
| 21 |
+
`feature-extraction` and `annotations_creators: expert-generated`.
|
| 22 |
+
- This consolidation does not alter media, active video-index rows, record
|
| 23 |
+
identities, or acquisition-protocol identifiers.
|
| 24 |
+
|
| 25 |
## Unreleased — August 7, 2025 date correction
|
| 26 |
|
| 27 |
- Corrected creator-confirmed record `tla-c043b4f55b583c4e` from August 7,
|
Earlier_Archive_2012_2016/README.md
CHANGED
|
@@ -5,5 +5,5 @@ dataset. It consists primarily of uploaded 1080p drawing videos, with some
|
|
| 5 |
livestream-derived material.
|
| 6 |
|
| 7 |
This directory is a documentation placeholder only. It contains no public
|
| 8 |
-
video data at
|
| 9 |
-
|
|
|
|
| 5 |
livestream-derived material.
|
| 6 |
|
| 7 |
This directory is a documentation placeholder only. It contains no public
|
| 8 |
+
video data at this revision and is excluded from all published row, byte, and
|
| 9 |
+
duration totals.
|
Physical_References/MANIFEST.json
CHANGED
|
@@ -5,10 +5,13 @@
|
|
| 5 |
"dataset_id": "maxwellinked/time-lapse-artifacts",
|
| 6 |
"source_hub_revision": "ba7e7903901767f2d5a4367d7ae22c2546366d6d",
|
| 7 |
"canonical_metadata_path": "metadata.csv",
|
|
|
|
|
|
|
| 8 |
"sidecar_path": "Physical_References/endpoint_references.csv",
|
| 9 |
-
"sidecar_sha256": "
|
| 10 |
"schema_path": "Physical_References/SCHEMA.md",
|
| 11 |
"capture_protocol_path": "Physical_References/CAPTURE_AND_INGEST_PROTOCOL.md",
|
|
|
|
| 12 |
"canonical_schema_field_count": 29,
|
| 13 |
"record_identity": "record_id",
|
| 14 |
"reference_identity": "reference_id",
|
|
|
|
| 5 |
"dataset_id": "maxwellinked/time-lapse-artifacts",
|
| 6 |
"source_hub_revision": "ba7e7903901767f2d5a4367d7ae22c2546366d6d",
|
| 7 |
"canonical_metadata_path": "metadata.csv",
|
| 8 |
+
"source_metadata_sha256": "2062d1ed0ae83a54cac501e1dfcc23bc6cff087d43fd1242fdd19f3028f3d30d",
|
| 9 |
+
"source_metadata_size_bytes": 190250,
|
| 10 |
"sidecar_path": "Physical_References/endpoint_references.csv",
|
| 11 |
+
"sidecar_sha256": "5f3e1ed6c484853cd6df8722e3916b111fc280a1e02a4f9272c0566172821c3a",
|
| 12 |
"schema_path": "Physical_References/SCHEMA.md",
|
| 13 |
"capture_protocol_path": "Physical_References/CAPTURE_AND_INGEST_PROTOCOL.md",
|
| 14 |
+
"validator_path": "tools/validate_physical_references.py",
|
| 15 |
"canonical_schema_field_count": 29,
|
| 16 |
"record_identity": "record_id",
|
| 17 |
"reference_identity": "reference_id",
|
Physical_References/SCHEMA.md
CHANGED
|
@@ -36,9 +36,21 @@ be independently edited in the sidecar. Blank time remains unknown.
|
|
| 36 |
| `paired_image_filename` | string or blank | Associated back/opposite-side evidence when present. |
|
| 37 |
| `reference_image_sha256` | hex or blank | SHA-256 only when found in a current source ledger. |
|
| 38 |
| `paired_image_sha256` | hex or blank | SHA-256 only when found in a current source ledger. |
|
| 39 |
-
| `hash_state` | string |
|
| 40 |
| `source_photo_collection` | semicolon list | Local source-ledger origin, not a public URL. |
|
| 41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
## Relationship fields
|
| 43 |
|
| 44 |
| Field | Meaning |
|
|
@@ -53,10 +65,9 @@ be independently edited in the sidecar. Blank time remains unknown.
|
|
| 53 |
| `owner_evidence` | Human-readable creator confirmation. |
|
| 54 |
| `paired_image_evidence` | Human-readable reverse/back qualification. |
|
| 55 |
|
| 56 |
-
|
| 57 |
|
| 58 |
- `endpoint_photograph`
|
| 59 |
-
- `endpoint_side_reference`
|
| 60 |
- `longitudinal_continuation`
|
| 61 |
- `owner_confirmed_record_reference`
|
| 62 |
- `two_sided_work_reference`
|
|
@@ -76,6 +87,22 @@ Blank means unknown, not documented, unavailable in current ledgers, or not
|
|
| 76 |
applicable. It never means zero or false. Do not fill missing hashes, timestamps,
|
| 77 |
side roles, or temporal states by visual guess.
|
| 78 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 79 |
## ML boundary
|
| 80 |
|
| 81 |
`machine_use_scope` and `caution` describe supported selection/alignment uses.
|
|
|
|
| 36 |
| `paired_image_filename` | string or blank | Associated back/opposite-side evidence when present. |
|
| 37 |
| `reference_image_sha256` | hex or blank | SHA-256 only when found in a current source ledger. |
|
| 38 |
| `paired_image_sha256` | hex or blank | SHA-256 only when found in a current source ledger. |
|
| 39 |
+
| `hash_state` | string | Mechanical summary of which source-ledger hashes are present. |
|
| 40 |
| `source_photo_collection` | semicolon list | Local source-ledger origin, not a public URL. |
|
| 41 |
|
| 42 |
+
`hash_state` must agree with the two hash columns exactly:
|
| 43 |
+
|
| 44 |
+
| Front hash | Paired hash | Required state |
|
| 45 |
+
| --- | --- | --- |
|
| 46 |
+
| present | present | `front_and_paired_hashes_verified` |
|
| 47 |
+
| present | blank | `front=verified_from_local_source_ledger;paired=not_available_in_current_source_ledgers` |
|
| 48 |
+
| blank | blank, paired filename present | `front=not_available_in_current_source_ledgers;paired=not_available_in_current_source_ledgers` |
|
| 49 |
+
| blank | blank, paired filename blank | `not_available_in_current_source_ledgers` |
|
| 50 |
+
|
| 51 |
+
A paired hash requires a paired filename. These states report ledger
|
| 52 |
+
availability only; they do not visually authenticate an unbundled photograph.
|
| 53 |
+
|
| 54 |
## Relationship fields
|
| 55 |
|
| 56 |
| Field | Meaning |
|
|
|
|
| 65 |
| `owner_evidence` | Human-readable creator confirmation. |
|
| 66 |
| `paired_image_evidence` | Human-readable reverse/back qualification. |
|
| 67 |
|
| 68 |
+
Observed and currently validated `relationship_type` values:
|
| 69 |
|
| 70 |
- `endpoint_photograph`
|
|
|
|
| 71 |
- `longitudinal_continuation`
|
| 72 |
- `owner_confirmed_record_reference`
|
| 73 |
- `two_sided_work_reference`
|
|
|
|
| 87 |
applicable. It never means zero or false. Do not fill missing hashes, timestamps,
|
| 88 |
side roles, or temporal states by visual guess.
|
| 89 |
|
| 90 |
+
## Validation
|
| 91 |
+
|
| 92 |
+
`Physical_References/MANIFEST.json` binds the sidecar bytes and the exact
|
| 93 |
+
historical `metadata.csv` used for the original join. Validate all structural,
|
| 94 |
+
join, hash-state, count, and manifest invariants with:
|
| 95 |
+
|
| 96 |
+
```bash
|
| 97 |
+
python tools/validate_physical_references.py \
|
| 98 |
+
--references Physical_References/endpoint_references.csv \
|
| 99 |
+
--metadata /path/to/pinned/metadata.csv \
|
| 100 |
+
--manifest Physical_References/MANIFEST.json
|
| 101 |
+
```
|
| 102 |
+
|
| 103 |
+
This is consistency validation, not visual re-review. It does not infer a
|
| 104 |
+
pair, endpoint, date, material, or physical state from filenames or images.
|
| 105 |
+
|
| 106 |
## ML boundary
|
| 107 |
|
| 108 |
`machine_use_scope` and `caution` describe supported selection/alignment uses.
|
Physical_References/endpoint_references.csv
CHANGED
|
@@ -2,7 +2,7 @@ reference_id,record_id,canonical_file_name,record_date,record_time,dimensions,to
|
|
| 2 |
tlar-beb153e0bd0a5890,tla-f667e7cf1e5da54e,Standard_Time_Lapses/2025-07-22.0831.Pencil.Graphite.FountainPen.Ink.Paper.9x12.mp4,2025-07-22,08:31,9x12,Pencil;FountainPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_0761.jpg,761,front,IMG_0762.jpg,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-geometry-corroborated,owner approved focused 1/0/? review,"owner-supplied consecutive back reads 8:31 AM ET, Tuesday, July 22, 2025",,,front=not_available_in_current_source_ledgers;paired=not_available_in_current_source_ledgers,owner_mapping_ledger,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 3 |
tlar-77da8feb9cc3dd0d,tla-36b6616435e3fc8a,Standard_Time_Lapses/2025-07-30.0717.Pencil.Graphite.FountainPen.Ink.Paper.9x12.mp4,2025-07-30,07:17,9x12,Pencil;FountainPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_0775.DNG,775,front,IMG_0776.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-geometry-corroborated,owner supplied exact canonical Hugging Face link plus IMG_0775.DNG and IMG_0776.jpg,owner supplied paired back; handwritten date/time exactly matches canonical timestamp,258f68eb819c5761e06d04f14b591d4ef03fa189b572de04eb97f7a043bfa8c4,cf15eb41f92c8735e5f8adf4d7e6a85e4c021d1e4ff576bc20d711c1cda59afa,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 4 |
tlar-5c228eb031d54546,tla-10e1ebffd508e23c,Standard_Time_Lapses/2025-08-04.1520.Pencil.Graphite.FountainPen.Ink.Paper.9x12.mp4,2025-08-04,15:20,9x12,Pencil;FountainPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_0785.DNG,785,front,IMG_0786.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B004-BACK-01 paired-back review,"owner-confirmed consecutive back; inscription: 20; 3:20 PM ET; Monday; August 4, 2025",3b8a1d89e80befc7e77ab058db801cb2692c08f9319f703812a1f27402d6fd1c,1efee401fa698efe5dbf73587cf17b08c892fa6d8dba9ccc094d6180d5e1378e,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 5 |
-
tlar-eba9ada38b3d1676,tla-c11c31b22e1a787c,Standard_Time_Lapses/2025-08-10.1650.Pencil.Graphite.FountainPen.Ink.Paper.9x12.mp4,2025-08-10,16:50,9x12,Pencil;FountainPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_0799.DNG,799,front,,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_unresolved,owner_confirmed_record_link,owner-confirmed-front-link;partial-frame-geometric-corroboration;back-unresolved,owner supplied exact canonical Hugging Face MP4 link after rejecting prior proposal; partial-frame geometry independently corroborates the link,not assessed in visual match batch,b9d9e03c7524a949b706f80f58c48cd1c42ef0c1d4e3bc9cbedd8971b0511442,,
|
| 6 |
tlar-a4eb2c48374f87e5,tla-0fc34c414dad4cb6,Standard_Time_Lapses/2025-08-23.1713.Pencil.Graphite.FountainPen.Ink.Paper.9x12.mp4,2025-08-23,17:13,9x12,Pencil;FountainPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_0813.DNG,813,front,IMG_0814.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B005-BACK-01 paired-back review,"owner-confirmed consecutive back; inscription: 35; 5:13 PM ET; Saturday; August 23, 2025",8171dce2b2a521940cac9878355ff083fb7ecefdcd2fd441dedc8a5296bb0813,e6f65c339c56810d7638835ca9f438b1d156dc2fc28e6d40feccf5780b03b7f1,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 7 |
tlar-5c0d3e450f368f6b,tla-b2b4ab6b4d073c37,Standard_Time_Lapses/2025-08-24.UnknownTime.Pencil.Graphite.FountainPen.Ink.Paper.9x12.mp4,2025-08-24,,9x12,Pencil;FountainPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_0819.DNG,819,front,IMG_0820.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_filename_present_relationship_qualified_in_evidence,owner_confirmed_record_link,owner-confirmed-front-link;playback-corroborated;back-sequence-derived,owner-confirmed visual identity; R004-02 decision=1 after pinned three-frame review,sequence-derived paired back IMG_0820.DNG; owner-confirmed front-before-back ritual plus filename order; back was not independently confirmed in this identity review,a398607c4d9d81a1a1341971f7a8002b102d55bd04a070b4d4846d9024c28af8,9726a66301cdb979a6c0f6a9cac9d3c907ad14a958b700dc1e39db0258ddc5e4,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 8 |
tlar-300053c17fcdfe1c,tla-8641736625f78002,Standard_Time_Lapses/2025-08-26.0808.Pencil.Graphite.FountainPen.Ink.Paper.9x12.mp4,2025-08-26,08:08,9x12,Pencil;FountainPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_0825.DNG,825,front,IMG_0826.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner supplied exact canonical Hugging Face link plus IMG_0825.DNG and IMG_0826.jpg,owner supplied paired back; handwritten date/time exactly matches canonical timestamp,44cdad44aef2e30645dcf1fb608a45b830effa69a4c37b552528d5f44da34c32,112e46daf9c0c780e94da1c0879c3520ce3744ca40d41199f490937048aeb698,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
|
@@ -88,7 +88,7 @@ tlar-940c5d9a610a68ad,tla-d8150f20cda50475,Standard_Time_Lapses/2025-10-14.1852.
|
|
| 88 |
tlar-e39a691ac34eb7ac,tla-831eb8c5dac33851,Standard_Time_Lapses/2025-10-15.1743.BallpointPen.Ink.Paper.9x12.mp4,2025-10-15,17:43,9x12,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1020.DNG,1020,artwork-side-a,IMG_1021.DNG,two_sided_work_reference,physical_side_a,owner_confirmed_record_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_filename_present_relationship_qualified_in_evidence,owner_confirmed_record_link,owner-confirmed-artwork-side-link;opposite-side-record-separately-mapped;timestamp-and-playback-corroborated,owner approved B019-BACK-01 paired-back review,owner-confirmed opposite faces of one sheet; IMG_1021 carries the 5:43 PM annotation for IMG_1020 and is independently mapped as a separate artwork,b342929d9a8b72423f25473f71b823db66607f2fb654d31c512c9574083e3760,7540f39a14f663fdeb06ac55253b8505146c3abfa1c23afccd99a7cd381e6d76,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,two_sided_work_analysis_not_assumed_same_visual_surface,A physical side or reverse relationship is preserved; visual-surface equivalence is not assumed.
|
| 89 |
tlar-bd3b4951d8d9e25d,tla-e80c6dcd2cdea7a4,Standard_Time_Lapses/2025-10-15.0555.BallpointPen.Ink.Paper.9x12.mp4,2025-10-15,05:55,9x12,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1021.DNG,1021,artwork-side-b,IMG_1020.DNG,two_sided_work_reference,physical_side_b,owner_confirmed_record_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_filename_present_relationship_qualified_in_evidence,owner_confirmed_record_link,owner-confirmed-artwork-side-link;opposite-side-record-separately-mapped;timestamp-and-playback-corroborated,owner approved B019-BACK-02 paired-back review,owner-confirmed opposite faces of one sheet; IMG_1021 is itself the endpoint reference for the 5:55 AM recording and IMG_1020 is independently mapped,7540f39a14f663fdeb06ac55253b8505146c3abfa1c23afccd99a7cd381e6d76,b342929d9a8b72423f25473f71b823db66607f2fb654d31c512c9574083e3760,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,two_sided_work_analysis_not_assumed_same_visual_surface,A physical side or reverse relationship is preserved; visual-surface equivalence is not assumed.
|
| 90 |
tlar-4dd29165a9d90f24,tla-c3e669c17218a788,Standard_Time_Lapses/2025-10-16.2236.BallpointPen.Ink.Paper.9x12.mp4,2025-10-16,22:36,9x12,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1022.DNG,1022,front,IMG_1023.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B019-BACK-03 paired-back review,"owner-confirmed consecutive back; back inscription: 91; 10:36 PM ET; Thursday; October 16, 2025",e5ab9ca88b5952b29940adabba261febb2c8d5ecac613122b3775875a942aa99,70970f135777891e2ee163fb6fc77c00783fdd2e52c5cc4931ba7755274362a3,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 91 |
-
tlar-353ff0c91a613441,tla-516cc97613fea4f0,Standard_Time_Lapses/2025-10-17.2317.Pencil.Graphite.BallpointPen.Ink.Paper.9x12.mp4,2025-10-17,23:17,9x12,Pencil;BallpointPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1026.DNG,1026,front,,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,no_paired_image_in_current_ledger,owner_confirmed_record_link,owner-confirmed-front-link;back-absent-from-zip,owner-confirmed visual identity,back absent from ZIP based on independently confirmed next front IMG_1028,4e2f7ecc54a990a123fd2a78bb359f2be245a7870254131195d508b742a1780c,,
|
| 92 |
tlar-6e39a10667e21d69,tla-b3367c22da62f3ac,Standard_Time_Lapses/2025-10-18.1936.Pencil.Graphite.FountainPen.Ink.Paper.9x12.mp4,2025-10-18,19:36,9x12,Pencil;FountainPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1028.DNG,1028,front,IMG_1029.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B019-BACK-04 paired-back review,"owner-confirmed consecutive back; back inscription: 93; 7:36 PM ET; Saturday; October 18, 2025",4a6c81a0c66534c3fbefcd64f05985fcde526aa87f0c1cc68da22b1ffb55dfb8,15185907292ce9841e4fdc5fd20c10be1b64f0eb44e6716647225e29f1aedfe3,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 93 |
tlar-259e9ae104c3da9e,tla-30ce6fa8438cd136,Standard_Time_Lapses/2025-10-19.2101.Pencil.Graphite.FountainPen.Ink.Paper.9x12.mp4,2025-10-19,21:01,9x12,Pencil;FountainPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1030.DNG,1030,front,IMG_1031.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B020-BACK-01 paired-back review,"owner-confirmed consecutive back; back inscription: 94; 9:01 PM ET; Sunday; October 19, 2025",da77433c229fde001a9f4185e604b2cd5dd2b2706111075803f40073af07d192,2a44cadb7862682e80e2b0dabf348540602f156f72215d01e34904e1d209be53,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 94 |
tlar-b323e87432ec1fb7,tla-4b88d25f60dad7a5,Standard_Time_Lapses/2025-10-19.0225.BallpointPen.Ink.Paper.9x12.mp4,2025-10-19,02:25,9x12,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1033.DNG,1033,artwork-side-b,IMG_1032.DNG,two_sided_work_reference,physical_side_b,owner_confirmed_record_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_filename_present_relationship_qualified_in_evidence,owner_confirmed_record_link,owner-confirmed-artwork-side-link;opposite-side-unresolved;timestamp-and-playback-corroborated,owner approved B021-BACK-01 paired-back review,owner-confirmed opposite faces of one sheet; IMG_1033 is independently recorded and IMG_1032 remains unresolved,12a0122afb593305e4788b5629fb1da005807e1b3746ce3e185ce3b22ade7e5c,efd142b1adb77b6e0407914b68251d576b7f2d623c474464e625906dfa5d66a1,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,two_sided_work_analysis_not_assumed_same_visual_surface,A physical side or reverse relationship is preserved; visual-surface equivalence is not assumed.
|
|
@@ -99,8 +99,8 @@ tlar-e4a7a4e9d1a513d5,tla-2df594e0092c367a,Standard_Time_Lapses/2025-10-21.2319.
|
|
| 99 |
tlar-cd8789789d4cf84b,tla-d0031ca94f3563e3,Standard_Time_Lapses/2025-10-21.2201.Pencil.Graphite.FountainPen.Ink.Paper.9x12.mp4,2025-10-21,22:01,9x12,Pencil;FountainPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1042.DNG,1042,front,IMG_1043.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B020-BACK-02 paired-back review,"owner-confirmed consecutive back; back inscription: 97; 10:01 PM ET; Tuesday; October 21, 2025",8b822f98bafb6041b57238bbca9b4716060541aa73aa97090eae2c42cd51128e,ca1160cd06656736dc36f8fa4185805b60efdcb64296cfea4918d7810c078997,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 100 |
tlar-2042452c7d9cbe93,tla-b2b282201d113a51,Standard_Time_Lapses/2025-10-22.0540.BallpointPen.Ink.Paper.9x12.mp4,2025-10-22,05:40,9x12,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1044.DNG,1044,front,IMG_1045.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B020-BACK-03 paired-back review,"owner-confirmed consecutive back; back inscription: 98; 5:40 AM ET; Wednesday; October 22, 2025",aa7c67b5ad5fd8489962748a3dd2f299ed4df9e4a29caabf2d2413be742c4422,24f1412421cb093664b9bb850636601c6b61ff14ed0fb16780ed6c60ff67ab2c,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 101 |
tlar-533f221c135c9311,tla-0ecfd88ad1f42dab,Standard_Time_Lapses/2025-10-23.1041.Pencil.Graphite.FountainPen.Ink.Paper.9x12.mp4,2025-10-23,10:41,9x12,Pencil;FountainPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1046.DNG,1046,front,IMG_1047.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B020-BACK-04 paired-back review,"owner-confirmed consecutive back; back inscription: 99; 10:41 AM ET; Thursday; October 23, 2025",592459c491d3f7cb56a4f6da130589d87dd702ce83eb9becb343cdc32cbe7a38,dee8efcf061d065b2f1899cd6aad3a906384e846f8646459eff735b9b2def430,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 102 |
-
tlar-13d1ae18a80b2c95,tla-dfecfc6e010ca60e,Standard_Time_Lapses/2025-10-26.1135.Ballpoint.Pen.Ink.Paper.9x12.mp4,2025-10-26,11:35,9x12,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1049.DNG,1049,front,,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,no_paired_image_in_current_ledger,owner_confirmed_record_link,owner-confirmed-front-link;back-unavailable;playback-corroborated,owner approved B025-BACK-04 paired-back review,no back photograph supplied; IMG_1050 is a separate owner-confirmed front and is context only,2f3911e004034a491c426b3970bad62a591db99ec0a1eb2f27fb570a67d9a13b,,
|
| 103 |
-
tlar-dd4ebf763866d451,tla-1a0cbe9cc6ec9b0e,Standard_Time_Lapses/2025-10-22.2328.Pencil.Graphite.BallpointPen.Ink.Paper.9x12.mp4,2025-10-22,23:28,9x12,Pencil;BallpointPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1050.DNG,1050,front,,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_unresolved,owner_confirmed_record_link,owner-confirmed-front-link;back-unresolved;metadata-correction-candidate,owner-confirmed visual identity,no safe back assignment because prior sequence inference paired two confirmed fronts,6439c7c7ab61756ff8f9a98a0dcb0686d77e8000d0c8b031490fc173416631a4,,
|
| 104 |
tlar-a130977b5b9d7e0b,tla-3edd62a82dcda0cc,Standard_Time_Lapses/2025-10-26.0155.Pencil.Graphite.FountainPen.Ink.Paper.12x9.mp4,2025-10-26,01:55,12x9,Pencil;FountainPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1051.DNG,1051,artwork-side-a,IMG_1052.DNG,two_sided_work_reference,physical_side_a,owner_confirmed_record_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_filename_present_relationship_qualified_in_evidence,owner_confirmed_record_link,owner-confirmed-artwork-side-link;opposite-side-unresolved;playback-corroborated,owner approved B022-BACK-02 paired-back review,owner-approved sequence relationship; IMG_1052 is a distinct artwork side with no canonical proposal,c8b9d36171ea0564cba7685dbd7ecbe681b3d13b865180b3ae2d96ca5df3ba21,3b15e122caf1f83d2edf452e5163950981cadc54cbbd41b4d134042fa474e281,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,two_sided_work_analysis_not_assumed_same_visual_surface,A physical side or reverse relationship is preserved; visual-surface equivalence is not assumed.
|
| 105 |
tlar-412e260f43591def,tla-08b7a2ce5e0ccf7f,Standard_Time_Lapses/2025-10-26.0628.Pencil.Graphite.BallpointPen.Ink.Paper.12x9.mp4,2025-10-26,06:28,12x9,Pencil;BallpointPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1053.DNG,1053,front,IMG_1054.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B022-BACK-03 paired-back review,"owner-confirmed consecutive back; back inscription: 101 (sketch); 6:28 AM ET; Sunday; October 26, 2025",6ec2c5f9b34d4df382c1c4d9f9b720e6d1aeedc2cc1858430191aa64f3e225b0,64c2ec802fd5ff08c871829b41691d4d1b79205644daed1a80ae78cdbc424610,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 106 |
tlar-3a1bd373df4c6f50,tla-96f7598e9391abf3,Standard_Time_Lapses/2025-10-26.1600.Pencil.Graphite.FountainPen.Ink.Paper.12x9.mp4,2025-10-26,16:00,12x9,Pencil;FountainPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1056.DNG,1056,front,IMG_1057.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B022-BACK-04 paired-back review,"owner-confirmed consecutive back; back inscription: 102; 4:00 PM ET; Sunday; October 26, 2025",9f4ac5c82b0ed19f647c08f4d19eda585167c83666c26a7a121a1e2a419a6f98,1ae542ddf54b628ce41fa9862cdbc64af00f6542444478881cd466039398a235,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
|
@@ -145,7 +145,7 @@ tlar-7cc3026971ecfd9d,tla-cf4c4f44b8e57982,Standard_Time_Lapses/2025-12-06.2001.
|
|
| 145 |
tlar-6d21c54ca79938b9,tla-da910d6208df2b28,Standard_Time_Lapses/2025-12-07.2240.Pencil.Graphite.BallpointPen.Ink.Paper.12x9.mp4,2025-12-07,22:40,12x9,Pencil;BallpointPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1150.DNG,1150,front,IMG_1151.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B032-BACK-01 paired-back review,"owner-confirmed consecutive back; back inscription: 135; 10:40 PM ET; Sunday; December 7, 2025",de092d60c20283a53c6624262220c4abcf0ec796017c6f2c99adf90e0a2a1938,89bfe4fcaeb006c196f5abd7e9b6ad18995e759522ba65899ccb30f412c33fc5,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 146 |
tlar-43f3151f2207fafd,tla-514d05bf1ac38ee5,Standard_Time_Lapses/2025-12-10.0127.Pencil.Graphite.BallpointPen.Ink.Paper.12x9.mp4,2025-12-10,01:27,12x9,Pencil;BallpointPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1154.DNG,1154,front,IMG_1155.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B032-BACK-02 paired-back review,"owner-confirmed consecutive back; back inscription: 137; Wednesday; 1:27 AM ET; December 10, 2025",c2bf8f74d3560776c071c70bce4ad2d9b2c807666a3313ffad533ec0b2a32899,a1f530be7b0fe71a6bd955e29c73c26e41276e18c3332f4ff812c2e3612e1f24,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 147 |
tlar-1c9af40361cab409,tla-b823ff4d628bba62,Standard_Time_Lapses/2025-12-10.1003.BallpointPen.Ink.Paper.9x12.mp4,2025-12-10,10:03,9x12,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1156.DNG,1156,front,IMG_1157.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B032-BACK-03 paired-back review,"owner-confirmed consecutive back; back inscription: 138 (?); 10:03 AM ET; Wednesday; December 10, 2025",5481b6763aab1aea76941b45f26ac29f7e17f6b67f98c0750c9223a3b0ae9839,c12b1d71830d03e77d7fcd1e188da8a628d37646c6f8ea03dd96f2a5cd2af651,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 148 |
-
tlar-2f1c985e929bda8c,tla-708525ae36149bd8,Standard_Time_Lapses/2025-12-11.0520.BallpointPen.Ink.Paper.9x12.mp4,2025-12-11,05:20,9x12,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1158.DNG,1158,front,,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,no_paired_image_in_current_ledger,owner_confirmed_record_link,owner-confirmed-front-link;playback-corroborated;back-absent-from-supplied-zip,owner-confirmed visual identity; R001-12 decision=1 after pinned three-frame review,no paired back is present in the supplied ZIP; pairing proposal marks the back as missing,d872720a515affab3e16e68d0f94e2573383092dfc4bbf6a9557a35b7df775ef,,
|
| 149 |
tlar-53e72c76ef89d20a,tla-287582c7cefeca6e,Standard_Time_Lapses/2025-12-11.2233.BallpointPen.Ink.FountainPen.Ink.Paper.9x12.mp4,2025-12-11,22:33,9x12,BallpointPen;FountainPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1160.DNG,1160,front,IMG_1161.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B032-BACK-04 paired-back review,"owner-confirmed consecutive back; back inscription: 139; 10:33 PM ET; Thursday; December 11, 2025",d4c35797e5026da4aa04deb96420f32dfa4f7922bea1efff3cf83dee48690761,243f87f278e44149d48415585f7c8f5f6ac083d2b8002ebb955d62aaeaba39fa,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 150 |
tlar-94f05e6805076b47,tla-dfe8bb22a7ef78fb,Standard_Time_Lapses/2025-12-12.2051.Pencil.Graphite.FountainPen.Ink.Paper.9x12.mp4,2025-12-12,20:51,9x12,Pencil;FountainPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1164.DNG,1164,front,IMG_1165.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B033-BACK-01 paired-back review,"owner-confirmed consecutive back; back inscription: 140; 8:51 PM ET; Friday; December 12, 2025",492c60a866074fb73a83c4701cf463846456d3e274fd28b2bb0c0e36c8c8f97b,a042473c3ca84229c9612be981ed3e0a47ef6984763f2412b2f0f8a5ca116edf,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 151 |
tlar-98daf44368d6d8ac,tla-ffff4ff7440b3ca6,Standard_Time_Lapses/2025-12-13.0903.Pencil.Graphite.BallpointPen.Ink.Paper.9x12.mp4,2025-12-13,09:03,9x12,Pencil;BallpointPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1166.DNG,1166,front,IMG_1167.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B033-BACK-02 paired-back review,"owner-confirmed consecutive back; back inscription: 141; 9:03 AM ET; Saturday; December 13, 2025",744ede4fc21fe0549c622666d39bd842a47272c8aa9316ca666d8318affbe134,c5a8cf28de3ec0b0ff44ec4386e855b7f11fcc554fcbfb4330b94eb27a56b939,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
|
@@ -231,15 +231,15 @@ tlar-ed03e36428073f71,tla-95f3967be55e9954,Standard_Time_Lapses/2026-02-12.1029.
|
|
| 231 |
tlar-992a4ec5e0ab2596,tla-d76a303d6a16e38d,Standard_Time_Lapses/2026-02-13.1928.BallpointPen.Ink.Paper.12x9.mp4,2026-02-13,19:28,12x9,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1374.DNG,1374,front,IMG_1375.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated;drawn-reverse-not-collapsed,owner approved B053-BACK-02 paired-back review,"owner-confirmed consecutive back; drawn reverse with no. 204 note inscription: 204; 7:28 PM ET Friday February 13, 2026; drawn reverse contains an earlier stage",4a438a6e68de6290fa9e935eb3d50122b11b28c2fce59768e41b5cf66e8f8519,487c6d566681cdea8d6844600222df20fefbdcd1f8b73d87217241c047fde543,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 232 |
tlar-fd19e3d93b9c7ea3,tla-823f6ba2f40282dc,Standard_Time_Lapses/2026-02-05.1500.BallpointPen.Ink.Paper.9x12.mp4,2026-02-05,15:00,9x12,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1378.DNG,1378,front,IMG_1379.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_filename_present_relationship_qualified_in_evidence,owner_confirmed_record_link,owner-confirmed-front-link;playback-corroborated;back-provisional-boundary-review,owner-confirmed visual identity; R002-03 decision=1 after pinned three-frame review,provisional paired back IMG_1379.DNG; medium-provisional; boundary dependency GAP-1349,d57b12ffa0e64cba8a1c7e1b910065822c1e57fc5efae744578e031dd06b2958,09e0335182d416a7f776418027f59719bd5ef0d8fb40204994f962d1071bad28,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 233 |
tlar-7df92f83c222be09,tla-82ef6acd680054d2,Standard_Time_Lapses/2026-02-15.1908.BallpointPen.Ink.Paper.12x9.mp4,2026-02-15,19:08,12x9,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1380.DNG,1380,front,IMG_1381.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B004-BACK-04 paired-back review,owner-confirmed consecutive back; inscription: 205; Part 1 6:52 AM ET 2/15/2026; Part 2 7:08 PM ET 2/15/2026,e9f285dfc2bc8b40d6efbb37c3f3ab6a87c0ea133fb285c7ca0c1b5c91e3135e,ea05177d56aad633604f354b279b8834f6161204cc849a9048300a00cb957694,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 234 |
-
tlar-1a29557234500c2a,tla-95c121dd73329673,Standard_Time_Lapses/2026-02-25.1122.BallpointPen.Ink.Paper.9x12.mp4,2026-02-25,11:22,9x12,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1382.DNG,1382,front,,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_unresolved,owner_confirmed_record_link,owner-confirmed-front-link;back-unresolved,owner-confirmed visual identity; B002 decision=1,not assessed in visual match batch,32fe4140a71e8a4c9384893825b940ef5042b2c683e066b900c2357d6a5cfff7,,
|
| 235 |
-
tlar-c0555cf3d60eef5a,tla-e4ba9213baa6772d,Standard_Time_Lapses/2026-02-27.0802.BallpointPen.Ink.Paper.9x12.mp4,2026-02-27,08:02,9x12,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1384.DNG,1384,front,,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_unresolved,owner_confirmed_record_link,owner-confirmed-front-link;back-unresolved,owner-confirmed visual identity; batch 001 decision=1,not assessed in visual match batch,105c76e6e55dcdc610168c33e0bc854ee8f6d2d08acb39b1be00f5ecc686c1a1,,
|
| 236 |
tlar-63397cd208980809,tla-bf615e09154229a7,Standard_Time_Lapses/2026-02-28.1452.BallpointPen.Ink.Paper.9x12.mp4,2026-02-28,14:52,9x12,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1388.DNG,1388,front,IMG_1389.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B053-BACK-03 paired-back review,"owner-confirmed consecutive back; back inscription: 208; 2:52 PM ET Saturday February 28, 2026",42566daf32d33b758a41e71e9796c66e5d66991a372835b9dec775b9f6bc1e55,254bae1cf4a8985f5e974457cea769060fc568e98362e7353b396a779e986f7b,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 237 |
tlar-f5013fb056547acc,tla-da1d6bbba06ddd5d,Standard_Time_Lapses/2026-02-28.1937.BallpointPen.Ink.Paper.12x9.mp4,2026-02-28,19:37,12x9,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1390.DNG,1390,front,IMG_1391.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B053-BACK-04 paired-back review,"owner-confirmed consecutive back; back inscription: 209; 7:37 PM ET Saturday February 28, 2026",3821bc76f4fbc59c516873d638a75c8f9df02228a9ece1913dc4324fffe2af1c,18439494761c5a9572815c07827c9feb0186ff784cabbf7a70bc19d16aabf8c7,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 238 |
tlar-e1dcdf92086a790a,tla-68b9b8f4e4aa154b,Standard_Time_Lapses/2026-03-01.0918.BallpointPen.Ink.Paper.12x9.mp4,2026-03-01,09:18,12x9,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1392.DNG,1392,front,IMG_1393.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated;second-session-and-sketch-notes-preserved,owner approved B054-BACK-01 paired-back review,"owner-confirmed consecutive back; back inscription: 210; 9:18 AM ET Sunday March 1, 2026; marked '2nd session'; separate sketch note also present",cd151e3f553a06cba54f2f7d365bb8e2cc17123ea190f39e8e51d4d5205fd19a,2c2cdc618d165bdd1c544241dc77ab7ea2808368fbdc1d7ba4d3c27a0eaa3801,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 239 |
tlar-6c20f6651b4c0637,tla-7f5baf7bf10406f5,Standard_Time_Lapses/2026-03-01.2312.BallpointPen.Ink.Paper.9x12.mp4,2026-03-01,23:12,9x12,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1394.DNG,1394,front,IMG_1395.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated;earlier-sketch-stage-preserved;drawn-reverse-not-collapsed,owner approved B054-BACK-02 paired-back review,"owner-confirmed consecutive back; drawn reverse with notes for both sides inscription: 211; 11:12 PM ET Sunday March 1, 2026; drawn reverse also contains an earlier no. 211 sketch note",63fa3ea5e6c094c0f8f3110bf672ba8ded038ba23ba0d53f9079054938fd6a73,fd93b01fbc207fb5c828c4b43a1f30c2a13a16359f26b0b5bb3e231aafd047fb,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 240 |
-
tlar-59cacee4e73aa89d,tla-a182c3491f07e3be,Standard_Time_Lapses/2026-03-02.0903.BallpointPen.Ink.Paper.9x12.mp4,2026-03-02,09:03,9x12,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1396.DNG,1396,front,,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_unresolved,owner_confirmed_record_link,owner-confirmed-front-link;back-unresolved,owner-confirmed visual identity; B003R-01 decision=1,not assessed in visual match batch,9b4f7bc2eaef4382cb724d5ef5a604189b01a89e5394c6a493bd98e77c3b2ef5,,
|
| 241 |
tlar-aa5caf74685252ad,tla-8941c7cfd50503bf,Standard_Time_Lapses/2026-03-02.2127.BallpointPen.Ink.Paper.9x12.mp4,2026-03-02,21:27,9x12,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1398.DNG,1398,front,IMG_1399.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated;same-number-session-disambiguated,owner approved B054-BACK-03 paired-back review,"owner-confirmed consecutive back; back inscription: 212; 9:27 PM ET Monday March 2, 2026",ed352c7e2af2ca30981fb2e31531819adce988242f497851f1a4b32dad7200c8,6c886eaaec37264e5a883b531b410c2da0f10d8f65a6c42bcca58db605e43b42,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 242 |
-
tlar-d855108ab1200e88,tla-5089247d4f579c6b,Standard_Time_Lapses/2026-03-02.2331.BallpointPen.Ink.Paper.9x12.mp4,2026-03-02,23:31,9x12,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1400.DNG,1400,front,,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_unresolved,owner_confirmed_record_link,owner-confirmed-front-link;back-unresolved,owner-confirmed visual identity; B003R-05 decision=1,not assessed in visual match batch,911edf2f81b48d0c370f5f9ee2ddcacf1ddffb982a7b61d331bc0f74095e2b4f,,
|
| 243 |
tlar-483b2750c9d9e2f8,tla-389e052869e1b801,Standard_Time_Lapses/2026-03-03.1935.BallpointPen.Ink.Paper.9x12.mp4,2026-03-03,19:35,9x12,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1402.DNG,1402,front,IMG_1403.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated;same-number-session-disambiguated;drawn-reverse-not-collapsed,owner approved B054-BACK-04 paired-back review,"owner-confirmed consecutive back; drawn reverse with no. 213 note inscription: 213; 7:35 PM ET Tuesday March 3, 2026; drawn reverse contains a separate sketch",0d5e120cdd6e3e2119de9745059b76f59de6d04da12b9dfcd0f8943967bc9b2d,3514a4210b22dd9ce3f44a233f5f98361a81bc91a389d21b3d21be7473f6fe25,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 244 |
tlar-41caf4d503440765,tla-bc4ec625d47cb3ed,Standard_Time_Lapses/2026-03-04.1421.BallpointPen.Ink.Paper.9x12.mp4,2026-03-04,14:21,9x12,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1404.DNG,1404,front,IMG_1405.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B055-BACK-01 paired-back review,"owner-confirmed consecutive back; back inscription: 214; 2:21 PM ET Wednesday March 4, 2026",f151bb65ef15a560677da5cfb48550d82f4ffc64e4e3baf1c97b72302c54b0db,1e5fd5edc8f91336b6332fe5e5fab11718e1ce4abbeed9309abaf339aeb526e5,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 245 |
tlar-78a87b60ef02f9e0,tla-2c38711267c795e8,Standard_Time_Lapses/2026-04-04.1649.BallpointPen.Ink.Paper.9x12.mp4,2026-04-04,16:49,9x12,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1406.DNG,1406,front,IMG_1407.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;playback-corroborated;same-number-session-disambiguated;canonical-date-conflict-preserved;drawn-reverse-not-collapsed,owner approved B055-BACK-02 paired-back review,"owner-confirmed consecutive back; recorded blue side with note; drawn reverse inscription: 215 sketch; 4:49 PM ET Wednesday March 4, 2026; drawn reverse contains a separate black construction drawing and another partially legible note",e7aca3eeedad9dfc372f3aa82c73c12d5af784178e82f431c443da2dacca82f9,aabd7ee0d0153b6bc10451c5d2c3832f8fa05eb933feb418fa3faa7887b60c52,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
|
|
|
| 2 |
tlar-beb153e0bd0a5890,tla-f667e7cf1e5da54e,Standard_Time_Lapses/2025-07-22.0831.Pencil.Graphite.FountainPen.Ink.Paper.9x12.mp4,2025-07-22,08:31,9x12,Pencil;FountainPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_0761.jpg,761,front,IMG_0762.jpg,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-geometry-corroborated,owner approved focused 1/0/? review,"owner-supplied consecutive back reads 8:31 AM ET, Tuesday, July 22, 2025",,,front=not_available_in_current_source_ledgers;paired=not_available_in_current_source_ledgers,owner_mapping_ledger,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 3 |
tlar-77da8feb9cc3dd0d,tla-36b6616435e3fc8a,Standard_Time_Lapses/2025-07-30.0717.Pencil.Graphite.FountainPen.Ink.Paper.9x12.mp4,2025-07-30,07:17,9x12,Pencil;FountainPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_0775.DNG,775,front,IMG_0776.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-geometry-corroborated,owner supplied exact canonical Hugging Face link plus IMG_0775.DNG and IMG_0776.jpg,owner supplied paired back; handwritten date/time exactly matches canonical timestamp,258f68eb819c5761e06d04f14b591d4ef03fa189b572de04eb97f7a043bfa8c4,cf15eb41f92c8735e5f8adf4d7e6a85e4c021d1e4ff576bc20d711c1cda59afa,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 4 |
tlar-5c228eb031d54546,tla-10e1ebffd508e23c,Standard_Time_Lapses/2025-08-04.1520.Pencil.Graphite.FountainPen.Ink.Paper.9x12.mp4,2025-08-04,15:20,9x12,Pencil;FountainPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_0785.DNG,785,front,IMG_0786.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B004-BACK-01 paired-back review,"owner-confirmed consecutive back; inscription: 20; 3:20 PM ET; Monday; August 4, 2025",3b8a1d89e80befc7e77ab058db801cb2692c08f9319f703812a1f27402d6fd1c,1efee401fa698efe5dbf73587cf17b08c892fa6d8dba9ccc094d6180d5e1378e,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 5 |
+
tlar-eba9ada38b3d1676,tla-c11c31b22e1a787c,Standard_Time_Lapses/2025-08-10.1650.Pencil.Graphite.FountainPen.Ink.Paper.9x12.mp4,2025-08-10,16:50,9x12,Pencil;FountainPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_0799.DNG,799,front,,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_unresolved,owner_confirmed_record_link,owner-confirmed-front-link;partial-frame-geometric-corroboration;back-unresolved,owner supplied exact canonical Hugging Face MP4 link after rejecting prior proposal; partial-frame geometry independently corroborates the link,not assessed in visual match batch,b9d9e03c7524a949b706f80f58c48cd1c42ef0c1d4e3bc9cbedd8971b0511442,,front=verified_from_local_source_ledger;paired=not_available_in_current_source_ledgers,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 6 |
tlar-a4eb2c48374f87e5,tla-0fc34c414dad4cb6,Standard_Time_Lapses/2025-08-23.1713.Pencil.Graphite.FountainPen.Ink.Paper.9x12.mp4,2025-08-23,17:13,9x12,Pencil;FountainPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_0813.DNG,813,front,IMG_0814.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B005-BACK-01 paired-back review,"owner-confirmed consecutive back; inscription: 35; 5:13 PM ET; Saturday; August 23, 2025",8171dce2b2a521940cac9878355ff083fb7ecefdcd2fd441dedc8a5296bb0813,e6f65c339c56810d7638835ca9f438b1d156dc2fc28e6d40feccf5780b03b7f1,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 7 |
tlar-5c0d3e450f368f6b,tla-b2b4ab6b4d073c37,Standard_Time_Lapses/2025-08-24.UnknownTime.Pencil.Graphite.FountainPen.Ink.Paper.9x12.mp4,2025-08-24,,9x12,Pencil;FountainPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_0819.DNG,819,front,IMG_0820.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_filename_present_relationship_qualified_in_evidence,owner_confirmed_record_link,owner-confirmed-front-link;playback-corroborated;back-sequence-derived,owner-confirmed visual identity; R004-02 decision=1 after pinned three-frame review,sequence-derived paired back IMG_0820.DNG; owner-confirmed front-before-back ritual plus filename order; back was not independently confirmed in this identity review,a398607c4d9d81a1a1341971f7a8002b102d55bd04a070b4d4846d9024c28af8,9726a66301cdb979a6c0f6a9cac9d3c907ad14a958b700dc1e39db0258ddc5e4,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 8 |
tlar-300053c17fcdfe1c,tla-8641736625f78002,Standard_Time_Lapses/2025-08-26.0808.Pencil.Graphite.FountainPen.Ink.Paper.9x12.mp4,2025-08-26,08:08,9x12,Pencil;FountainPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_0825.DNG,825,front,IMG_0826.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner supplied exact canonical Hugging Face link plus IMG_0825.DNG and IMG_0826.jpg,owner supplied paired back; handwritten date/time exactly matches canonical timestamp,44cdad44aef2e30645dcf1fb608a45b830effa69a4c37b552528d5f44da34c32,112e46daf9c0c780e94da1c0879c3520ce3744ca40d41199f490937048aeb698,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
|
|
|
| 88 |
tlar-e39a691ac34eb7ac,tla-831eb8c5dac33851,Standard_Time_Lapses/2025-10-15.1743.BallpointPen.Ink.Paper.9x12.mp4,2025-10-15,17:43,9x12,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1020.DNG,1020,artwork-side-a,IMG_1021.DNG,two_sided_work_reference,physical_side_a,owner_confirmed_record_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_filename_present_relationship_qualified_in_evidence,owner_confirmed_record_link,owner-confirmed-artwork-side-link;opposite-side-record-separately-mapped;timestamp-and-playback-corroborated,owner approved B019-BACK-01 paired-back review,owner-confirmed opposite faces of one sheet; IMG_1021 carries the 5:43 PM annotation for IMG_1020 and is independently mapped as a separate artwork,b342929d9a8b72423f25473f71b823db66607f2fb654d31c512c9574083e3760,7540f39a14f663fdeb06ac55253b8505146c3abfa1c23afccd99a7cd381e6d76,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,two_sided_work_analysis_not_assumed_same_visual_surface,A physical side or reverse relationship is preserved; visual-surface equivalence is not assumed.
|
| 89 |
tlar-bd3b4951d8d9e25d,tla-e80c6dcd2cdea7a4,Standard_Time_Lapses/2025-10-15.0555.BallpointPen.Ink.Paper.9x12.mp4,2025-10-15,05:55,9x12,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1021.DNG,1021,artwork-side-b,IMG_1020.DNG,two_sided_work_reference,physical_side_b,owner_confirmed_record_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_filename_present_relationship_qualified_in_evidence,owner_confirmed_record_link,owner-confirmed-artwork-side-link;opposite-side-record-separately-mapped;timestamp-and-playback-corroborated,owner approved B019-BACK-02 paired-back review,owner-confirmed opposite faces of one sheet; IMG_1021 is itself the endpoint reference for the 5:55 AM recording and IMG_1020 is independently mapped,7540f39a14f663fdeb06ac55253b8505146c3abfa1c23afccd99a7cd381e6d76,b342929d9a8b72423f25473f71b823db66607f2fb654d31c512c9574083e3760,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,two_sided_work_analysis_not_assumed_same_visual_surface,A physical side or reverse relationship is preserved; visual-surface equivalence is not assumed.
|
| 90 |
tlar-4dd29165a9d90f24,tla-c3e669c17218a788,Standard_Time_Lapses/2025-10-16.2236.BallpointPen.Ink.Paper.9x12.mp4,2025-10-16,22:36,9x12,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1022.DNG,1022,front,IMG_1023.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B019-BACK-03 paired-back review,"owner-confirmed consecutive back; back inscription: 91; 10:36 PM ET; Thursday; October 16, 2025",e5ab9ca88b5952b29940adabba261febb2c8d5ecac613122b3775875a942aa99,70970f135777891e2ee163fb6fc77c00783fdd2e52c5cc4931ba7755274362a3,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 91 |
+
tlar-353ff0c91a613441,tla-516cc97613fea4f0,Standard_Time_Lapses/2025-10-17.2317.Pencil.Graphite.BallpointPen.Ink.Paper.9x12.mp4,2025-10-17,23:17,9x12,Pencil;BallpointPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1026.DNG,1026,front,,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,no_paired_image_in_current_ledger,owner_confirmed_record_link,owner-confirmed-front-link;back-absent-from-zip,owner-confirmed visual identity,back absent from ZIP based on independently confirmed next front IMG_1028,4e2f7ecc54a990a123fd2a78bb359f2be245a7870254131195d508b742a1780c,,front=verified_from_local_source_ledger;paired=not_available_in_current_source_ledgers,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 92 |
tlar-6e39a10667e21d69,tla-b3367c22da62f3ac,Standard_Time_Lapses/2025-10-18.1936.Pencil.Graphite.FountainPen.Ink.Paper.9x12.mp4,2025-10-18,19:36,9x12,Pencil;FountainPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1028.DNG,1028,front,IMG_1029.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B019-BACK-04 paired-back review,"owner-confirmed consecutive back; back inscription: 93; 7:36 PM ET; Saturday; October 18, 2025",4a6c81a0c66534c3fbefcd64f05985fcde526aa87f0c1cc68da22b1ffb55dfb8,15185907292ce9841e4fdc5fd20c10be1b64f0eb44e6716647225e29f1aedfe3,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 93 |
tlar-259e9ae104c3da9e,tla-30ce6fa8438cd136,Standard_Time_Lapses/2025-10-19.2101.Pencil.Graphite.FountainPen.Ink.Paper.9x12.mp4,2025-10-19,21:01,9x12,Pencil;FountainPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1030.DNG,1030,front,IMG_1031.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B020-BACK-01 paired-back review,"owner-confirmed consecutive back; back inscription: 94; 9:01 PM ET; Sunday; October 19, 2025",da77433c229fde001a9f4185e604b2cd5dd2b2706111075803f40073af07d192,2a44cadb7862682e80e2b0dabf348540602f156f72215d01e34904e1d209be53,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 94 |
tlar-b323e87432ec1fb7,tla-4b88d25f60dad7a5,Standard_Time_Lapses/2025-10-19.0225.BallpointPen.Ink.Paper.9x12.mp4,2025-10-19,02:25,9x12,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1033.DNG,1033,artwork-side-b,IMG_1032.DNG,two_sided_work_reference,physical_side_b,owner_confirmed_record_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_filename_present_relationship_qualified_in_evidence,owner_confirmed_record_link,owner-confirmed-artwork-side-link;opposite-side-unresolved;timestamp-and-playback-corroborated,owner approved B021-BACK-01 paired-back review,owner-confirmed opposite faces of one sheet; IMG_1033 is independently recorded and IMG_1032 remains unresolved,12a0122afb593305e4788b5629fb1da005807e1b3746ce3e185ce3b22ade7e5c,efd142b1adb77b6e0407914b68251d576b7f2d623c474464e625906dfa5d66a1,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,two_sided_work_analysis_not_assumed_same_visual_surface,A physical side or reverse relationship is preserved; visual-surface equivalence is not assumed.
|
|
|
|
| 99 |
tlar-cd8789789d4cf84b,tla-d0031ca94f3563e3,Standard_Time_Lapses/2025-10-21.2201.Pencil.Graphite.FountainPen.Ink.Paper.9x12.mp4,2025-10-21,22:01,9x12,Pencil;FountainPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1042.DNG,1042,front,IMG_1043.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B020-BACK-02 paired-back review,"owner-confirmed consecutive back; back inscription: 97; 10:01 PM ET; Tuesday; October 21, 2025",8b822f98bafb6041b57238bbca9b4716060541aa73aa97090eae2c42cd51128e,ca1160cd06656736dc36f8fa4185805b60efdcb64296cfea4918d7810c078997,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 100 |
tlar-2042452c7d9cbe93,tla-b2b282201d113a51,Standard_Time_Lapses/2025-10-22.0540.BallpointPen.Ink.Paper.9x12.mp4,2025-10-22,05:40,9x12,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1044.DNG,1044,front,IMG_1045.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B020-BACK-03 paired-back review,"owner-confirmed consecutive back; back inscription: 98; 5:40 AM ET; Wednesday; October 22, 2025",aa7c67b5ad5fd8489962748a3dd2f299ed4df9e4a29caabf2d2413be742c4422,24f1412421cb093664b9bb850636601c6b61ff14ed0fb16780ed6c60ff67ab2c,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 101 |
tlar-533f221c135c9311,tla-0ecfd88ad1f42dab,Standard_Time_Lapses/2025-10-23.1041.Pencil.Graphite.FountainPen.Ink.Paper.9x12.mp4,2025-10-23,10:41,9x12,Pencil;FountainPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1046.DNG,1046,front,IMG_1047.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B020-BACK-04 paired-back review,"owner-confirmed consecutive back; back inscription: 99; 10:41 AM ET; Thursday; October 23, 2025",592459c491d3f7cb56a4f6da130589d87dd702ce83eb9becb343cdc32cbe7a38,dee8efcf061d065b2f1899cd6aad3a906384e846f8646459eff735b9b2def430,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 102 |
+
tlar-13d1ae18a80b2c95,tla-dfecfc6e010ca60e,Standard_Time_Lapses/2025-10-26.1135.Ballpoint.Pen.Ink.Paper.9x12.mp4,2025-10-26,11:35,9x12,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1049.DNG,1049,front,,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,no_paired_image_in_current_ledger,owner_confirmed_record_link,owner-confirmed-front-link;back-unavailable;playback-corroborated,owner approved B025-BACK-04 paired-back review,no back photograph supplied; IMG_1050 is a separate owner-confirmed front and is context only,2f3911e004034a491c426b3970bad62a591db99ec0a1eb2f27fb570a67d9a13b,,front=verified_from_local_source_ledger;paired=not_available_in_current_source_ledgers,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 103 |
+
tlar-dd4ebf763866d451,tla-1a0cbe9cc6ec9b0e,Standard_Time_Lapses/2025-10-22.2328.Pencil.Graphite.BallpointPen.Ink.Paper.9x12.mp4,2025-10-22,23:28,9x12,Pencil;BallpointPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1050.DNG,1050,front,,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_unresolved,owner_confirmed_record_link,owner-confirmed-front-link;back-unresolved;metadata-correction-candidate,owner-confirmed visual identity,no safe back assignment because prior sequence inference paired two confirmed fronts,6439c7c7ab61756ff8f9a98a0dcb0686d77e8000d0c8b031490fc173416631a4,,front=verified_from_local_source_ledger;paired=not_available_in_current_source_ledgers,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 104 |
tlar-a130977b5b9d7e0b,tla-3edd62a82dcda0cc,Standard_Time_Lapses/2025-10-26.0155.Pencil.Graphite.FountainPen.Ink.Paper.12x9.mp4,2025-10-26,01:55,12x9,Pencil;FountainPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1051.DNG,1051,artwork-side-a,IMG_1052.DNG,two_sided_work_reference,physical_side_a,owner_confirmed_record_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_filename_present_relationship_qualified_in_evidence,owner_confirmed_record_link,owner-confirmed-artwork-side-link;opposite-side-unresolved;playback-corroborated,owner approved B022-BACK-02 paired-back review,owner-approved sequence relationship; IMG_1052 is a distinct artwork side with no canonical proposal,c8b9d36171ea0564cba7685dbd7ecbe681b3d13b865180b3ae2d96ca5df3ba21,3b15e122caf1f83d2edf452e5163950981cadc54cbbd41b4d134042fa474e281,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,two_sided_work_analysis_not_assumed_same_visual_surface,A physical side or reverse relationship is preserved; visual-surface equivalence is not assumed.
|
| 105 |
tlar-412e260f43591def,tla-08b7a2ce5e0ccf7f,Standard_Time_Lapses/2025-10-26.0628.Pencil.Graphite.BallpointPen.Ink.Paper.12x9.mp4,2025-10-26,06:28,12x9,Pencil;BallpointPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1053.DNG,1053,front,IMG_1054.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B022-BACK-03 paired-back review,"owner-confirmed consecutive back; back inscription: 101 (sketch); 6:28 AM ET; Sunday; October 26, 2025",6ec2c5f9b34d4df382c1c4d9f9b720e6d1aeedc2cc1858430191aa64f3e225b0,64c2ec802fd5ff08c871829b41691d4d1b79205644daed1a80ae78cdbc424610,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 106 |
tlar-3a1bd373df4c6f50,tla-96f7598e9391abf3,Standard_Time_Lapses/2025-10-26.1600.Pencil.Graphite.FountainPen.Ink.Paper.12x9.mp4,2025-10-26,16:00,12x9,Pencil;FountainPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1056.DNG,1056,front,IMG_1057.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B022-BACK-04 paired-back review,"owner-confirmed consecutive back; back inscription: 102; 4:00 PM ET; Sunday; October 26, 2025",9f4ac5c82b0ed19f647c08f4d19eda585167c83666c26a7a121a1e2a419a6f98,1ae542ddf54b628ce41fa9862cdbc64af00f6542444478881cd466039398a235,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
|
|
|
| 145 |
tlar-6d21c54ca79938b9,tla-da910d6208df2b28,Standard_Time_Lapses/2025-12-07.2240.Pencil.Graphite.BallpointPen.Ink.Paper.12x9.mp4,2025-12-07,22:40,12x9,Pencil;BallpointPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1150.DNG,1150,front,IMG_1151.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B032-BACK-01 paired-back review,"owner-confirmed consecutive back; back inscription: 135; 10:40 PM ET; Sunday; December 7, 2025",de092d60c20283a53c6624262220c4abcf0ec796017c6f2c99adf90e0a2a1938,89bfe4fcaeb006c196f5abd7e9b6ad18995e759522ba65899ccb30f412c33fc5,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 146 |
tlar-43f3151f2207fafd,tla-514d05bf1ac38ee5,Standard_Time_Lapses/2025-12-10.0127.Pencil.Graphite.BallpointPen.Ink.Paper.12x9.mp4,2025-12-10,01:27,12x9,Pencil;BallpointPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1154.DNG,1154,front,IMG_1155.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B032-BACK-02 paired-back review,"owner-confirmed consecutive back; back inscription: 137; Wednesday; 1:27 AM ET; December 10, 2025",c2bf8f74d3560776c071c70bce4ad2d9b2c807666a3313ffad533ec0b2a32899,a1f530be7b0fe71a6bd955e29c73c26e41276e18c3332f4ff812c2e3612e1f24,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 147 |
tlar-1c9af40361cab409,tla-b823ff4d628bba62,Standard_Time_Lapses/2025-12-10.1003.BallpointPen.Ink.Paper.9x12.mp4,2025-12-10,10:03,9x12,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1156.DNG,1156,front,IMG_1157.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B032-BACK-03 paired-back review,"owner-confirmed consecutive back; back inscription: 138 (?); 10:03 AM ET; Wednesday; December 10, 2025",5481b6763aab1aea76941b45f26ac29f7e17f6b67f98c0750c9223a3b0ae9839,c12b1d71830d03e77d7fcd1e188da8a628d37646c6f8ea03dd96f2a5cd2af651,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 148 |
+
tlar-2f1c985e929bda8c,tla-708525ae36149bd8,Standard_Time_Lapses/2025-12-11.0520.BallpointPen.Ink.Paper.9x12.mp4,2025-12-11,05:20,9x12,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1158.DNG,1158,front,,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,no_paired_image_in_current_ledger,owner_confirmed_record_link,owner-confirmed-front-link;playback-corroborated;back-absent-from-supplied-zip,owner-confirmed visual identity; R001-12 decision=1 after pinned three-frame review,no paired back is present in the supplied ZIP; pairing proposal marks the back as missing,d872720a515affab3e16e68d0f94e2573383092dfc4bbf6a9557a35b7df775ef,,front=verified_from_local_source_ledger;paired=not_available_in_current_source_ledgers,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 149 |
tlar-53e72c76ef89d20a,tla-287582c7cefeca6e,Standard_Time_Lapses/2025-12-11.2233.BallpointPen.Ink.FountainPen.Ink.Paper.9x12.mp4,2025-12-11,22:33,9x12,BallpointPen;FountainPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1160.DNG,1160,front,IMG_1161.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B032-BACK-04 paired-back review,"owner-confirmed consecutive back; back inscription: 139; 10:33 PM ET; Thursday; December 11, 2025",d4c35797e5026da4aa04deb96420f32dfa4f7922bea1efff3cf83dee48690761,243f87f278e44149d48415585f7c8f5f6ac083d2b8002ebb955d62aaeaba39fa,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 150 |
tlar-94f05e6805076b47,tla-dfe8bb22a7ef78fb,Standard_Time_Lapses/2025-12-12.2051.Pencil.Graphite.FountainPen.Ink.Paper.9x12.mp4,2025-12-12,20:51,9x12,Pencil;FountainPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1164.DNG,1164,front,IMG_1165.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B033-BACK-01 paired-back review,"owner-confirmed consecutive back; back inscription: 140; 8:51 PM ET; Friday; December 12, 2025",492c60a866074fb73a83c4701cf463846456d3e274fd28b2bb0c0e36c8c8f97b,a042473c3ca84229c9612be981ed3e0a47ef6984763f2412b2f0f8a5ca116edf,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 151 |
tlar-98daf44368d6d8ac,tla-ffff4ff7440b3ca6,Standard_Time_Lapses/2025-12-13.0903.Pencil.Graphite.BallpointPen.Ink.Paper.9x12.mp4,2025-12-13,09:03,9x12,Pencil;BallpointPen,Graphite;Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1166.DNG,1166,front,IMG_1167.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B033-BACK-02 paired-back review,"owner-confirmed consecutive back; back inscription: 141; 9:03 AM ET; Saturday; December 13, 2025",744ede4fc21fe0549c622666d39bd842a47272c8aa9316ca666d8318affbe134,c5a8cf28de3ec0b0ff44ec4386e855b7f11fcc554fcbfb4330b94eb27a56b939,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
|
|
|
| 231 |
tlar-992a4ec5e0ab2596,tla-d76a303d6a16e38d,Standard_Time_Lapses/2026-02-13.1928.BallpointPen.Ink.Paper.12x9.mp4,2026-02-13,19:28,12x9,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1374.DNG,1374,front,IMG_1375.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated;drawn-reverse-not-collapsed,owner approved B053-BACK-02 paired-back review,"owner-confirmed consecutive back; drawn reverse with no. 204 note inscription: 204; 7:28 PM ET Friday February 13, 2026; drawn reverse contains an earlier stage",4a438a6e68de6290fa9e935eb3d50122b11b28c2fce59768e41b5cf66e8f8519,487c6d566681cdea8d6844600222df20fefbdcd1f8b73d87217241c047fde543,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 232 |
tlar-fd19e3d93b9c7ea3,tla-823f6ba2f40282dc,Standard_Time_Lapses/2026-02-05.1500.BallpointPen.Ink.Paper.9x12.mp4,2026-02-05,15:00,9x12,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1378.DNG,1378,front,IMG_1379.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_filename_present_relationship_qualified_in_evidence,owner_confirmed_record_link,owner-confirmed-front-link;playback-corroborated;back-provisional-boundary-review,owner-confirmed visual identity; R002-03 decision=1 after pinned three-frame review,provisional paired back IMG_1379.DNG; medium-provisional; boundary dependency GAP-1349,d57b12ffa0e64cba8a1c7e1b910065822c1e57fc5efae744578e031dd06b2958,09e0335182d416a7f776418027f59719bd5ef0d8fb40204994f962d1071bad28,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 233 |
tlar-7df92f83c222be09,tla-82ef6acd680054d2,Standard_Time_Lapses/2026-02-15.1908.BallpointPen.Ink.Paper.12x9.mp4,2026-02-15,19:08,12x9,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1380.DNG,1380,front,IMG_1381.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B004-BACK-04 paired-back review,owner-confirmed consecutive back; inscription: 205; Part 1 6:52 AM ET 2/15/2026; Part 2 7:08 PM ET 2/15/2026,e9f285dfc2bc8b40d6efbb37c3f3ab6a87c0ea133fb285c7ca0c1b5c91e3135e,ea05177d56aad633604f354b279b8834f6161204cc849a9048300a00cb957694,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 234 |
+
tlar-1a29557234500c2a,tla-95c121dd73329673,Standard_Time_Lapses/2026-02-25.1122.BallpointPen.Ink.Paper.9x12.mp4,2026-02-25,11:22,9x12,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1382.DNG,1382,front,,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_unresolved,owner_confirmed_record_link,owner-confirmed-front-link;back-unresolved,owner-confirmed visual identity; B002 decision=1,not assessed in visual match batch,32fe4140a71e8a4c9384893825b940ef5042b2c683e066b900c2357d6a5cfff7,,front=verified_from_local_source_ledger;paired=not_available_in_current_source_ledgers,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 235 |
+
tlar-c0555cf3d60eef5a,tla-e4ba9213baa6772d,Standard_Time_Lapses/2026-02-27.0802.BallpointPen.Ink.Paper.9x12.mp4,2026-02-27,08:02,9x12,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1384.DNG,1384,front,,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_unresolved,owner_confirmed_record_link,owner-confirmed-front-link;back-unresolved,owner-confirmed visual identity; batch 001 decision=1,not assessed in visual match batch,105c76e6e55dcdc610168c33e0bc854ee8f6d2d08acb39b1be00f5ecc686c1a1,,front=verified_from_local_source_ledger;paired=not_available_in_current_source_ledgers,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 236 |
tlar-63397cd208980809,tla-bf615e09154229a7,Standard_Time_Lapses/2026-02-28.1452.BallpointPen.Ink.Paper.9x12.mp4,2026-02-28,14:52,9x12,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1388.DNG,1388,front,IMG_1389.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B053-BACK-03 paired-back review,"owner-confirmed consecutive back; back inscription: 208; 2:52 PM ET Saturday February 28, 2026",42566daf32d33b758a41e71e9796c66e5d66991a372835b9dec775b9f6bc1e55,254bae1cf4a8985f5e974457cea769060fc568e98362e7353b396a779e986f7b,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 237 |
tlar-f5013fb056547acc,tla-da1d6bbba06ddd5d,Standard_Time_Lapses/2026-02-28.1937.BallpointPen.Ink.Paper.12x9.mp4,2026-02-28,19:37,12x9,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1390.DNG,1390,front,IMG_1391.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B053-BACK-04 paired-back review,"owner-confirmed consecutive back; back inscription: 209; 7:37 PM ET Saturday February 28, 2026",3821bc76f4fbc59c516873d638a75c8f9df02228a9ece1913dc4324fffe2af1c,18439494761c5a9572815c07827c9feb0186ff784cabbf7a70bc19d16aabf8c7,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 238 |
tlar-e1dcdf92086a790a,tla-68b9b8f4e4aa154b,Standard_Time_Lapses/2026-03-01.0918.BallpointPen.Ink.Paper.12x9.mp4,2026-03-01,09:18,12x9,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1392.DNG,1392,front,IMG_1393.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated;second-session-and-sketch-notes-preserved,owner approved B054-BACK-01 paired-back review,"owner-confirmed consecutive back; back inscription: 210; 9:18 AM ET Sunday March 1, 2026; marked '2nd session'; separate sketch note also present",cd151e3f553a06cba54f2f7d365bb8e2cc17123ea190f39e8e51d4d5205fd19a,2c2cdc618d165bdd1c544241dc77ab7ea2808368fbdc1d7ba4d3c27a0eaa3801,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 239 |
tlar-6c20f6651b4c0637,tla-7f5baf7bf10406f5,Standard_Time_Lapses/2026-03-01.2312.BallpointPen.Ink.Paper.9x12.mp4,2026-03-01,23:12,9x12,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1394.DNG,1394,front,IMG_1395.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated;earlier-sketch-stage-preserved;drawn-reverse-not-collapsed,owner approved B054-BACK-02 paired-back review,"owner-confirmed consecutive back; drawn reverse with notes for both sides inscription: 211; 11:12 PM ET Sunday March 1, 2026; drawn reverse also contains an earlier no. 211 sketch note",63fa3ea5e6c094c0f8f3110bf672ba8ded038ba23ba0d53f9079054938fd6a73,fd93b01fbc207fb5c828c4b43a1f30c2a13a16359f26b0b5bb3e231aafd047fb,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 240 |
+
tlar-59cacee4e73aa89d,tla-a182c3491f07e3be,Standard_Time_Lapses/2026-03-02.0903.BallpointPen.Ink.Paper.9x12.mp4,2026-03-02,09:03,9x12,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1396.DNG,1396,front,,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_unresolved,owner_confirmed_record_link,owner-confirmed-front-link;back-unresolved,owner-confirmed visual identity; B003R-01 decision=1,not assessed in visual match batch,9b4f7bc2eaef4382cb724d5ef5a604189b01a89e5394c6a493bd98e77c3b2ef5,,front=verified_from_local_source_ledger;paired=not_available_in_current_source_ledgers,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 241 |
tlar-aa5caf74685252ad,tla-8941c7cfd50503bf,Standard_Time_Lapses/2026-03-02.2127.BallpointPen.Ink.Paper.9x12.mp4,2026-03-02,21:27,9x12,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1398.DNG,1398,front,IMG_1399.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated;same-number-session-disambiguated,owner approved B054-BACK-03 paired-back review,"owner-confirmed consecutive back; back inscription: 212; 9:27 PM ET Monday March 2, 2026",ed352c7e2af2ca30981fb2e31531819adce988242f497851f1a4b32dad7200c8,6c886eaaec37264e5a883b531b410c2da0f10d8f65a6c42bcca58db605e43b42,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 242 |
+
tlar-d855108ab1200e88,tla-5089247d4f579c6b,Standard_Time_Lapses/2026-03-02.2331.BallpointPen.Ink.Paper.9x12.mp4,2026-03-02,23:31,9x12,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1400.DNG,1400,front,,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_unresolved,owner_confirmed_record_link,owner-confirmed-front-link;back-unresolved,owner-confirmed visual identity; B003R-05 decision=1,not assessed in visual match batch,911edf2f81b48d0c370f5f9ee2ddcacf1ddffb982a7b61d331bc0f74095e2b4f,,front=verified_from_local_source_ledger;paired=not_available_in_current_source_ledgers,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 243 |
tlar-483b2750c9d9e2f8,tla-389e052869e1b801,Standard_Time_Lapses/2026-03-03.1935.BallpointPen.Ink.Paper.9x12.mp4,2026-03-03,19:35,9x12,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1402.DNG,1402,front,IMG_1403.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated;same-number-session-disambiguated;drawn-reverse-not-collapsed,owner approved B054-BACK-04 paired-back review,"owner-confirmed consecutive back; drawn reverse with no. 213 note inscription: 213; 7:35 PM ET Tuesday March 3, 2026; drawn reverse contains a separate sketch",0d5e120cdd6e3e2119de9745059b76f59de6d04da12b9dfcd0f8943967bc9b2d,3514a4210b22dd9ce3f44a233f5f98361a81bc91a389d21b3d21be7473f6fe25,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 244 |
tlar-41caf4d503440765,tla-bc4ec625d47cb3ed,Standard_Time_Lapses/2026-03-04.1421.BallpointPen.Ink.Paper.9x12.mp4,2026-03-04,14:21,9x12,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1404.DNG,1404,front,IMG_1405.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;timestamp-and-playback-corroborated,owner approved B055-BACK-01 paired-back review,"owner-confirmed consecutive back; back inscription: 214; 2:21 PM ET Wednesday March 4, 2026",f151bb65ef15a560677da5cfb48550d82f4ffc64e4e3baf1c97b72302c54b0db,1e5fd5edc8f91336b6332fe5e5fab11718e1ce4abbeed9309abaf339aeb526e5,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
| 245 |
tlar-78a87b60ef02f9e0,tla-2c38711267c795e8,Standard_Time_Lapses/2026-04-04.1649.BallpointPen.Ink.Paper.9x12.mp4,2026-04-04,16:49,9x12,BallpointPen,Ink,Paper,ba7e7903901767f2d5a4367d7ae22c2546366d6d,IMG_1406.DNG,1406,front,IMG_1407.DNG,owner_confirmed_record_reference,front_surface,owner_confirmed_relationship_temporal_endpoint_not_separately_encoded,not_asserted_by_derived_layer,paired_reference_confirmed,owner_confirmed_record_link,owner-confirmed-front-link;owner-confirmed-back-link;playback-corroborated;same-number-session-disambiguated;canonical-date-conflict-preserved;drawn-reverse-not-collapsed,owner approved B055-BACK-02 paired-back review,"owner-confirmed consecutive back; recorded blue side with note; drawn reverse inscription: 215 sketch; 4:49 PM ET Wednesday March 4, 2026; drawn reverse contains a separate black construction drawing and another partially legible note",e7aca3eeedad9dfc372f3aa82c73c12d5af784178e82f431c443da2dacca82f9,aabd7ee0d0153b6bc10451c5d2c3832f8fa05eb933feb418fa3faa7887b60c52,front_and_paired_hashes_verified,front_back_archive_zip,local_evidence_only_not_bundled_v0.1,,,record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed,Record link is confirmed; exact temporal endpoint equivalence is not independently encoded here.
|
README.md
CHANGED
|
@@ -8,7 +8,6 @@ source_datasets:
|
|
| 8 |
size_categories:
|
| 9 |
- n<1K
|
| 10 |
task_categories:
|
| 11 |
-
- video-classification
|
| 12 |
- feature-extraction
|
| 13 |
tags:
|
| 14 |
- drawing
|
|
@@ -293,6 +292,13 @@ Pre-Standard recordings. Every published video has a persistent record ID,
|
|
| 293 |
content hash, byte size, and encoded-stream metadata; historical session and
|
| 294 |
provenance fields remain less complete in the Pre-Standard tier.
|
| 295 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 296 |
**[Browse the Standard recordings](https://maxwellinked.github.io/time-lapse-artifacts/)**
|
| 297 |
through a searchable public browser with muted motion previews. The browser is
|
| 298 |
a dynamic presentation layer and may lag the current Hugging Face dataset.
|
|
@@ -311,40 +317,9 @@ release.
|
|
| 311 |
|
| 312 |
## Snapshot and Coverage
|
| 313 |
|
| 314 |
-
|
| 315 |
-
|
| 316 |
-
|
| 317 |
-
provenance correction promoted one distinct Standard recording from the
|
| 318 |
-
noncanonical unresolved subtree. A subsequent creator-verified ingestion added
|
| 319 |
-
17 unique Standard media objects. A subsequent creator-verified tier review
|
| 320 |
-
promoted the clean July 13 recording without changing its payload or stable
|
| 321 |
-
identity, bringing the prior `main` state to 357 Standard and 128 Pre-Standard
|
| 322 |
-
records. The next ingestion added three creator-verified August 2026 Standard
|
| 323 |
-
recordings, including the first 14 × 17 in record and the first member of a
|
| 324 |
-
recording sequence for which `Rec02` remains expected. A later update added the
|
| 325 |
-
first two recordings in a separate August 22 14 × 17 in sequence. This update
|
| 326 |
-
extends that sequence through the creator-supplied `Rec03`; no drawing or
|
| 327 |
-
sequence endpoint is inferred from the suffix alone.
|
| 328 |
-
A later creator-confirmed filename correction preserves the complete
|
| 329 |
-
`Rec01`–`Rec15` order of 15 existing 30 × 40 in recordings dated June 18–30.
|
| 330 |
-
Their media payloads, stable IDs, hashes, metadata membership, and release
|
| 331 |
-
counts are unchanged.
|
| 332 |
-
The August 24–27 fragment-sequence ingestion adds 22 unchanged canonical
|
| 333 |
-
Framelapse recordings across five creator-confirmed complete sequences. Five
|
| 334 |
-
unchanged InShot outputs remain noncanonical derivatives in a nested provenance
|
| 335 |
-
directory and are excluded from the active indexes and Viewer. A separate
|
| 336 |
-
27-row, 15-field relationship sidecar records grouping, order, completeness,
|
| 337 |
-
and derivative coverage. This active-construction update does not create a new
|
| 338 |
-
version tag, change the 29-field video schema or acquisition-protocol
|
| 339 |
-
identifier, backfill historical records, or introduce a global `work_id`.
|
| 340 |
-
The August 28–29 fragment-sequence ingestion adds 19 unchanged canonical
|
| 341 |
-
Framelapse recordings across four creator-confirmed complete sequences. A new
|
| 342 |
-
19-row, 15-field dated relationship sidecar records grouping, order, and
|
| 343 |
-
completeness; no derivative is included. This addition preserves the same
|
| 344 |
-
29-field schema and `standard-2025-07-13` acquisition-protocol identifier.
|
| 345 |
-
Two records from the 17-object ingestion and the promoted July 13 record are
|
| 346 |
-
explicitly documented as shortened derivatives rather than full-duration
|
| 347 |
-
masters.
|
| 348 |
|
| 349 |
| Collection tier | Published MP4s | Indexed rows | Date coverage | Metadata state |
|
| 350 |
| --- | ---: | ---: | --- | --- |
|
|
@@ -352,20 +327,6 @@ masters.
|
|
| 352 |
| `pre_standard` | 128 | 128 | 2024-09-17–2025-07-09, plus 9 unknown dates | Complete core technical metadata; historical descriptive and provenance gaps remain |
|
| 353 |
| Earlier archive (unpublished) | 0 public videos | 0 | Historical scope 2012–2016 | More than 8 TB held outside this release; ingestion pending |
|
| 354 |
|
| 355 |
-
**Current indexed state:** this revision contains 532 rows: 404 Standard and
|
| 356 |
-
128 Pre-Standard. The preceding v0.1 state at revision
|
| 357 |
-
`339e6149de130cbe2d001f7a0e5247872bc788ec` exposed 465 rows: 335 Standard and
|
| 358 |
-
130 Pre-Standard. v0.2 added three previously unindexed Standard files and
|
| 359 |
-
removed one Pre-Standard row whose media did not meet the ownership and
|
| 360 |
-
provenance threshold. v0.3 added stable Pre-Standard identities and technical
|
| 361 |
-
metadata. The post-v0.3 provenance correction promotes one previously
|
| 362 |
-
unresolved, distinct Standard recording and corrects a separate record's
|
| 363 |
-
physical finish date and time. The later 17-record Standard ingestion applies
|
| 364 |
-
technical and provenance criteria without filtering records by aesthetic
|
| 365 |
-
completion or perceived artistic quality. The later July 13 promotion applies
|
| 366 |
-
the same rule to a clean shortened record and moves the documented Standard
|
| 367 |
-
boundary coherently rather than creating a one-file exception.
|
| 368 |
-
|
| 369 |
The Hub configurations use the split name `archive`. No official
|
| 370 |
train/validation/test partition has been defined.
|
| 371 |
|
|
@@ -441,10 +402,8 @@ It is not part of the canonical record set.
|
|
| 441 |
`2026-07-31/` preserves the completed provenance release, including mappings
|
| 442 |
between historical `Series_9x12` filenames and canonical records. The former
|
| 443 |
full duplicate video snapshot is not retained. Relationships are preserved
|
| 444 |
-
through mappings, hashes, metadata, and repository history.
|
| 445 |
-
|
| 446 |
-
`Unresolved_Series_9x12/` contains distinct historical recordings that do not
|
| 447 |
-
yet have enough documentation for promotion into the canonical collection.
|
| 448 |
|
| 449 |
### `Pre_Standard_Time_Lapses/`
|
| 450 |
|
|
@@ -554,12 +513,7 @@ that boundary may reflect capture conditions as well as practice development.
|
|
| 554 |
Session-level descriptive and provenance metadata are curated by the creator
|
| 555 |
from the physical practice, filenames, file properties, and retained historical
|
| 556 |
evidence. This is the scope of `annotations_creators: expert-generated`; it does
|
| 557 |
-
not mean that frame-level task labels exist.
|
| 558 |
-
the filename vocabulary, metadata, and documentation, not incidental audio.
|
| 559 |
-
|
| 560 |
-
The `video-classification` task facet refers to possible session-level targets
|
| 561 |
-
such as documented tool, medium, and support. The release does not define label
|
| 562 |
-
encodings, an official benchmark, or train/validation/test partitions.
|
| 563 |
|
| 564 |
The videos themselves are primarily raw and unannotated. The release does not
|
| 565 |
provide:
|
|
@@ -742,25 +696,16 @@ See `CHANGELOG.md` for release-level changes.
|
|
| 742 |
- `SCHEMA.md` — filename and metadata contracts
|
| 743 |
- `Archive_Specifications.md` — acquisition specifications and known gaps
|
| 744 |
- `VALIDATION.md` — validation scope and current results
|
|
|
|
|
|
|
| 745 |
- `RELEASE_MANIFEST.json` — historical v0.2.0 release-candidate manifest; it
|
| 746 |
does not describe current `main` or provide checksums for the video payloads
|
| 747 |
-
- `tools/
|
| 748 |
-
|
| 749 |
-
|
| 750 |
-
-
|
| 751 |
-
- `
|
| 752 |
-
|
| 753 |
-
- `tools/validate_fragment_relationships.py` — dated sequence and derivative
|
| 754 |
-
relationship checks against the pinned inventory
|
| 755 |
-
- `Standard_Time_Lapses/Provenance/` — historical evidence and mappings
|
| 756 |
-
- `Standard_Time_Lapses/Provenance/2026-08-27/fragment_sequence_relationships.csv`
|
| 757 |
-
— dated fragment-sequence and noncanonical-derivative relationship sidecar
|
| 758 |
-
- `Standard_Time_Lapses/Provenance/2026-08-27/README.md` — scope, identity,
|
| 759 |
-
exclusion, and revision-binding notes for the dated sidecar
|
| 760 |
-
- `Standard_Time_Lapses/Provenance/2026-08-29/fragment_sequence_relationships.csv`
|
| 761 |
-
— dated canonical fragment-sequence relationship sidecar
|
| 762 |
-
- `Standard_Time_Lapses/Provenance/2026-08-29/README.md` — scope, filename
|
| 763 |
-
uncertainty, timing boundary, and revision-binding notes for the dated sidecar
|
| 764 |
|
| 765 |
## Citation
|
| 766 |
|
|
|
|
| 8 |
size_categories:
|
| 9 |
- n<1K
|
| 10 |
task_categories:
|
|
|
|
| 11 |
- feature-extraction
|
| 12 |
tags:
|
| 13 |
- drawing
|
|
|
|
| 292 |
content hash, byte size, and encoded-stream metadata; historical session and
|
| 293 |
provenance fields remain less complete in the Pre-Standard tier.
|
| 294 |
|
| 295 |
+
**Unit of record:** each active metadata row identifies one published MP4
|
| 296 |
+
video object. A row does not necessarily represent one drawing, one
|
| 297 |
+
uninterrupted session, or a complete start-to-finish process. When documented,
|
| 298 |
+
fragment-sequence and physical-reference relationships remain in separate
|
| 299 |
+
revision-pinned sidecars joined by `record_id`; absent relationships remain
|
| 300 |
+
unknown.
|
| 301 |
+
|
| 302 |
**[Browse the Standard recordings](https://maxwellinked.github.io/time-lapse-artifacts/)**
|
| 303 |
through a searchable public browser with muted motion previews. The browser is
|
| 304 |
a dynamic presentation layer and may lag the current Hugging Face dataset.
|
|
|
|
| 317 |
|
| 318 |
## Snapshot and Coverage
|
| 319 |
|
| 320 |
+
The table below describes this revision. Batch-level history is maintained in
|
| 321 |
+
[`CHANGELOG.md`](CHANGELOG.md). The immutable `v0.3.0` tag remains a 467-row
|
| 322 |
+
historical release and does not describe current `main`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 323 |
|
| 324 |
| Collection tier | Published MP4s | Indexed rows | Date coverage | Metadata state |
|
| 325 |
| --- | ---: | ---: | --- | --- |
|
|
|
|
| 327 |
| `pre_standard` | 128 | 128 | 2024-09-17–2025-07-09, plus 9 unknown dates | Complete core technical metadata; historical descriptive and provenance gaps remain |
|
| 328 |
| Earlier archive (unpublished) | 0 public videos | 0 | Historical scope 2012–2016 | More than 8 TB held outside this release; ingestion pending |
|
| 329 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 330 |
The Hub configurations use the split name `archive`. No official
|
| 331 |
train/validation/test partition has been defined.
|
| 332 |
|
|
|
|
| 402 |
`2026-07-31/` preserves the completed provenance release, including mappings
|
| 403 |
between historical `Series_9x12` filenames and canonical records. The former
|
| 404 |
full duplicate video snapshot is not retained. Relationships are preserved
|
| 405 |
+
through mappings, hashes, metadata, and repository history. See the
|
| 406 |
+
[provenance navigation index](Standard_Time_Lapses/Provenance/README.md).
|
|
|
|
|
|
|
| 407 |
|
| 408 |
### `Pre_Standard_Time_Lapses/`
|
| 409 |
|
|
|
|
| 513 |
Session-level descriptive and provenance metadata are curated by the creator
|
| 514 |
from the physical practice, filenames, file properties, and retained historical
|
| 515 |
evidence. This is the scope of `annotations_creators: expert-generated`; it does
|
| 516 |
+
not mean that frame-level task labels exist.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 517 |
|
| 518 |
The videos themselves are primarily raw and unannotated. The release does not
|
| 519 |
provide:
|
|
|
|
| 696 |
- `SCHEMA.md` — filename and metadata contracts
|
| 697 |
- `Archive_Specifications.md` — acquisition specifications and known gaps
|
| 698 |
- `VALIDATION.md` — validation scope and current results
|
| 699 |
+
- `VIEWER_MIGRATION.md` — current Viewer configuration and verification
|
| 700 |
+
invariants
|
| 701 |
- `RELEASE_MANIFEST.json` — historical v0.2.0 release-candidate manifest; it
|
| 702 |
does not describe current `main` or provide checksums for the video payloads
|
| 703 |
+
- `tools/` — inventory capture, verified download, enrichment, and validation
|
| 704 |
+
helpers
|
| 705 |
+
- `Standard_Time_Lapses/Provenance/` — historical evidence and dated
|
| 706 |
+
fragment-sequence relationships
|
| 707 |
+
- `Physical_References/` — physical-reference relationship schema, manifest,
|
| 708 |
+
and sidecar
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 709 |
|
| 710 |
## Citation
|
| 711 |
|
SCHEMA.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
# Schema
|
| 2 |
|
| 3 |
-
This document defines
|
| 4 |
-
|
| 5 |
-
|
| 6 |
|
| 7 |
## Canonical Filename Format
|
| 8 |
|
|
@@ -58,10 +58,14 @@ therefore preserve tool and medium sets without manufacturing positional pairs.
|
|
| 58 |
directly in `Standard_Time_Lapses/`. Direct placement alone does not make a file
|
| 59 |
canonical: every released canonical file must have exactly one metadata row,
|
| 60 |
complete required technical fields, and the necessary rights and provenance
|
| 61 |
-
clearance.
|
| 62 |
-
publication, it must cover every MP4 stored directly in
|
| 63 |
`Standard_Time_Lapses/` at the exact reviewed revision.
|
| 64 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
The canonical index does not make provenance, unresolved, pre-standard, or
|
| 66 |
legacy files canonical.
|
| 67 |
|
|
@@ -73,7 +77,7 @@ legacy files canonical.
|
|
| 73 |
| `record_id` | string | Persistent identity in the form `tla-` plus 16 lowercase hexadecimal characters. |
|
| 74 |
| `collection_tier` | enum | `standard` for this index. |
|
| 75 |
| `is_canonical` | boolean | `true` for every row in this index. |
|
| 76 |
-
| `acquisition_protocol_version` | string | Protocol identifier;
|
| 77 |
|
| 78 |
The initial `record_id` values were generated from a namespaced SHA-256 of the
|
| 79 |
published repository path. Once assigned, the stored value is authoritative and
|
|
@@ -85,7 +89,7 @@ different object at the corrected destination path.
|
|
| 85 |
|
| 86 |
### Pre-Standard collection contract
|
| 87 |
|
| 88 |
-
`Pre_Standard_Time_Lapses/metadata.csv` indexes the
|
| 89 |
folder. Each row uses `collection_tier = pre_standard`, `is_canonical = false`,
|
| 90 |
and a blank `acquisition_protocol_version`. Pre-Standard status records a
|
| 91 |
different acquisition/documentation era; it does not remove the requirements
|
|
@@ -158,7 +162,7 @@ representative and its limitation is disclosed in `notes`.
|
|
| 158 |
| `notes` | string or blank | Human-readable evidence or qualification. |
|
| 159 |
|
| 160 |
Blank provenance values mean that the field is not documented or not
|
| 161 |
-
applicable in the
|
| 162 |
relationship.
|
| 163 |
|
| 164 |
Observed provenance statuses include:
|
|
@@ -168,6 +172,7 @@ Observed provenance statuses include:
|
|
| 168 |
- `legacy_duplicate_removed`
|
| 169 |
- `legacy_candidates_rejected`
|
| 170 |
- `direct_root_upload`
|
|
|
|
| 171 |
|
| 172 |
Observed evidence methods include:
|
| 173 |
|
|
@@ -185,11 +190,8 @@ New enumerated values must be documented here before use.
|
|
| 185 |
Each dated
|
| 186 |
`Standard_Time_Lapses/Provenance/YYYY-MM-DD/fragment_sequence_relationships.csv`
|
| 187 |
is a derived relationship table with one row per reviewed media object in that
|
| 188 |
-
ingestion.
|
| 189 |
-
|
| 190 |
-
InShot derivatives. The 2026-08-29 instance has 19 canonical Framelapse
|
| 191 |
-
fragments across four owner-confirmed complete sequences and no derivatives.
|
| 192 |
-
Neither adds fields to either 29-field video index.
|
| 193 |
|
| 194 |
| Field | Type | Meaning |
|
| 195 |
| --- | --- | --- |
|
|
@@ -202,7 +204,7 @@ Neither adds fields to either 29-field video index.
|
|
| 202 |
| `size_bytes` | integer | Exact object size in bytes. |
|
| 203 |
| `sequence_position` | integer or blank | Contiguous one-based position for a canonical fragment. |
|
| 204 |
| `sequence_count` | integer or blank | Total canonical fragment count for the sequence. |
|
| 205 |
-
| `sequence_completeness` | enum | Owner-reviewed completeness of the underlying canonical source sequence;
|
| 206 |
| `source_record_ids` | semicolon-delimited string or blank | Ordered canonical source IDs for a derivative; blank on canonical rows. |
|
| 207 |
| `derivative_coverage` | enum or blank | `complete_sequence` or `partial_sequence` for a derivative; blank on canonical rows. |
|
| 208 |
| `evidence_state` | semicolon-delimited string | Only evidence checks actually completed for the object and relationship. |
|
|
@@ -242,8 +244,8 @@ video status or duplicate editable video metadata.
|
|
| 242 |
|
| 243 |
Each row has a stable `reference_id`, reviewed photograph filename and role,
|
| 244 |
explicit surface and temporal scope, evidence state, hash state, and machine-use
|
| 245 |
-
caution. Blank values mean unknown or not documented.
|
| 246 |
-
|
| 247 |
interpreted as public media locations.
|
| 248 |
|
| 249 |
`longitudinal_continuation` identifies a later or otherwise changed physical
|
|
@@ -293,12 +295,6 @@ Before publication, the validator must confirm:
|
|
| 293 |
Run:
|
| 294 |
|
| 295 |
```bash
|
| 296 |
-
python tools/validate_metadata.py metadata.csv
|
| 297 |
-
|
| 298 |
-
|
| 299 |
-
Rebuild the v0.2 index from its pinned 335-row source and audited additions:
|
| 300 |
-
|
| 301 |
-
```bash
|
| 302 |
-
python tools/repair_metadata.py source_metadata.csv metadata.csv \
|
| 303 |
-
--additions tools/metadata_additions_v0.2.csv
|
| 304 |
```
|
|
|
|
| 1 |
# Schema
|
| 2 |
|
| 3 |
+
This document defines canonical filenames, the active video-object indexes,
|
| 4 |
+
and their relationship sidecars. Filenames are human-readable descriptions;
|
| 5 |
+
`record_id` is the persistent identity of one published video object.
|
| 6 |
|
| 7 |
## Canonical Filename Format
|
| 8 |
|
|
|
|
| 58 |
directly in `Standard_Time_Lapses/`. Direct placement alone does not make a file
|
| 59 |
canonical: every released canonical file must have exactly one metadata row,
|
| 60 |
complete required technical fields, and the necessary rights and provenance
|
| 61 |
+
clearance. Before publication, it must cover every MP4 stored directly in
|
|
|
|
| 62 |
`Standard_Time_Lapses/` at the exact reviewed revision.
|
| 63 |
|
| 64 |
+
Each metadata row represents one MP4 video object. It does not assert one
|
| 65 |
+
drawing, one session, or one complete process. Documented relationships among
|
| 66 |
+
multiple video objects remain in sidecars and do not merge or replace their
|
| 67 |
+
`record_id` values.
|
| 68 |
+
|
| 69 |
The canonical index does not make provenance, unresolved, pre-standard, or
|
| 70 |
legacy files canonical.
|
| 71 |
|
|
|
|
| 77 |
| `record_id` | string | Persistent identity in the form `tla-` plus 16 lowercase hexadecimal characters. |
|
| 78 |
| `collection_tier` | enum | `standard` for this index. |
|
| 79 |
| `is_canonical` | boolean | `true` for every row in this index. |
|
| 80 |
+
| `acquisition_protocol_version` | string | Protocol identifier; Standard rows use `standard-2025-07-13`. |
|
| 81 |
|
| 82 |
The initial `record_id` values were generated from a namespaced SHA-256 of the
|
| 83 |
published repository path. Once assigned, the stored value is authoritative and
|
|
|
|
| 89 |
|
| 90 |
### Pre-Standard collection contract
|
| 91 |
|
| 92 |
+
`Pre_Standard_Time_Lapses/metadata.csv` indexes the direct MP4 files in that
|
| 93 |
folder. Each row uses `collection_tier = pre_standard`, `is_canonical = false`,
|
| 94 |
and a blank `acquisition_protocol_version`. Pre-Standard status records a
|
| 95 |
different acquisition/documentation era; it does not remove the requirements
|
|
|
|
| 162 |
| `notes` | string or blank | Human-readable evidence or qualification. |
|
| 163 |
|
| 164 |
Blank provenance values mean that the field is not documented or not
|
| 165 |
+
applicable in the active indexes. A blank must not be promoted to a verified
|
| 166 |
relationship.
|
| 167 |
|
| 168 |
Observed provenance statuses include:
|
|
|
|
| 172 |
- `legacy_duplicate_removed`
|
| 173 |
- `legacy_candidates_rejected`
|
| 174 |
- `direct_root_upload`
|
| 175 |
+
- `tier_promotion_verified`
|
| 176 |
|
| 177 |
Observed evidence methods include:
|
| 178 |
|
|
|
|
| 190 |
Each dated
|
| 191 |
`Standard_Time_Lapses/Provenance/YYYY-MM-DD/fragment_sequence_relationships.csv`
|
| 192 |
is a derived relationship table with one row per reviewed media object in that
|
| 193 |
+
ingestion. A dated instance may contain canonical fragments and noncanonical
|
| 194 |
+
derivatives. It adds no fields to either 29-field video index.
|
|
|
|
|
|
|
|
|
|
| 195 |
|
| 196 |
| Field | Type | Meaning |
|
| 197 |
| --- | --- | --- |
|
|
|
|
| 204 |
| `size_bytes` | integer | Exact object size in bytes. |
|
| 205 |
| `sequence_position` | integer or blank | Contiguous one-based position for a canonical fragment. |
|
| 206 |
| `sequence_count` | integer or blank | Total canonical fragment count for the sequence. |
|
| 207 |
+
| `sequence_completeness` | enum | Owner-reviewed completeness of the underlying canonical source sequence; `owner_confirmed_complete` means the owner confirmed that source sequence complete. Derivative coverage remains separate. |
|
| 208 |
| `source_record_ids` | semicolon-delimited string or blank | Ordered canonical source IDs for a derivative; blank on canonical rows. |
|
| 209 |
| `derivative_coverage` | enum or blank | `complete_sequence` or `partial_sequence` for a derivative; blank on canonical rows. |
|
| 210 |
| `evidence_state` | semicolon-delimited string | Only evidence checks actually completed for the object and relationship. |
|
|
|
|
| 244 |
|
| 245 |
Each row has a stable `reference_id`, reviewed photograph filename and role,
|
| 246 |
explicit surface and temporal scope, evidence state, hash state, and machine-use
|
| 247 |
+
caution. Blank values mean unknown or not documented. Reference-media
|
| 248 |
+
availability must be explicit, and blank proposed-path fields must not be
|
| 249 |
interpreted as public media locations.
|
| 250 |
|
| 251 |
`longitudinal_continuation` identifies a later or otherwise changed physical
|
|
|
|
| 295 |
Run:
|
| 296 |
|
| 297 |
```bash
|
| 298 |
+
python tools/validate_metadata.py metadata.csv \
|
| 299 |
+
--pre-standard-metadata Pre_Standard_Time_Lapses/metadata.csv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 300 |
```
|
Standard_Time_Lapses/Provenance/README.md
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Standard provenance
|
| 2 |
+
|
| 3 |
+
This subtree stores supporting historical evidence and relationship tables. It
|
| 4 |
+
is outside both active video indexes and Dataset Viewer configurations; nested
|
| 5 |
+
placement does not make a media object canonical.
|
| 6 |
+
|
| 7 |
+
Each active metadata row continues to identify one published video object.
|
| 8 |
+
Relationship sidecars can group those objects without merging their persistent
|
| 9 |
+
`record_id` values or asserting undocumented drawing- or session-level facts.
|
| 10 |
+
|
| 11 |
+
## Dated layers
|
| 12 |
+
|
| 13 |
+
- [`2026-07-31/`](2026-07-31/) preserves historical filename-to-record mappings
|
| 14 |
+
and the pre-rebuild metadata snapshot without retaining the former duplicate
|
| 15 |
+
video snapshot.
|
| 16 |
+
- [`2026-08-27/`](2026-08-27/README.md) documents 22 canonical fragments across
|
| 17 |
+
five complete source sequences and five noncanonical InShot derivatives.
|
| 18 |
+
- [`2026-08-29/`](2026-08-29/README.md) documents 19 canonical fragments across
|
| 19 |
+
four complete source sequences and no derivative payloads.
|
| 20 |
+
|
| 21 |
+
## Documented fragment sequences
|
| 22 |
+
|
| 23 |
+
These are the nine sets recorded in the two dated relationship sidecars.
|
| 24 |
+
`fragment_set_label` is a descriptive grouping label, not a global `work_id`.
|
| 25 |
+
`owner_confirmed_complete` applies to the canonical source sequence represented
|
| 26 |
+
in that sidecar; it does not establish real drawing time or claim that activity
|
| 27 |
+
outside the retained recordings was captured.
|
| 28 |
+
|
| 29 |
+
| Sidecar | `fragment_set_label` | Canonical fragments | Positions | `sequence_completeness` |
|
| 30 |
+
| --- | --- | ---: | --- | --- |
|
| 31 |
+
| [2026-08-27](2026-08-27/fragment_sequence_relationships.csv) | `2026-08-24.0157.BallpointPen.Ink.Paper.9x12` | 2 | `Rec01`–`Rec02` | `owner_confirmed_complete` |
|
| 32 |
+
| [2026-08-27](2026-08-27/fragment_sequence_relationships.csv) | `2026-08-24.0638.BallpointPen.Ink.Paper.12x9` | 2 | `Rec01`–`Rec02` | `owner_confirmed_complete` |
|
| 33 |
+
| [2026-08-27](2026-08-27/fragment_sequence_relationships.csv) | `2026-08-25.1941.BallpointPen.Ink.Paper.9x12` | 6 | `Rec01`–`Rec06` | `owner_confirmed_complete` |
|
| 34 |
+
| [2026-08-27](2026-08-27/fragment_sequence_relationships.csv) | `2026-08-26.1229.BallpointPen.Ink.Paper.9x12` | 2 | `Rec01`–`Rec02` | `owner_confirmed_complete` |
|
| 35 |
+
| [2026-08-27](2026-08-27/fragment_sequence_relationships.csv) | `2026-08-27.0856.BallpointPen.Ink.Paper.9x12` | 10 | `Rec01`–`Rec10` | `owner_confirmed_complete` |
|
| 36 |
+
| [2026-08-29](2026-08-29/fragment_sequence_relationships.csv) | `2026-08-28.0108.BallpointPen.Ink.Paper.9x12` | 10 | `Rec01`–`Rec10` | `owner_confirmed_complete` |
|
| 37 |
+
| [2026-08-29](2026-08-29/fragment_sequence_relationships.csv) | `2026-08-29.0254.BallpointPen.Ink.Paper.9x12` | 4 | `Rec01`–`Rec04` | `owner_confirmed_complete` |
|
| 38 |
+
| [2026-08-29](2026-08-29/fragment_sequence_relationships.csv) | `2026-08-29.0602.BallpointPen.Ink.Paper.9x12` | 2 | `Rec01`–`Rec02` | `owner_confirmed_complete` |
|
| 39 |
+
| [2026-08-29](2026-08-29/fragment_sequence_relationships.csv) | `2026-08-29.0716.BallpointPen.Ink.Paper.9x12` | 3 | `Rec01`–`Rec03` | `owner_confirmed_complete` |
|
| 40 |
+
|
| 41 |
+
The dated CSV files remain authoritative for row-level identities, ordering,
|
| 42 |
+
derivative coverage, evidence states, hashes, and pinned source revisions.
|
VALIDATION.md
CHANGED
|
@@ -1,268 +1,185 @@
|
|
| 1 |
# Validation Report
|
| 2 |
|
| 3 |
-
## Scope
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
object's properties were read from its public MP4 header using HTTP range
|
| 24 |
-
requests. Sizes and content identities were read from the Hub repository
|
| 25 |
-
inventory.
|
| 26 |
-
|
| 27 |
-
The later Standard ingestion adds 17 creator-verified media objects totaling
|
| 28 |
-
9,289,459,921 bytes. Every addition was fully decoded before upload, all 17
|
| 29 |
-
local SHA-256 identities are unique, and none matches an existing Hub media
|
| 30 |
-
object. The batch is indexed without changing the 29-field schema.
|
| 31 |
-
|
| 32 |
-
The July 13 tier promotion moves one existing 141,221,810-byte object from
|
| 33 |
-
Pre-Standard to Standard without changing its payload, Xet identity, or stable
|
| 34 |
-
record ID. All 1,205 video frames and the audio stream decode successfully.
|
| 35 |
-
The clip begins after drawing has started and reaches a completed, signed
|
| 36 |
-
endpoint. The promotion moves the protocol identifier coherently to
|
| 37 |
-
`standard-2025-07-13` and preserves the 485-record total.
|
| 38 |
-
|
| 39 |
-
The August 2026 Standard ingestion adds three creator-verified media objects
|
| 40 |
-
totaling 50,478,909,746 bytes. All 231,383 video frames and every audio stream
|
| 41 |
-
decode successfully. The batch includes the first 14 × 17 in Standard record,
|
| 42 |
-
retains `Rec01` because `Rec02` is expected, and preserves the
|
| 43 |
-
existing 29-field schema and protocol identifier.
|
| 44 |
-
|
| 45 |
-
The August 22–23 recording-sequence ingestion adds three creator-verified media
|
| 46 |
-
objects totaling 51,022,796,325 bytes. All 233,723 video frames and every audio
|
| 47 |
-
stream decode. Rec03 produced one end-of-stream non-monotonic DTS warning from
|
| 48 |
-
FFmpeg's null output during combined-stream validation; direct inspection found
|
| 49 |
-
strictly increasing source packet and decoded-frame timestamps at the tail. The
|
| 50 |
-
batch retains literal `Rec01` through `Rec03` sequence suffixes and documents a
|
| 51 |
-
creator-confirmed Rec03 change from Pelikan black to unmarked, unknown-brand
|
| 52 |
-
black ink at approximately `00:04:59`.
|
| 53 |
-
|
| 54 |
-
The August 24–27 fragment-sequence ingestion adds 22 creator-confirmed,
|
| 55 |
-
unchanged Framelapse source objects totaling 17,389,875,055 bytes and
|
| 56 |
-
3,391.699091 seconds of encoded playback. They represent five complete
|
| 57 |
-
sequences and are stored as landscape video without audio. Five unchanged
|
| 58 |
-
InShot outputs remain nested noncanonical provenance derivatives and are
|
| 59 |
-
excluded from active row, byte, duration, orientation, and audio totals. The
|
| 60 |
-
relationship sidecar records all 27 media objects without changing the
|
| 61 |
-
29-field video schema, `standard-2025-07-13`, or historical rows, and without
|
| 62 |
-
introducing a global `work_id`.
|
| 63 |
-
|
| 64 |
-
The August 28–29 fragment-sequence ingestion adds 19 creator-confirmed,
|
| 65 |
-
unchanged Framelapse source objects totaling 10,661,404,849 bytes and
|
| 66 |
-
2,089.745536 seconds of encoded playback. They represent four complete
|
| 67 |
-
sequences containing 10, 4, 2, and 3 contiguous recordings. Full packet-stream
|
| 68 |
-
demux passed for 19/19 files and decoded start/middle/end checks passed for
|
| 69 |
-
57/57 samples. All 19 ordinary SHA-256 values are unique. The files are stored
|
| 70 |
-
as landscape HEVC without audio; their literal
|
| 71 |
-
`com.android.capture.fps=5.000000` header value is not used to infer real
|
| 72 |
-
drawing time. No derivative is included.
|
| 73 |
-
|
| 74 |
-
## Result
|
| 75 |
-
|
| 76 |
-
**LOCAL STRUCTURAL AND IMMUTABLE-PR PASS — zero validation errors**
|
| 77 |
|
| 78 |
| Check | Result |
|
| 79 |
| --- | ---: |
|
|
|
|
|
|
|
|
|
|
| 80 |
| Active indexed rows | 532 |
|
| 81 |
-
| Canonical Standard
|
| 82 |
-
| Pre-Standard rows | 128 |
|
| 83 |
| Metadata columns per index | 29 |
|
| 84 |
-
| Unique
|
| 85 |
-
|
|
| 86 |
-
|
|
| 87 |
-
|
|
| 88 |
-
|
|
| 89 |
-
|
|
| 90 |
-
|
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
|
| 111 |
-
|
| 112 |
-
|
| 113 |
-
|
| 114 |
-
|
| 115 |
-
|
| 116 |
-
|
| 117 |
-
|
| 118 |
-
|
| 119 |
-
|
| 120 |
-
|
| 121 |
-
|
| 122 |
-
|
| 123 |
-
|
| 124 |
-
|
| 125 |
-
|
| 126 |
-
|
| 127 |
-
|
| 128 |
-
|
| 129 |
-
|
| 130 |
-
|
| 131 |
-
|
| 132 |
-
|
| 133 |
-
|
| 134 |
-
|
| 135 |
-
|
| 136 |
-
|
| 137 |
-
|
| 138 |
-
|
| 139 |
-
|
| 140 |
-
|
| 141 |
-
|
| 142 |
-
-
|
| 143 |
-
|
| 144 |
-
|
| 145 |
-
|
| 146 |
-
|
| 147 |
-
|
| 148 |
-
|
| 149 |
-
##
|
| 150 |
-
|
| 151 |
-
|
| 152 |
-
|
| 153 |
-
|
| 154 |
-
|
| 155 |
-
|
| 156 |
-
|
| 157 |
-
|
| 158 |
-
|
| 159 |
-
|
| 160 |
-
|
| 161 |
-
|
| 162 |
-
|
| 163 |
-
|
| 164 |
-
|
| 165 |
-
|
| 166 |
-
|
| 167 |
-
|
| 168 |
-
|
| 169 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 170 |
6. Most masters retain an audio stream. Stream presence does not establish
|
| 171 |
-
meaningful signal
|
| 172 |
-
7. Encoded frame rate
|
| 173 |
-
|
| 174 |
-
|
| 175 |
-
9. Separate Hub configurations prevent tier mixing, but no leakage-safe
|
| 176 |
-
train/validation/test partition has been defined. The dated
|
| 177 |
-
`fragment_set_label` is not a global `work_id`, so no work-level split is
|
| 178 |
-
currently possible.
|
| 179 |
|
| 180 |
## Reproduction
|
| 181 |
|
| 182 |
-
Validate both active indexes:
|
| 183 |
|
| 184 |
```bash
|
| 185 |
python tools/validate_metadata.py metadata.csv \
|
| 186 |
--pre-standard-metadata Pre_Standard_Time_Lapses/metadata.csv
|
| 187 |
```
|
| 188 |
|
| 189 |
-
For the strongest
|
| 190 |
-
|
| 191 |
|
| 192 |
```bash
|
| 193 |
-
curl --fail --location \
|
| 194 |
-
--output repo_api_blobs.json \
|
| 195 |
-
"https://huggingface.co/api/datasets/maxwellinked/time-lapse-artifacts/revision/<40-hex-commit>?blobs=true"
|
| 196 |
-
|
| 197 |
python tools/capture_hub_inventory.py \
|
| 198 |
--repo-json repo_api_blobs.json \
|
| 199 |
--repo-id maxwellinked/time-lapse-artifacts \
|
| 200 |
--revision "<40-hex-commit>" \
|
| 201 |
-
--output repo_inventory_xet.json
|
| 202 |
-
|
| 203 |
-
|
| 204 |
-
The helper also fetches the small root `metadata.csv` at that immutable
|
| 205 |
-
revision and records its exact SHA-256, byte size, and `X-Repo-Commit` receipt
|
| 206 |
-
under `validationFiles`. The relationship validator rejects a local metadata
|
| 207 |
-
file whose bytes do not match that receipt.
|
| 208 |
-
|
| 209 |
-
Then validate paths, Xet identities, and exact byte sizes together:
|
| 210 |
|
| 211 |
-
```bash
|
| 212 |
python tools/validate_metadata.py metadata.csv \
|
| 213 |
--pre-standard-metadata Pre_Standard_Time_Lapses/metadata.csv \
|
| 214 |
--repo-inventory-json repo_inventory_xet.json
|
| 215 |
```
|
| 216 |
|
| 217 |
-
Validate
|
| 218 |
-
|
| 219 |
-
unique paths and identities, exact sizes, canonical `record_id` joins,
|
| 220 |
-
contiguous `RecNN` positions, set-local derivative sources when present, and
|
| 221 |
-
exclusion of nested derivatives from both active indexes and Viewer
|
| 222 |
-
configurations. The frozen August 27 sidecar and the canonical-only August 29
|
| 223 |
-
sidecar are validated separately against their own pinned inventories.
|
| 224 |
|
| 225 |
```bash
|
| 226 |
python tools/validate_fragment_relationships.py \
|
| 227 |
--relationships Standard_Time_Lapses/Provenance/2026-08-27/fragment_sequence_relationships.csv \
|
| 228 |
-
--metadata metadata.csv
|
| 229 |
-
--repo-inventory-json repo_inventory_xet.json
|
| 230 |
-
```
|
| 231 |
-
|
| 232 |
-
The inventory-binding regression suite is self-contained and performs no Hub
|
| 233 |
-
writes:
|
| 234 |
|
| 235 |
-
|
| 236 |
-
|
|
|
|
| 237 |
```
|
| 238 |
|
| 239 |
-
|
| 240 |
-
|
| 241 |
-
independently verify hashes or byte sizes.
|
| 242 |
-
|
| 243 |
-
Use `--viewer-json` only with a Viewer snapshot produced from the same
|
| 244 |
-
repository revision and configuration under review.
|
| 245 |
-
|
| 246 |
-
The Pre-Standard technical enrichment is reproducible from a pinned Hub API
|
| 247 |
-
response containing `siblings` with LFS metadata and an FFmpeg executable:
|
| 248 |
|
| 249 |
```bash
|
| 250 |
-
|
| 251 |
-
--
|
| 252 |
-
--
|
| 253 |
-
--
|
| 254 |
-
|
| 255 |
-
|
| 256 |
-
--
|
|
|
|
|
|
|
| 257 |
```
|
| 258 |
|
| 259 |
-
|
| 260 |
-
|
| 261 |
-
|
| 262 |
-
The canonical v0.2 index remains reproducible from its pinned 335-row source
|
| 263 |
-
plus the three audited additions:
|
| 264 |
-
|
| 265 |
-
```bash
|
| 266 |
-
python tools/repair_metadata.py source_metadata.csv metadata.csv \
|
| 267 |
-
--additions tools/metadata_additions_v0.2.csv
|
| 268 |
-
```
|
|
|
|
| 1 |
# Validation Report
|
| 2 |
|
| 3 |
+
## Scope and publication boundary
|
| 4 |
+
|
| 5 |
+
This consolidation candidate is based on exact Hub `main` revision
|
| 6 |
+
`62891506283585abc76a68dd044eaed1d55d7ab5`. It does not change any video,
|
| 7 |
+
active metadata row, `record_id`, Xet identity, or acquisition-protocol value.
|
| 8 |
+
It tightens relationship validation, corrects nine mechanically inconsistent
|
| 9 |
+
physical-reference `hash_state` values, and reduces documentation drift.
|
| 10 |
+
|
| 11 |
+
The candidate has not been published by this report. The active-index receipt
|
| 12 |
+
below binds the unchanged indexes and media to the base revision. Before any
|
| 13 |
+
publication or tag, rerun the same checks against the exact pull-request head
|
| 14 |
+
and confirm the settled Viewer.
|
| 15 |
+
|
| 16 |
+
## Current-head active-index receipt
|
| 17 |
+
|
| 18 |
+
**PINNED REMOTE-INVENTORY PASS — zero validation errors**
|
| 19 |
+
|
| 20 |
+
The repository inventory was captured from the Hub API and immutable resolve
|
| 21 |
+
headers at the base revision. `tools/validate_metadata.py` then checked both
|
| 22 |
+
active indexes against that inventory.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
| Check | Result |
|
| 25 |
| --- | ---: |
|
| 26 |
+
| Hub base revision | `62891506283585abc76a68dd044eaed1d55d7ab5` |
|
| 27 |
+
| Root `metadata.csv` | 227,640 bytes; SHA-256 `5148753aa9f109996a26b4b60f21a403eba16d96042f795a12511798bb1ed4f0` |
|
| 28 |
+
| Pre-Standard `metadata.csv` | 37,361 bytes; SHA-256 `15de8b2c97a8c463dd279054ab0ce3894caa6602f3b72f8025d32511746c3630` |
|
| 29 |
| Active indexed rows | 532 |
|
| 30 |
+
| Canonical Standard / Pre-Standard | 404 / 128 |
|
|
|
|
| 31 |
| Metadata columns per index | 29 |
|
| 32 |
+
| Unique `record_id` / nonblank Xet identities | 532 / 532 |
|
| 33 |
+
| Direct Standard / Pre-Standard MP4 files | 404 / 128 |
|
| 34 |
+
| Nested noncanonical provenance MP4 files | 5 |
|
| 35 |
+
| Missing indexed targets | 0 |
|
| 36 |
+
| Unindexed direct active-tier MP4 files | 0 |
|
| 37 |
+
| Metadata-to-Hub size mismatches | 0 |
|
| 38 |
+
| Metadata-to-Hub Xet mismatches | 0 |
|
| 39 |
+
|
| 40 |
+
Indexed video totals remain 2,030,832,764,048 bytes (2.031 TB decimal) and
|
| 41 |
+
54.170 encoded playback hours. Encoded playback time is not real drawing time.
|
| 42 |
+
|
| 43 |
+
The settled Dataset Viewer reports `canonical/archive` with 404 rows and
|
| 44 |
+
`pre_standard/archive` with 128 rows, 29 columns in each configuration, and no
|
| 45 |
+
pending or failed jobs. Preview, Viewer, search, and filter are valid. The
|
| 46 |
+
separate Statistics surface is unavailable and is not used as evidence of
|
| 47 |
+
row-level completeness.
|
| 48 |
+
|
| 49 |
+
## Relationship validation
|
| 50 |
+
|
| 51 |
+
### Fragment sequences
|
| 52 |
+
|
| 53 |
+
Both dated sidecars pass current structural and metadata-join validation:
|
| 54 |
+
|
| 55 |
+
| Sidecar | Canonical fragments | Derivatives | Sets | Result |
|
| 56 |
+
| --- | ---: | ---: | ---: | --- |
|
| 57 |
+
| `2026-08-27` | 22 | 5 | 5 | zero errors |
|
| 58 |
+
| `2026-08-29` | 19 | 0 | 4 | zero errors |
|
| 59 |
+
|
| 60 |
+
The validator now compares canonical byte sizes with joined metadata and emits
|
| 61 |
+
an explicit verification level. These runs used current metadata without a
|
| 62 |
+
same-revision remote inventory, so they correctly report
|
| 63 |
+
`structural_and_metadata_only` and `inventory_binding_checked: false`.
|
| 64 |
+
Historical pinned-inventory receipts remain in the dated sidecar READMEs.
|
| 65 |
+
|
| 66 |
+
`owner_confirmed_complete` describes the retained canonical source sequence's
|
| 67 |
+
membership and order. It does not independently establish gapless real-world
|
| 68 |
+
capture, real drawing time, or permanent physical-work completion.
|
| 69 |
+
|
| 70 |
+
### Physical references
|
| 71 |
+
|
| 72 |
+
The physical-reference sidecar passes its dedicated validator against the
|
| 73 |
+
exact 363-row source metadata at revision
|
| 74 |
+
`ba7e7903901767f2d5a4367d7ae22c2546366d6d`:
|
| 75 |
+
|
| 76 |
+
| Check | Result |
|
| 77 |
+
| --- | ---: |
|
| 78 |
+
| Source metadata receipt | 190,250 bytes; SHA-256 `2062d1ed0ae83a54cac501e1dfcc23bc6cff087d43fd1242fdd19f3028f3d30d` |
|
| 79 |
+
| Sidecar receipt | 346,794 bytes; SHA-256 `5f3e1ed6c484853cd6df8722e3916b111fc280a1e02a4f9272c0566172821c3a` |
|
| 80 |
+
| Relationship rows / columns | 309 / 32 |
|
| 81 |
+
| Unique `reference_id` / `record_id` | 309 / 309 |
|
| 82 |
+
| Endpoint photographs | 52 |
|
| 83 |
+
| Owner-confirmed record references | 232 |
|
| 84 |
+
| Two-sided work references | 24 |
|
| 85 |
+
| Longitudinal continuations | 1 |
|
| 86 |
+
| Structural, join, hash-state, and manifest errors | 0 |
|
| 87 |
+
|
| 88 |
+
Nine rows previously said `front_and_paired_hashes_verified` while their paired
|
| 89 |
+
filename and paired hash were blank. They now use the mechanically accurate
|
| 90 |
+
front-only ledger state. No photograph pairing, endpoint, date, material, or
|
| 91 |
+
owner evidence was reinterpreted.
|
| 92 |
+
|
| 93 |
+
The photographs remain local evidence and are not bundled. This validation
|
| 94 |
+
checks internal consistency and exact historical metadata joins; it is not
|
| 95 |
+
visual authentication of absent media.
|
| 96 |
+
|
| 97 |
+
## Regression tests
|
| 98 |
+
|
| 99 |
+
The dependency-free suites currently run 18 tests covering repository receipt
|
| 100 |
+
binding, fragment-size joins and verification levels, and physical-reference
|
| 101 |
+
identity, hash-state, pairing, manifest, and metadata-join failures.
|
| 102 |
+
|
| 103 |
+
```bash
|
| 104 |
+
python -m unittest discover -s tools -p "test_*.py"
|
| 105 |
+
```
|
| 106 |
+
|
| 107 |
+
Result: **18/18 passed**.
|
| 108 |
+
|
| 109 |
+
## Outstanding curator questions and limitations
|
| 110 |
+
|
| 111 |
+
These remain explicit; validation must not guess their answers:
|
| 112 |
+
|
| 113 |
+
1. Fifteen canonical 30×40 rows use `support = Paper`, while
|
| 114 |
+
`Archive_Specifications.md` documents the standard 30×40 support as
|
| 115 |
+
Illustration Board.
|
| 116 |
+
2. Five Pre-Standard records retain `time = 00:00` while their finish date is
|
| 117 |
+
partial or unknown. Confirm documented midnight or normalize to unknown.
|
| 118 |
+
3. Two Pre-Standard rows retain incomplete material fields.
|
| 119 |
+
4. Twenty-seven physical-reference rows retain explicit conflict evidence.
|
| 120 |
+
Conflict language is an adjudication queue, not proof that 27 canonical
|
| 121 |
+
timestamps are wrong.
|
| 122 |
+
5. Three Standard records are explicitly documented shortened derivatives,
|
| 123 |
+
not full-duration masters.
|
| 124 |
6. Most masters retain an audio stream. Stream presence does not establish
|
| 125 |
+
meaningful signal; rights and privacy review remain necessary.
|
| 126 |
+
7. Encoded frame rate and playback duration cannot recover real drawing time.
|
| 127 |
+
8. The 2012–2016 archive has no public video payload in this release.
|
| 128 |
+
9. No official train/validation/test partition or global `work_id` exists.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 129 |
|
| 130 |
## Reproduction
|
| 131 |
|
| 132 |
+
Validate both active indexes locally:
|
| 133 |
|
| 134 |
```bash
|
| 135 |
python tools/validate_metadata.py metadata.csv \
|
| 136 |
--pre-standard-metadata Pre_Standard_Time_Lapses/metadata.csv
|
| 137 |
```
|
| 138 |
|
| 139 |
+
For the strongest active-index check, capture an inventory at one immutable
|
| 140 |
+
revision, including exact receipts for both metadata files:
|
| 141 |
|
| 142 |
```bash
|
|
|
|
|
|
|
|
|
|
|
|
|
| 143 |
python tools/capture_hub_inventory.py \
|
| 144 |
--repo-json repo_api_blobs.json \
|
| 145 |
--repo-id maxwellinked/time-lapse-artifacts \
|
| 146 |
--revision "<40-hex-commit>" \
|
| 147 |
+
--output repo_inventory_xet.json \
|
| 148 |
+
--validation-file metadata.csv \
|
| 149 |
+
--validation-file Pre_Standard_Time_Lapses/metadata.csv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 150 |
|
|
|
|
| 151 |
python tools/validate_metadata.py metadata.csv \
|
| 152 |
--pre-standard-metadata Pre_Standard_Time_Lapses/metadata.csv \
|
| 153 |
--repo-inventory-json repo_inventory_xet.json
|
| 154 |
```
|
| 155 |
|
| 156 |
+
Validate the dated fragment sidecars separately because each preserves its own
|
| 157 |
+
source revision:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 158 |
|
| 159 |
```bash
|
| 160 |
python tools/validate_fragment_relationships.py \
|
| 161 |
--relationships Standard_Time_Lapses/Provenance/2026-08-27/fragment_sequence_relationships.csv \
|
| 162 |
+
--metadata metadata.csv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 163 |
|
| 164 |
+
python tools/validate_fragment_relationships.py \
|
| 165 |
+
--relationships Standard_Time_Lapses/Provenance/2026-08-29/fragment_sequence_relationships.csv \
|
| 166 |
+
--metadata metadata.csv
|
| 167 |
```
|
| 168 |
|
| 169 |
+
Retrieve the exact historical metadata bound by the physical-reference
|
| 170 |
+
manifest, then validate the sidecar:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 171 |
|
| 172 |
```bash
|
| 173 |
+
hf download maxwellinked/time-lapse-artifacts metadata.csv \
|
| 174 |
+
--type dataset \
|
| 175 |
+
--revision ba7e7903901767f2d5a4367d7ae22c2546366d6d \
|
| 176 |
+
--local-dir physical-reference-source
|
| 177 |
+
|
| 178 |
+
python tools/validate_physical_references.py \
|
| 179 |
+
--references Physical_References/endpoint_references.csv \
|
| 180 |
+
--metadata physical-reference-source/metadata.csv \
|
| 181 |
+
--manifest Physical_References/MANIFEST.json
|
| 182 |
```
|
| 183 |
|
| 184 |
+
Always record the exact repository revision. A moving branch is not a
|
| 185 |
+
reproducible identity receipt.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
VIEWER_MIGRATION.md
CHANGED
|
@@ -1,65 +1,28 @@
|
|
| 1 |
-
# Dataset Viewer
|
| 2 |
|
| 3 |
-
##
|
| 4 |
|
| 5 |
-
|
| 6 |
-
users do not mistake different acquisition/documentation eras for an official
|
| 7 |
-
machine-learning split.
|
| 8 |
|
| 9 |
-
|
|
|
|
| 10 |
|
| 11 |
-
|
|
|
|
| 12 |
|
| 13 |
-
|
| 14 |
-
|
|
|
|
| 15 |
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
videos cannot enter the canonical Viewer accidentally.
|
| 19 |
|
| 20 |
-
|
| 21 |
-
27-row, 15-field relationship sidecar and five nested noncanonical InShot
|
| 22 |
-
derivatives. Neither the sidecar nor those derivative payloads define a Viewer
|
| 23 |
-
configuration or contribute to the 513 active rows.
|
| 24 |
|
| 25 |
-
|
| 26 |
-
configs:
|
| 27 |
-
- config_name: canonical
|
| 28 |
-
default: true
|
| 29 |
-
data_files:
|
| 30 |
-
- split: archive
|
| 31 |
-
path:
|
| 32 |
-
- metadata.csv
|
| 33 |
-
- Standard_Time_Lapses/*.mp4
|
| 34 |
-
- config_name: pre_standard
|
| 35 |
-
data_files:
|
| 36 |
-
- split: archive
|
| 37 |
-
path:
|
| 38 |
-
- Pre_Standard_Time_Lapses/metadata.csv
|
| 39 |
-
- Pre_Standard_Time_Lapses/*.mp4
|
| 40 |
-
```
|
| 41 |
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
## Merge criteria
|
| 48 |
-
|
| 49 |
-
Merge only after the pull-request preview confirms:
|
| 50 |
-
|
| 51 |
-
1. `canonical/archive` contains exactly 385 rows.
|
| 52 |
-
2. `pre_standard/archive` contains exactly 128 rows.
|
| 53 |
-
3. No provenance video, including the five dated InShot derivatives, is
|
| 54 |
-
present in either configuration.
|
| 55 |
-
4. Every expected row contains its metadata.
|
| 56 |
-
5. Stored dimensions and byte sizes load as integers.
|
| 57 |
-
6. `has_audio` loads as a boolean.
|
| 58 |
-
7. Generated Parquet artifacts succeed for both configurations.
|
| 59 |
-
8. The 27 relationship rows resolve against the exact immutable
|
| 60 |
-
`source_hub_revision`, while remaining outside both Viewer configurations.
|
| 61 |
-
|
| 62 |
-
## Split terminology
|
| 63 |
-
|
| 64 |
-
`archive` describes repository membership. It is not a training or evaluation
|
| 65 |
-
recommendation. No official train/validation/test partition exists.
|
|
|
|
| 1 |
+
# Dataset Viewer Configuration
|
| 2 |
|
| 3 |
+
## Active state
|
| 4 |
|
| 5 |
+
At revision `62891506283585abc76a68dd044eaed1d55d7ab5`:
|
|
|
|
|
|
|
| 6 |
|
| 7 |
+
- `canonical/archive` — default; 404 Standard video rows
|
| 8 |
+
- `pre_standard/archive` — 128 Pre-Standard video rows
|
| 9 |
|
| 10 |
+
Each Viewer row represents one published video object. It does not necessarily
|
| 11 |
+
represent one drawing, session, or complete process.
|
| 12 |
|
| 13 |
+
Both configurations use the same declared 29-field schema and direct-file
|
| 14 |
+
paths. Provenance subtrees, relationship sidecars, and noncanonical derivatives
|
| 15 |
+
remain outside the Viewer.
|
| 16 |
|
| 17 |
+
The split name `archive` means repository membership. It is not a training,
|
| 18 |
+
validation, or evaluation recommendation.
|
|
|
|
| 19 |
|
| 20 |
+
## Verification on change
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
+
Confirm that:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
+
1. Viewer counts equal the active CSV rows and indexed direct MP4 files.
|
| 25 |
+
2. No `Standard_Time_Lapses/Provenance/` path appears in either configuration.
|
| 26 |
+
3. Both configurations retain identical declared field types.
|
| 27 |
+
4. Generated Parquet artifacts succeed for both configurations.
|
| 28 |
+
5. Unknown values remain null rather than zero or false.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tools/test_fragment_relationships.py
ADDED
|
@@ -0,0 +1,198 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/usr/bin/env python3
|
| 2 |
+
"""Focused regression tests for fragment relationship validation boundaries."""
|
| 3 |
+
|
| 4 |
+
from __future__ import annotations
|
| 5 |
+
|
| 6 |
+
import csv
|
| 7 |
+
import hashlib
|
| 8 |
+
import json
|
| 9 |
+
import subprocess
|
| 10 |
+
import sys
|
| 11 |
+
import tempfile
|
| 12 |
+
import unittest
|
| 13 |
+
from pathlib import Path
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
TOOLS = Path(__file__).resolve().parent
|
| 17 |
+
VALIDATOR = TOOLS / "validate_fragment_relationships.py"
|
| 18 |
+
REVISION = "a" * 40
|
| 19 |
+
FILE_PATH = (
|
| 20 |
+
"Standard_Time_Lapses/"
|
| 21 |
+
"2026-08-29.0716.BallpointPen.Ink.Paper.9x12.Rec01.mp4"
|
| 22 |
+
)
|
| 23 |
+
RECORD_ID = "tla-0000000000000001"
|
| 24 |
+
SHA256 = hashlib.sha256(b"ordinary-file-bytes").hexdigest()
|
| 25 |
+
XET_HASH = hashlib.sha256(b"xet-identity").hexdigest()
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
class FragmentRelationshipValidatorTests(unittest.TestCase):
|
| 29 |
+
def write_fixture(
|
| 30 |
+
self,
|
| 31 |
+
root: Path,
|
| 32 |
+
*,
|
| 33 |
+
metadata_size: int = 1234,
|
| 34 |
+
relationship_size: int = 1234,
|
| 35 |
+
) -> tuple[Path, Path, Path]:
|
| 36 |
+
metadata_path = root / "metadata.csv"
|
| 37 |
+
relationships_path = root / "relationships.csv"
|
| 38 |
+
inventory_path = root / "inventory.json"
|
| 39 |
+
|
| 40 |
+
with metadata_path.open("w", encoding="utf-8", newline="") as handle:
|
| 41 |
+
writer = csv.DictWriter(
|
| 42 |
+
handle,
|
| 43 |
+
fieldnames=[
|
| 44 |
+
"file_name",
|
| 45 |
+
"record_id",
|
| 46 |
+
"hub_xet_hash",
|
| 47 |
+
"size_bytes",
|
| 48 |
+
],
|
| 49 |
+
lineterminator="\n",
|
| 50 |
+
)
|
| 51 |
+
writer.writeheader()
|
| 52 |
+
writer.writerow(
|
| 53 |
+
{
|
| 54 |
+
"file_name": FILE_PATH,
|
| 55 |
+
"record_id": RECORD_ID,
|
| 56 |
+
"hub_xet_hash": XET_HASH,
|
| 57 |
+
"size_bytes": str(metadata_size),
|
| 58 |
+
}
|
| 59 |
+
)
|
| 60 |
+
|
| 61 |
+
with relationships_path.open("w", encoding="utf-8", newline="") as handle:
|
| 62 |
+
writer = csv.DictWriter(
|
| 63 |
+
handle,
|
| 64 |
+
fieldnames=[
|
| 65 |
+
"fragment_set_label",
|
| 66 |
+
"object_role",
|
| 67 |
+
"record_id",
|
| 68 |
+
"file_path",
|
| 69 |
+
"sha256",
|
| 70 |
+
"hub_xet_hash",
|
| 71 |
+
"size_bytes",
|
| 72 |
+
"sequence_position",
|
| 73 |
+
"sequence_count",
|
| 74 |
+
"sequence_completeness",
|
| 75 |
+
"source_record_ids",
|
| 76 |
+
"derivative_coverage",
|
| 77 |
+
"evidence_state",
|
| 78 |
+
"source_hub_revision",
|
| 79 |
+
"notes",
|
| 80 |
+
],
|
| 81 |
+
lineterminator="\n",
|
| 82 |
+
)
|
| 83 |
+
writer.writeheader()
|
| 84 |
+
writer.writerow(
|
| 85 |
+
{
|
| 86 |
+
"fragment_set_label": (
|
| 87 |
+
"2026-08-29.0716.BallpointPen.Ink.Paper.9x12"
|
| 88 |
+
),
|
| 89 |
+
"object_role": "canonical_fragment",
|
| 90 |
+
"record_id": RECORD_ID,
|
| 91 |
+
"file_path": FILE_PATH,
|
| 92 |
+
"sha256": SHA256,
|
| 93 |
+
"hub_xet_hash": XET_HASH,
|
| 94 |
+
"size_bytes": str(relationship_size),
|
| 95 |
+
"sequence_position": "1",
|
| 96 |
+
"sequence_count": "1",
|
| 97 |
+
"sequence_completeness": "owner_confirmed_complete",
|
| 98 |
+
"source_record_ids": "",
|
| 99 |
+
"derivative_coverage": "",
|
| 100 |
+
"evidence_state": (
|
| 101 |
+
"owner-confirmed; checksum-computed; media-probed; "
|
| 102 |
+
"demux-verified; sampled-decode-verified"
|
| 103 |
+
),
|
| 104 |
+
"source_hub_revision": REVISION,
|
| 105 |
+
"notes": "",
|
| 106 |
+
}
|
| 107 |
+
)
|
| 108 |
+
|
| 109 |
+
metadata_bytes = metadata_path.read_bytes()
|
| 110 |
+
inventory = {
|
| 111 |
+
"sha": REVISION,
|
| 112 |
+
"siblings": [
|
| 113 |
+
{
|
| 114 |
+
"rfilename": FILE_PATH,
|
| 115 |
+
"size": relationship_size,
|
| 116 |
+
"lfs": {
|
| 117 |
+
"size": relationship_size,
|
| 118 |
+
"sha256": SHA256,
|
| 119 |
+
},
|
| 120 |
+
"xetHash": XET_HASH,
|
| 121 |
+
"repoCommit": REVISION,
|
| 122 |
+
}
|
| 123 |
+
],
|
| 124 |
+
"validationFiles": {
|
| 125 |
+
"metadata.csv": {
|
| 126 |
+
"sha256": hashlib.sha256(metadata_bytes).hexdigest(),
|
| 127 |
+
"size": len(metadata_bytes),
|
| 128 |
+
"repoCommit": REVISION,
|
| 129 |
+
}
|
| 130 |
+
},
|
| 131 |
+
}
|
| 132 |
+
inventory_path.write_text(json.dumps(inventory), encoding="utf-8")
|
| 133 |
+
return relationships_path, metadata_path, inventory_path
|
| 134 |
+
|
| 135 |
+
def run_validator(
|
| 136 |
+
self,
|
| 137 |
+
relationships_path: Path,
|
| 138 |
+
metadata_path: Path,
|
| 139 |
+
inventory_path: Path | None = None,
|
| 140 |
+
) -> subprocess.CompletedProcess[str]:
|
| 141 |
+
command = [
|
| 142 |
+
sys.executable,
|
| 143 |
+
str(VALIDATOR),
|
| 144 |
+
"--relationships",
|
| 145 |
+
str(relationships_path),
|
| 146 |
+
"--metadata",
|
| 147 |
+
str(metadata_path),
|
| 148 |
+
]
|
| 149 |
+
if inventory_path is not None:
|
| 150 |
+
command.extend(["--repo-inventory-json", str(inventory_path)])
|
| 151 |
+
return subprocess.run(
|
| 152 |
+
command,
|
| 153 |
+
check=False,
|
| 154 |
+
capture_output=True,
|
| 155 |
+
text=True,
|
| 156 |
+
encoding="utf-8",
|
| 157 |
+
)
|
| 158 |
+
|
| 159 |
+
def test_canonical_size_mismatch_is_rejected(self) -> None:
|
| 160 |
+
with tempfile.TemporaryDirectory(prefix="tla-size-test-") as temp_dir:
|
| 161 |
+
relationships, metadata, _inventory = self.write_fixture(
|
| 162 |
+
Path(temp_dir),
|
| 163 |
+
metadata_size=1235,
|
| 164 |
+
relationship_size=1234,
|
| 165 |
+
)
|
| 166 |
+
completed = self.run_validator(relationships, metadata)
|
| 167 |
+
|
| 168 |
+
self.assertNotEqual(completed.returncode, 0)
|
| 169 |
+
summary = json.loads(completed.stdout)
|
| 170 |
+
self.assertTrue(
|
| 171 |
+
any("canonical size_bytes differs" in error for error in summary["errors"])
|
| 172 |
+
)
|
| 173 |
+
|
| 174 |
+
def test_summary_distinguishes_inventory_binding(self) -> None:
|
| 175 |
+
with tempfile.TemporaryDirectory(prefix="tla-level-test-") as temp_dir:
|
| 176 |
+
relationships, metadata, inventory = self.write_fixture(Path(temp_dir))
|
| 177 |
+
structural = self.run_validator(relationships, metadata)
|
| 178 |
+
pinned = self.run_validator(relationships, metadata, inventory)
|
| 179 |
+
|
| 180 |
+
self.assertEqual(structural.returncode, 0, structural.stdout + structural.stderr)
|
| 181 |
+
structural_summary = json.loads(structural.stdout)
|
| 182 |
+
self.assertEqual(
|
| 183 |
+
structural_summary["verification_level"],
|
| 184 |
+
"structural_and_metadata_only",
|
| 185 |
+
)
|
| 186 |
+
self.assertIs(structural_summary["inventory_binding_checked"], False)
|
| 187 |
+
|
| 188 |
+
self.assertEqual(pinned.returncode, 0, pinned.stdout + pinned.stderr)
|
| 189 |
+
pinned_summary = json.loads(pinned.stdout)
|
| 190 |
+
self.assertEqual(
|
| 191 |
+
pinned_summary["verification_level"],
|
| 192 |
+
"pinned_repository_inventory",
|
| 193 |
+
)
|
| 194 |
+
self.assertIs(pinned_summary["inventory_binding_checked"], True)
|
| 195 |
+
|
| 196 |
+
|
| 197 |
+
if __name__ == "__main__":
|
| 198 |
+
unittest.main()
|
tools/test_physical_references.py
ADDED
|
@@ -0,0 +1,404 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/usr/bin/env python3
|
| 2 |
+
"""Dependency-free regression tests for the physical-reference validator."""
|
| 3 |
+
|
| 4 |
+
from __future__ import annotations
|
| 5 |
+
|
| 6 |
+
import csv
|
| 7 |
+
import hashlib
|
| 8 |
+
import importlib.util
|
| 9 |
+
import json
|
| 10 |
+
import subprocess
|
| 11 |
+
import sys
|
| 12 |
+
import tempfile
|
| 13 |
+
import unittest
|
| 14 |
+
from pathlib import Path
|
| 15 |
+
from types import ModuleType
|
| 16 |
+
from typing import Callable
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
TOOLS = Path(__file__).resolve().parent
|
| 20 |
+
REVISION = "a" * 40
|
| 21 |
+
CURRENT_CONTRADICTION_IDS = (
|
| 22 |
+
"tlar-eba9ada38b3d1676",
|
| 23 |
+
"tlar-353ff0c91a613441",
|
| 24 |
+
"tlar-13d1ae18a80b2c95",
|
| 25 |
+
"tlar-dd4ebf763866d451",
|
| 26 |
+
"tlar-2f1c985e929bda8c",
|
| 27 |
+
"tlar-1a29557234500c2a",
|
| 28 |
+
"tlar-c0555cf3d60eef5a",
|
| 29 |
+
"tlar-59cacee4e73aa89d",
|
| 30 |
+
"tlar-d855108ab1200e88",
|
| 31 |
+
)
|
| 32 |
+
METADATA_FIELDS = [
|
| 33 |
+
"file_name",
|
| 34 |
+
"record_id",
|
| 35 |
+
"collection_tier",
|
| 36 |
+
"is_canonical",
|
| 37 |
+
"date",
|
| 38 |
+
"time",
|
| 39 |
+
"dimensions",
|
| 40 |
+
"tool",
|
| 41 |
+
"medium",
|
| 42 |
+
"support",
|
| 43 |
+
]
|
| 44 |
+
|
| 45 |
+
|
| 46 |
+
def load_module(name: str, path: Path) -> ModuleType:
|
| 47 |
+
spec = importlib.util.spec_from_file_location(name, path)
|
| 48 |
+
if spec is None or spec.loader is None:
|
| 49 |
+
raise RuntimeError(f"unable to load {path}")
|
| 50 |
+
module = importlib.util.module_from_spec(spec)
|
| 51 |
+
spec.loader.exec_module(module)
|
| 52 |
+
return module
|
| 53 |
+
|
| 54 |
+
|
| 55 |
+
validator = load_module(
|
| 56 |
+
"validate_physical_references",
|
| 57 |
+
TOOLS / "validate_physical_references.py",
|
| 58 |
+
)
|
| 59 |
+
|
| 60 |
+
|
| 61 |
+
def write_csv(path: Path, fields: list[str], rows: list[dict[str, str]]) -> None:
|
| 62 |
+
with path.open("w", encoding="utf-8", newline="") as handle:
|
| 63 |
+
writer = csv.DictWriter(handle, fieldnames=fields, lineterminator="\n")
|
| 64 |
+
writer.writeheader()
|
| 65 |
+
writer.writerows(rows)
|
| 66 |
+
|
| 67 |
+
|
| 68 |
+
def build_fixture(
|
| 69 |
+
root: Path,
|
| 70 |
+
*,
|
| 71 |
+
contradictory_hash_states: bool,
|
| 72 |
+
) -> tuple[Path, Path, Path]:
|
| 73 |
+
references_path = root / "endpoint_references.csv"
|
| 74 |
+
metadata_path = root / "metadata.csv"
|
| 75 |
+
manifest_path = root / "MANIFEST.json"
|
| 76 |
+
metadata_rows: list[dict[str, str]] = []
|
| 77 |
+
reference_rows: list[dict[str, str]] = []
|
| 78 |
+
|
| 79 |
+
for index, reference_id in enumerate(CURRENT_CONTRADICTION_IDS, start=1):
|
| 80 |
+
record_id = f"tla-{index:016x}"
|
| 81 |
+
date = f"2025-01-{index:02d}"
|
| 82 |
+
file_name = (
|
| 83 |
+
f"Standard_Time_Lapses/{date}.1200."
|
| 84 |
+
"BallpointPen.Ink.Paper.9x12.mp4"
|
| 85 |
+
)
|
| 86 |
+
metadata_rows.append(
|
| 87 |
+
{
|
| 88 |
+
"file_name": file_name,
|
| 89 |
+
"record_id": record_id,
|
| 90 |
+
"collection_tier": "standard",
|
| 91 |
+
"is_canonical": "true",
|
| 92 |
+
"date": date,
|
| 93 |
+
"time": "12:00",
|
| 94 |
+
"dimensions": "9x12",
|
| 95 |
+
"tool": "BallpointPen",
|
| 96 |
+
"medium": "Ink",
|
| 97 |
+
"support": "Paper",
|
| 98 |
+
}
|
| 99 |
+
)
|
| 100 |
+
reference_rows.append(
|
| 101 |
+
{
|
| 102 |
+
"reference_id": reference_id,
|
| 103 |
+
"record_id": record_id,
|
| 104 |
+
"canonical_file_name": file_name,
|
| 105 |
+
"record_date": date,
|
| 106 |
+
"record_time": "12:00",
|
| 107 |
+
"dimensions": "9x12",
|
| 108 |
+
"tool": "BallpointPen",
|
| 109 |
+
"medium": "Ink",
|
| 110 |
+
"support": "Paper",
|
| 111 |
+
"source_hub_revision": REVISION,
|
| 112 |
+
"reference_image_filename": f"IMG_{1000 + index:04d}.DNG",
|
| 113 |
+
"reference_image_number": str(1000 + index),
|
| 114 |
+
"reference_image_role": "front",
|
| 115 |
+
"paired_image_filename": "",
|
| 116 |
+
"relationship_type": "owner_confirmed_record_reference",
|
| 117 |
+
"surface_scope": "front_surface",
|
| 118 |
+
"temporal_scope": (
|
| 119 |
+
"owner_confirmed_relationship_temporal_endpoint_"
|
| 120 |
+
"not_separately_encoded"
|
| 121 |
+
),
|
| 122 |
+
"endpoint_claim_state": "not_asserted_by_derived_layer",
|
| 123 |
+
"pairing_state": "paired_reference_unresolved",
|
| 124 |
+
"owner_confirmation_state": "owner_confirmed_record_link",
|
| 125 |
+
"evidence_state": "owner-confirmed-front-link;back-unresolved",
|
| 126 |
+
"owner_evidence": "fixture owner confirmation",
|
| 127 |
+
"paired_image_evidence": "fixture pair remains unresolved",
|
| 128 |
+
"reference_image_sha256": hashlib.sha256(
|
| 129 |
+
f"front:{reference_id}".encode("utf-8")
|
| 130 |
+
).hexdigest(),
|
| 131 |
+
"paired_image_sha256": "",
|
| 132 |
+
"hash_state": (
|
| 133 |
+
"front_and_paired_hashes_verified"
|
| 134 |
+
if contradictory_hash_states
|
| 135 |
+
else (
|
| 136 |
+
"front=verified_from_local_source_ledger;"
|
| 137 |
+
"paired=not_available_in_current_source_ledgers"
|
| 138 |
+
)
|
| 139 |
+
),
|
| 140 |
+
"source_photo_collection": "fixture_owner_ledger",
|
| 141 |
+
"reference_media_availability": (
|
| 142 |
+
"local_evidence_only_not_bundled_v0.1"
|
| 143 |
+
),
|
| 144 |
+
"proposed_reference_repo_path": "",
|
| 145 |
+
"proposed_paired_repo_path": "",
|
| 146 |
+
"machine_use_scope": (
|
| 147 |
+
"record_retrieval_and_alignment_exact_temporal_endpoint_"
|
| 148 |
+
"not_claimed"
|
| 149 |
+
),
|
| 150 |
+
"caution": "Fixture record link; no exact temporal claim.",
|
| 151 |
+
}
|
| 152 |
+
)
|
| 153 |
+
|
| 154 |
+
write_csv(metadata_path, METADATA_FIELDS, metadata_rows)
|
| 155 |
+
write_csv(references_path, validator.FIELDS, reference_rows)
|
| 156 |
+
metadata_bytes = metadata_path.read_bytes()
|
| 157 |
+
manifest = {
|
| 158 |
+
"layer_name": "physical-reference-relationships-v0.1",
|
| 159 |
+
"source_hub_revision": REVISION,
|
| 160 |
+
"canonical_metadata_path": "metadata.csv",
|
| 161 |
+
"sidecar_path": "Physical_References/endpoint_references.csv",
|
| 162 |
+
"sidecar_sha256": hashlib.sha256(references_path.read_bytes()).hexdigest(),
|
| 163 |
+
"canonical_schema_field_count": len(METADATA_FIELDS),
|
| 164 |
+
"record_identity": "record_id",
|
| 165 |
+
"reference_identity": "reference_id",
|
| 166 |
+
"reference_media_bundled": False,
|
| 167 |
+
"internal_review_ledgers_bundled": False,
|
| 168 |
+
"source_metadata_sha256": hashlib.sha256(metadata_bytes).hexdigest(),
|
| 169 |
+
"source_metadata_size_bytes": len(metadata_bytes),
|
| 170 |
+
"counts": {
|
| 171 |
+
"standard_records_at_source_revision": len(metadata_rows),
|
| 172 |
+
"owner_confirmed_reference_links": len(reference_rows),
|
| 173 |
+
"standard_records_without_current_reference_link": 0,
|
| 174 |
+
"relationship_types": {
|
| 175 |
+
"owner_confirmed_record_reference": len(reference_rows),
|
| 176 |
+
},
|
| 177 |
+
"reference_image_hash_state": {
|
| 178 |
+
"missing": 0,
|
| 179 |
+
"present": len(reference_rows),
|
| 180 |
+
},
|
| 181 |
+
},
|
| 182 |
+
}
|
| 183 |
+
manifest_path.write_text(json.dumps(manifest), encoding="utf-8")
|
| 184 |
+
return references_path, metadata_path, manifest_path
|
| 185 |
+
|
| 186 |
+
|
| 187 |
+
def mutate_references(
|
| 188 |
+
references_path: Path,
|
| 189 |
+
manifest_path: Path,
|
| 190 |
+
mutation: Callable[[list[dict[str, str]]], None],
|
| 191 |
+
) -> None:
|
| 192 |
+
with references_path.open("r", encoding="utf-8", newline="") as handle:
|
| 193 |
+
rows = list(csv.DictReader(handle))
|
| 194 |
+
mutation(rows)
|
| 195 |
+
write_csv(references_path, validator.FIELDS, rows)
|
| 196 |
+
manifest = json.loads(manifest_path.read_text(encoding="utf-8"))
|
| 197 |
+
manifest["sidecar_sha256"] = hashlib.sha256(
|
| 198 |
+
references_path.read_bytes()
|
| 199 |
+
).hexdigest()
|
| 200 |
+
manifest_path.write_text(json.dumps(manifest), encoding="utf-8")
|
| 201 |
+
|
| 202 |
+
|
| 203 |
+
class PhysicalReferenceValidationTests(unittest.TestCase):
|
| 204 |
+
def test_fixture_models_exactly_nine_current_hash_state_contradictions(self) -> None:
|
| 205 |
+
with tempfile.TemporaryDirectory(prefix="tla-physical-current-") as temp_dir:
|
| 206 |
+
paths = build_fixture(
|
| 207 |
+
Path(temp_dir),
|
| 208 |
+
contradictory_hash_states=True,
|
| 209 |
+
)
|
| 210 |
+
report = validator.validate(*paths)
|
| 211 |
+
self.assertFalse(report["ok"])
|
| 212 |
+
self.assertEqual(len(report["errors"]), 9)
|
| 213 |
+
for reference_id in CURRENT_CONTRADICTION_IDS:
|
| 214 |
+
self.assertEqual(
|
| 215 |
+
sum(reference_id in error for error in report["errors"]),
|
| 216 |
+
1,
|
| 217 |
+
)
|
| 218 |
+
self.assertTrue(
|
| 219 |
+
all("hash_state" in error for error in report["errors"]),
|
| 220 |
+
report["errors"],
|
| 221 |
+
)
|
| 222 |
+
|
| 223 |
+
def test_mechanically_corrected_fixture_passes(self) -> None:
|
| 224 |
+
with tempfile.TemporaryDirectory(prefix="tla-physical-corrected-") as temp_dir:
|
| 225 |
+
paths = build_fixture(
|
| 226 |
+
Path(temp_dir),
|
| 227 |
+
contradictory_hash_states=False,
|
| 228 |
+
)
|
| 229 |
+
report = validator.validate(*paths)
|
| 230 |
+
self.assertTrue(report["ok"], report["errors"])
|
| 231 |
+
self.assertEqual(report["errors"], [])
|
| 232 |
+
self.assertEqual(report["warnings"], [])
|
| 233 |
+
|
| 234 |
+
def test_paired_hash_requires_paired_filename(self) -> None:
|
| 235 |
+
with tempfile.TemporaryDirectory(prefix="tla-physical-pair-hash-") as temp_dir:
|
| 236 |
+
references, metadata, manifest = build_fixture(
|
| 237 |
+
Path(temp_dir),
|
| 238 |
+
contradictory_hash_states=False,
|
| 239 |
+
)
|
| 240 |
+
|
| 241 |
+
def mutation(rows: list[dict[str, str]]) -> None:
|
| 242 |
+
rows[0]["paired_image_sha256"] = "b" * 64
|
| 243 |
+
rows[0]["hash_state"] = "front_and_paired_hashes_verified"
|
| 244 |
+
|
| 245 |
+
mutate_references(references, manifest, mutation)
|
| 246 |
+
report = validator.validate(references, metadata, manifest)
|
| 247 |
+
self.assertTrue(
|
| 248 |
+
any("paired hash requires paired filename" in e for e in report["errors"])
|
| 249 |
+
)
|
| 250 |
+
|
| 251 |
+
def test_pairing_state_must_follow_paired_filename_presence(self) -> None:
|
| 252 |
+
with tempfile.TemporaryDirectory(prefix="tla-physical-pair-state-") as temp_dir:
|
| 253 |
+
references, metadata, manifest = build_fixture(
|
| 254 |
+
Path(temp_dir),
|
| 255 |
+
contradictory_hash_states=False,
|
| 256 |
+
)
|
| 257 |
+
|
| 258 |
+
def mutation(rows: list[dict[str, str]]) -> None:
|
| 259 |
+
rows[0]["paired_image_filename"] = "IMG_2000.DNG"
|
| 260 |
+
|
| 261 |
+
mutate_references(references, manifest, mutation)
|
| 262 |
+
report = validator.validate(references, metadata, manifest)
|
| 263 |
+
self.assertTrue(
|
| 264 |
+
any("pairing_state conflicts" in e for e in report["errors"])
|
| 265 |
+
)
|
| 266 |
+
|
| 267 |
+
def test_copied_context_must_match_metadata(self) -> None:
|
| 268 |
+
with tempfile.TemporaryDirectory(prefix="tla-physical-context-") as temp_dir:
|
| 269 |
+
references, metadata, manifest = build_fixture(
|
| 270 |
+
Path(temp_dir),
|
| 271 |
+
contradictory_hash_states=False,
|
| 272 |
+
)
|
| 273 |
+
|
| 274 |
+
def mutation(rows: list[dict[str, str]]) -> None:
|
| 275 |
+
rows[0]["record_date"] = "2025-02-01"
|
| 276 |
+
|
| 277 |
+
mutate_references(references, manifest, mutation)
|
| 278 |
+
report = validator.validate(references, metadata, manifest)
|
| 279 |
+
self.assertTrue(
|
| 280 |
+
any("record_date differs from metadata date" in e for e in report["errors"])
|
| 281 |
+
)
|
| 282 |
+
|
| 283 |
+
def test_duplicate_identity_is_rejected(self) -> None:
|
| 284 |
+
with tempfile.TemporaryDirectory(prefix="tla-physical-duplicate-") as temp_dir:
|
| 285 |
+
references, metadata, manifest = build_fixture(
|
| 286 |
+
Path(temp_dir),
|
| 287 |
+
contradictory_hash_states=False,
|
| 288 |
+
)
|
| 289 |
+
|
| 290 |
+
def mutation(rows: list[dict[str, str]]) -> None:
|
| 291 |
+
rows[1]["reference_id"] = rows[0]["reference_id"]
|
| 292 |
+
|
| 293 |
+
mutate_references(references, manifest, mutation)
|
| 294 |
+
report = validator.validate(references, metadata, manifest)
|
| 295 |
+
self.assertTrue(
|
| 296 |
+
any("duplicate reference_id" in e for e in report["errors"])
|
| 297 |
+
)
|
| 298 |
+
|
| 299 |
+
def test_relationship_tuple_is_rejected_without_interpreting_evidence(self) -> None:
|
| 300 |
+
with tempfile.TemporaryDirectory(prefix="tla-physical-tuple-") as temp_dir:
|
| 301 |
+
references, metadata, manifest = build_fixture(
|
| 302 |
+
Path(temp_dir),
|
| 303 |
+
contradictory_hash_states=False,
|
| 304 |
+
)
|
| 305 |
+
|
| 306 |
+
def mutation(rows: list[dict[str, str]]) -> None:
|
| 307 |
+
rows[0]["endpoint_claim_state"] = (
|
| 308 |
+
"owner_confirmed_endpoint_photograph_link"
|
| 309 |
+
)
|
| 310 |
+
|
| 311 |
+
mutate_references(references, manifest, mutation)
|
| 312 |
+
report = validator.validate(references, metadata, manifest)
|
| 313 |
+
self.assertTrue(
|
| 314 |
+
any(
|
| 315 |
+
"endpoint_claim_state conflicts with relationship_type" in e
|
| 316 |
+
for e in report["errors"]
|
| 317 |
+
)
|
| 318 |
+
)
|
| 319 |
+
|
| 320 |
+
def test_local_only_media_cannot_claim_repository_path(self) -> None:
|
| 321 |
+
with tempfile.TemporaryDirectory(prefix="tla-physical-media-") as temp_dir:
|
| 322 |
+
references, metadata, manifest = build_fixture(
|
| 323 |
+
Path(temp_dir),
|
| 324 |
+
contradictory_hash_states=False,
|
| 325 |
+
)
|
| 326 |
+
|
| 327 |
+
def mutation(rows: list[dict[str, str]]) -> None:
|
| 328 |
+
rows[0]["proposed_reference_repo_path"] = "invented/IMG_1001.DNG"
|
| 329 |
+
|
| 330 |
+
mutate_references(references, manifest, mutation)
|
| 331 |
+
report = validator.validate(references, metadata, manifest)
|
| 332 |
+
self.assertTrue(
|
| 333 |
+
any("local-only reference" in e for e in report["errors"])
|
| 334 |
+
)
|
| 335 |
+
|
| 336 |
+
def test_manifest_sidecar_receipt_detects_byte_drift(self) -> None:
|
| 337 |
+
with tempfile.TemporaryDirectory(prefix="tla-physical-manifest-") as temp_dir:
|
| 338 |
+
references, metadata, manifest = build_fixture(
|
| 339 |
+
Path(temp_dir),
|
| 340 |
+
contradictory_hash_states=False,
|
| 341 |
+
)
|
| 342 |
+
references.write_bytes(references.read_bytes() + b"\n")
|
| 343 |
+
report = validator.validate(references, metadata, manifest)
|
| 344 |
+
self.assertTrue(
|
| 345 |
+
any("sidecar_sha256 differs" in e for e in report["errors"])
|
| 346 |
+
)
|
| 347 |
+
|
| 348 |
+
def test_source_metadata_receipt_detects_byte_drift(self) -> None:
|
| 349 |
+
with tempfile.TemporaryDirectory(prefix="tla-physical-metadata-") as temp_dir:
|
| 350 |
+
references, metadata, manifest = build_fixture(
|
| 351 |
+
Path(temp_dir),
|
| 352 |
+
contradictory_hash_states=False,
|
| 353 |
+
)
|
| 354 |
+
metadata.write_bytes(metadata.read_bytes() + b"\n")
|
| 355 |
+
report = validator.validate(references, metadata, manifest)
|
| 356 |
+
self.assertTrue(
|
| 357 |
+
any("source_metadata_sha256" in e for e in report["errors"])
|
| 358 |
+
)
|
| 359 |
+
self.assertTrue(
|
| 360 |
+
any("source_metadata_size_bytes" in e for e in report["errors"])
|
| 361 |
+
)
|
| 362 |
+
|
| 363 |
+
def test_cli_exit_code_follows_report(self) -> None:
|
| 364 |
+
with tempfile.TemporaryDirectory(prefix="tla-physical-cli-") as temp_dir:
|
| 365 |
+
references, metadata, manifest = build_fixture(
|
| 366 |
+
Path(temp_dir),
|
| 367 |
+
contradictory_hash_states=False,
|
| 368 |
+
)
|
| 369 |
+
command = [
|
| 370 |
+
sys.executable,
|
| 371 |
+
str(TOOLS / "validate_physical_references.py"),
|
| 372 |
+
"--references",
|
| 373 |
+
str(references),
|
| 374 |
+
"--metadata",
|
| 375 |
+
str(metadata),
|
| 376 |
+
"--manifest",
|
| 377 |
+
str(manifest),
|
| 378 |
+
]
|
| 379 |
+
completed = subprocess.run(
|
| 380 |
+
command,
|
| 381 |
+
check=False,
|
| 382 |
+
capture_output=True,
|
| 383 |
+
text=True,
|
| 384 |
+
encoding="utf-8",
|
| 385 |
+
)
|
| 386 |
+
self.assertEqual(completed.returncode, 0, completed.stdout + completed.stderr)
|
| 387 |
+
|
| 388 |
+
def mutation(rows: list[dict[str, str]]) -> None:
|
| 389 |
+
rows[0]["hash_state"] = "front_and_paired_hashes_verified"
|
| 390 |
+
|
| 391 |
+
mutate_references(references, manifest, mutation)
|
| 392 |
+
completed = subprocess.run(
|
| 393 |
+
command,
|
| 394 |
+
check=False,
|
| 395 |
+
capture_output=True,
|
| 396 |
+
text=True,
|
| 397 |
+
encoding="utf-8",
|
| 398 |
+
)
|
| 399 |
+
self.assertEqual(completed.returncode, 1)
|
| 400 |
+
self.assertIn("hash_state", completed.stdout)
|
| 401 |
+
|
| 402 |
+
|
| 403 |
+
if __name__ == "__main__":
|
| 404 |
+
unittest.main()
|
tools/validate_fragment_relationships.py
CHANGED
|
@@ -194,6 +194,17 @@ def main() -> None:
|
|
| 194 |
errors.append(f"{label}: canonical record_id/path does not join to metadata")
|
| 195 |
if metadata and metadata.get("hub_xet_hash") != row.get("hub_xet_hash"):
|
| 196 |
errors.append(f"{label}: canonical Xet identity differs from metadata")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 197 |
if row.get("source_record_ids") or row.get("derivative_coverage"):
|
| 198 |
errors.append(f"{label}: canonical row has derivative-only values")
|
| 199 |
expected_path_prefix = (
|
|
@@ -329,6 +340,12 @@ def main() -> None:
|
|
| 329 |
),
|
| 330 |
"noncanonical_derivatives": len(derivatives),
|
| 331 |
"fragment_sets": len(canonical_by_set),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 332 |
"errors": errors,
|
| 333 |
}
|
| 334 |
print(json.dumps(summary, indent=2))
|
|
|
|
| 194 |
errors.append(f"{label}: canonical record_id/path does not join to metadata")
|
| 195 |
if metadata and metadata.get("hub_xet_hash") != row.get("hub_xet_hash"):
|
| 196 |
errors.append(f"{label}: canonical Xet identity differs from metadata")
|
| 197 |
+
if metadata and "size_bytes" in metadata:
|
| 198 |
+
try:
|
| 199 |
+
metadata_size = int(metadata.get("size_bytes", ""))
|
| 200 |
+
relationship_size = int(row.get("size_bytes", ""))
|
| 201 |
+
except ValueError:
|
| 202 |
+
errors.append(f"{label}: canonical size_bytes cannot be compared")
|
| 203 |
+
else:
|
| 204 |
+
if metadata_size != relationship_size:
|
| 205 |
+
errors.append(
|
| 206 |
+
f"{label}: canonical size_bytes differs from metadata"
|
| 207 |
+
)
|
| 208 |
if row.get("source_record_ids") or row.get("derivative_coverage"):
|
| 209 |
errors.append(f"{label}: canonical row has derivative-only values")
|
| 210 |
expected_path_prefix = (
|
|
|
|
| 340 |
),
|
| 341 |
"noncanonical_derivatives": len(derivatives),
|
| 342 |
"fragment_sets": len(canonical_by_set),
|
| 343 |
+
"verification_level": (
|
| 344 |
+
"pinned_repository_inventory"
|
| 345 |
+
if args.repo_inventory_json is not None
|
| 346 |
+
else "structural_and_metadata_only"
|
| 347 |
+
),
|
| 348 |
+
"inventory_binding_checked": args.repo_inventory_json is not None,
|
| 349 |
"errors": errors,
|
| 350 |
}
|
| 351 |
print(json.dumps(summary, indent=2))
|
tools/validate_physical_references.py
ADDED
|
@@ -0,0 +1,541 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/usr/bin/env python3
|
| 2 |
+
"""Validate the derived physical-reference sidecar without inferring curator facts."""
|
| 3 |
+
|
| 4 |
+
from __future__ import annotations
|
| 5 |
+
|
| 6 |
+
import argparse
|
| 7 |
+
import csv
|
| 8 |
+
import hashlib
|
| 9 |
+
import json
|
| 10 |
+
import re
|
| 11 |
+
import sys
|
| 12 |
+
from collections import Counter
|
| 13 |
+
from pathlib import Path
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
FIELDS = [
|
| 17 |
+
"reference_id",
|
| 18 |
+
"record_id",
|
| 19 |
+
"canonical_file_name",
|
| 20 |
+
"record_date",
|
| 21 |
+
"record_time",
|
| 22 |
+
"dimensions",
|
| 23 |
+
"tool",
|
| 24 |
+
"medium",
|
| 25 |
+
"support",
|
| 26 |
+
"source_hub_revision",
|
| 27 |
+
"reference_image_filename",
|
| 28 |
+
"reference_image_number",
|
| 29 |
+
"reference_image_role",
|
| 30 |
+
"paired_image_filename",
|
| 31 |
+
"relationship_type",
|
| 32 |
+
"surface_scope",
|
| 33 |
+
"temporal_scope",
|
| 34 |
+
"endpoint_claim_state",
|
| 35 |
+
"pairing_state",
|
| 36 |
+
"owner_confirmation_state",
|
| 37 |
+
"evidence_state",
|
| 38 |
+
"owner_evidence",
|
| 39 |
+
"paired_image_evidence",
|
| 40 |
+
"reference_image_sha256",
|
| 41 |
+
"paired_image_sha256",
|
| 42 |
+
"hash_state",
|
| 43 |
+
"source_photo_collection",
|
| 44 |
+
"reference_media_availability",
|
| 45 |
+
"proposed_reference_repo_path",
|
| 46 |
+
"proposed_paired_repo_path",
|
| 47 |
+
"machine_use_scope",
|
| 48 |
+
"caution",
|
| 49 |
+
]
|
| 50 |
+
|
| 51 |
+
METADATA_FIELDS = [
|
| 52 |
+
"file_name",
|
| 53 |
+
"record_id",
|
| 54 |
+
"collection_tier",
|
| 55 |
+
"is_canonical",
|
| 56 |
+
"date",
|
| 57 |
+
"time",
|
| 58 |
+
"dimensions",
|
| 59 |
+
"tool",
|
| 60 |
+
"medium",
|
| 61 |
+
"support",
|
| 62 |
+
]
|
| 63 |
+
|
| 64 |
+
CONTEXT_FIELDS = {
|
| 65 |
+
"canonical_file_name": "file_name",
|
| 66 |
+
"record_date": "date",
|
| 67 |
+
"record_time": "time",
|
| 68 |
+
"dimensions": "dimensions",
|
| 69 |
+
"tool": "tool",
|
| 70 |
+
"medium": "medium",
|
| 71 |
+
"support": "support",
|
| 72 |
+
}
|
| 73 |
+
|
| 74 |
+
REQUIRED_ROW_FIELDS = {
|
| 75 |
+
"reference_id",
|
| 76 |
+
"record_id",
|
| 77 |
+
"canonical_file_name",
|
| 78 |
+
"record_date",
|
| 79 |
+
"dimensions",
|
| 80 |
+
"tool",
|
| 81 |
+
"medium",
|
| 82 |
+
"support",
|
| 83 |
+
"source_hub_revision",
|
| 84 |
+
"reference_image_filename",
|
| 85 |
+
"reference_image_number",
|
| 86 |
+
"reference_image_role",
|
| 87 |
+
"relationship_type",
|
| 88 |
+
"surface_scope",
|
| 89 |
+
"temporal_scope",
|
| 90 |
+
"endpoint_claim_state",
|
| 91 |
+
"pairing_state",
|
| 92 |
+
"owner_confirmation_state",
|
| 93 |
+
"evidence_state",
|
| 94 |
+
"owner_evidence",
|
| 95 |
+
"paired_image_evidence",
|
| 96 |
+
"hash_state",
|
| 97 |
+
"source_photo_collection",
|
| 98 |
+
"reference_media_availability",
|
| 99 |
+
"machine_use_scope",
|
| 100 |
+
"caution",
|
| 101 |
+
}
|
| 102 |
+
|
| 103 |
+
ROLE_TO_SURFACE = {
|
| 104 |
+
"front": "front_surface",
|
| 105 |
+
"artwork-side-a": "physical_side_a",
|
| 106 |
+
"artwork-side-b": "physical_side_b",
|
| 107 |
+
"endpoint-side-unresolved": "physical_side_unresolved",
|
| 108 |
+
"front-later-state": "front_surface_later_state",
|
| 109 |
+
}
|
| 110 |
+
|
| 111 |
+
RELATIONSHIP_CONTRACT = {
|
| 112 |
+
"owner_confirmed_record_reference": {
|
| 113 |
+
"roles": {"front"},
|
| 114 |
+
"temporal_scope": (
|
| 115 |
+
"owner_confirmed_relationship_temporal_endpoint_not_separately_encoded"
|
| 116 |
+
),
|
| 117 |
+
"endpoint_claim_state": "not_asserted_by_derived_layer",
|
| 118 |
+
"machine_use_scope": (
|
| 119 |
+
"record_retrieval_and_alignment_exact_temporal_endpoint_not_claimed"
|
| 120 |
+
),
|
| 121 |
+
},
|
| 122 |
+
"endpoint_photograph": {
|
| 123 |
+
"roles": {"front", "endpoint-side-unresolved"},
|
| 124 |
+
"temporal_scope": "record_endpoint_as_owner_confirmed",
|
| 125 |
+
"endpoint_claim_state": "owner_confirmed_endpoint_photograph_link",
|
| 126 |
+
"machine_use_scope": (
|
| 127 |
+
"record_conditioned_endpoint_alignment_after_reference_media_publication"
|
| 128 |
+
),
|
| 129 |
+
},
|
| 130 |
+
"two_sided_work_reference": {
|
| 131 |
+
"roles": {"front", "artwork-side-a", "artwork-side-b"},
|
| 132 |
+
"temporal_scope": (
|
| 133 |
+
"owner_confirmed_record_relationship_temporal_endpoint_not_separately_encoded"
|
| 134 |
+
),
|
| 135 |
+
"endpoint_claim_state": "not_asserted_by_derived_layer",
|
| 136 |
+
"machine_use_scope": (
|
| 137 |
+
"two_sided_work_analysis_not_assumed_same_visual_surface"
|
| 138 |
+
),
|
| 139 |
+
},
|
| 140 |
+
"longitudinal_continuation": {
|
| 141 |
+
"roles": {"front-later-state"},
|
| 142 |
+
"temporal_scope": "later_physical_state_after_recorded_stage",
|
| 143 |
+
"endpoint_claim_state": "not_an_exact_endpoint_claim",
|
| 144 |
+
"machine_use_scope": (
|
| 145 |
+
"longitudinal_state_change_analysis_not_exact_endpoint_supervision"
|
| 146 |
+
),
|
| 147 |
+
},
|
| 148 |
+
}
|
| 149 |
+
|
| 150 |
+
REFERENCE_ID_RE = re.compile(r"^tlar-[0-9a-f]{16}$")
|
| 151 |
+
RECORD_ID_RE = re.compile(r"^tla-[0-9a-f]{16}$")
|
| 152 |
+
REVISION_RE = re.compile(r"^[0-9a-f]{40}$")
|
| 153 |
+
HASH_RE = re.compile(r"^[0-9a-f]{64}$")
|
| 154 |
+
STANDARD_PATH_RE = re.compile(r"^Standard_Time_Lapses/[^/]+\.mp4$")
|
| 155 |
+
LOCAL_MEDIA_STATE = "local_evidence_only_not_bundled_v0.1"
|
| 156 |
+
SIDECAR_REPO_PATH = "Physical_References/endpoint_references.csv"
|
| 157 |
+
|
| 158 |
+
|
| 159 |
+
def read_csv(path: Path) -> tuple[list[str], list[dict[str, str]]]:
|
| 160 |
+
with path.open("r", encoding="utf-8-sig", newline="") as handle:
|
| 161 |
+
reader = csv.DictReader(handle)
|
| 162 |
+
if reader.fieldnames is None:
|
| 163 |
+
raise ValueError(f"CSV has no header: {path}")
|
| 164 |
+
return list(reader.fieldnames), list(reader)
|
| 165 |
+
|
| 166 |
+
|
| 167 |
+
def duplicate_values(rows: list[dict[str, str]], field: str) -> list[str]:
|
| 168 |
+
counts = Counter(row.get(field, "") for row in rows if row.get(field, ""))
|
| 169 |
+
return sorted(value for value, count in counts.items() if count > 1)
|
| 170 |
+
|
| 171 |
+
|
| 172 |
+
def validate_semicolon_list(
|
| 173 |
+
value: str,
|
| 174 |
+
label: str,
|
| 175 |
+
field: str,
|
| 176 |
+
errors: list[str],
|
| 177 |
+
) -> None:
|
| 178 |
+
if not value:
|
| 179 |
+
errors.append(f"{label}: {field} is blank")
|
| 180 |
+
return
|
| 181 |
+
tokens = [token.strip() for token in value.split(";")]
|
| 182 |
+
if any(not token for token in tokens):
|
| 183 |
+
errors.append(f"{label}: {field} contains an empty list item")
|
| 184 |
+
if len(tokens) != len(set(tokens)):
|
| 185 |
+
errors.append(f"{label}: {field} contains duplicate list values")
|
| 186 |
+
|
| 187 |
+
|
| 188 |
+
def expected_hash_state(row: dict[str, str]) -> str | None:
|
| 189 |
+
front_hash = bool(row.get("reference_image_sha256", ""))
|
| 190 |
+
paired_hash = bool(row.get("paired_image_sha256", ""))
|
| 191 |
+
paired_filename = bool(row.get("paired_image_filename", ""))
|
| 192 |
+
if front_hash and paired_hash:
|
| 193 |
+
return "front_and_paired_hashes_verified"
|
| 194 |
+
if front_hash:
|
| 195 |
+
return (
|
| 196 |
+
"front=verified_from_local_source_ledger;"
|
| 197 |
+
"paired=not_available_in_current_source_ledgers"
|
| 198 |
+
)
|
| 199 |
+
if paired_hash:
|
| 200 |
+
return None
|
| 201 |
+
if paired_filename:
|
| 202 |
+
return (
|
| 203 |
+
"front=not_available_in_current_source_ledgers;"
|
| 204 |
+
"paired=not_available_in_current_source_ledgers"
|
| 205 |
+
)
|
| 206 |
+
return "not_available_in_current_source_ledgers"
|
| 207 |
+
|
| 208 |
+
|
| 209 |
+
def validate_manifest(
|
| 210 |
+
manifest: dict[str, object],
|
| 211 |
+
references_path: Path,
|
| 212 |
+
metadata_path: Path,
|
| 213 |
+
metadata_fields: list[str],
|
| 214 |
+
metadata_rows: list[dict[str, str]],
|
| 215 |
+
rows: list[dict[str, str]],
|
| 216 |
+
declared_revision: str,
|
| 217 |
+
errors: list[str],
|
| 218 |
+
warnings: list[str],
|
| 219 |
+
) -> None:
|
| 220 |
+
expected_strings = {
|
| 221 |
+
"canonical_metadata_path": "metadata.csv",
|
| 222 |
+
"sidecar_path": SIDECAR_REPO_PATH,
|
| 223 |
+
"record_identity": "record_id",
|
| 224 |
+
"reference_identity": "reference_id",
|
| 225 |
+
}
|
| 226 |
+
for field, expected in expected_strings.items():
|
| 227 |
+
if manifest.get(field) != expected:
|
| 228 |
+
errors.append(f"manifest {field} must be {expected!r}")
|
| 229 |
+
|
| 230 |
+
if manifest.get("reference_media_bundled") is not False:
|
| 231 |
+
errors.append("manifest reference_media_bundled must be false")
|
| 232 |
+
if manifest.get("internal_review_ledgers_bundled") is not False:
|
| 233 |
+
errors.append("manifest internal_review_ledgers_bundled must be false")
|
| 234 |
+
if manifest.get("source_hub_revision") != declared_revision:
|
| 235 |
+
errors.append("manifest source_hub_revision differs from the sidecar")
|
| 236 |
+
|
| 237 |
+
sidecar_hash = hashlib.sha256(references_path.read_bytes()).hexdigest()
|
| 238 |
+
if manifest.get("sidecar_sha256") != sidecar_hash:
|
| 239 |
+
errors.append("manifest sidecar_sha256 differs from the sidecar bytes")
|
| 240 |
+
|
| 241 |
+
field_count = manifest.get("canonical_schema_field_count")
|
| 242 |
+
if field_count != len(metadata_fields):
|
| 243 |
+
errors.append(
|
| 244 |
+
"manifest canonical_schema_field_count differs from supplied metadata"
|
| 245 |
+
)
|
| 246 |
+
|
| 247 |
+
counts = manifest.get("counts")
|
| 248 |
+
if not isinstance(counts, dict):
|
| 249 |
+
errors.append("manifest counts must be an object")
|
| 250 |
+
counts = {}
|
| 251 |
+
|
| 252 |
+
linked_count = len({row.get("record_id", "") for row in rows if row.get("record_id")})
|
| 253 |
+
if counts.get("owner_confirmed_reference_links") != len(rows):
|
| 254 |
+
errors.append("manifest owner_confirmed_reference_links differs from row count")
|
| 255 |
+
|
| 256 |
+
actual_relationship_counts = dict(
|
| 257 |
+
sorted(Counter(row.get("relationship_type", "") for row in rows).items())
|
| 258 |
+
)
|
| 259 |
+
if counts.get("relationship_types") != actual_relationship_counts:
|
| 260 |
+
errors.append("manifest relationship_types differs from sidecar counts")
|
| 261 |
+
|
| 262 |
+
actual_hash_counts = {
|
| 263 |
+
"missing": sum(not row.get("reference_image_sha256", "") for row in rows),
|
| 264 |
+
"present": sum(bool(row.get("reference_image_sha256", "")) for row in rows),
|
| 265 |
+
}
|
| 266 |
+
if counts.get("reference_image_hash_state") != actual_hash_counts:
|
| 267 |
+
errors.append("manifest reference_image_hash_state differs from sidecar counts")
|
| 268 |
+
|
| 269 |
+
source_count = counts.get("standard_records_at_source_revision")
|
| 270 |
+
unlinked_count = counts.get("standard_records_without_current_reference_link")
|
| 271 |
+
if (
|
| 272 |
+
not isinstance(source_count, int)
|
| 273 |
+
or isinstance(source_count, bool)
|
| 274 |
+
or source_count < linked_count
|
| 275 |
+
):
|
| 276 |
+
errors.append("manifest standard_records_at_source_revision is invalid")
|
| 277 |
+
elif unlinked_count != source_count - linked_count:
|
| 278 |
+
errors.append(
|
| 279 |
+
"manifest standard_records_without_current_reference_link "
|
| 280 |
+
"fails source-minus-linked arithmetic"
|
| 281 |
+
)
|
| 282 |
+
|
| 283 |
+
metadata_hash_receipt = manifest.get("source_metadata_sha256")
|
| 284 |
+
metadata_size_receipt = manifest.get("source_metadata_size_bytes")
|
| 285 |
+
if metadata_hash_receipt is None and metadata_size_receipt is None:
|
| 286 |
+
warnings.append(
|
| 287 |
+
"manifest lacks a source metadata byte receipt; the metadata join "
|
| 288 |
+
"shows compatibility but not pinned-byte identity"
|
| 289 |
+
)
|
| 290 |
+
elif metadata_hash_receipt is None or metadata_size_receipt is None:
|
| 291 |
+
errors.append("manifest source metadata byte receipt is incomplete")
|
| 292 |
+
else:
|
| 293 |
+
metadata_bytes = metadata_path.read_bytes()
|
| 294 |
+
if not isinstance(metadata_hash_receipt, str) or not HASH_RE.fullmatch(
|
| 295 |
+
metadata_hash_receipt
|
| 296 |
+
):
|
| 297 |
+
errors.append("manifest source_metadata_sha256 is invalid")
|
| 298 |
+
elif hashlib.sha256(metadata_bytes).hexdigest() != metadata_hash_receipt:
|
| 299 |
+
errors.append("supplied metadata differs from manifest source_metadata_sha256")
|
| 300 |
+
if (
|
| 301 |
+
not isinstance(metadata_size_receipt, int)
|
| 302 |
+
or isinstance(metadata_size_receipt, bool)
|
| 303 |
+
or metadata_size_receipt < 0
|
| 304 |
+
):
|
| 305 |
+
errors.append("manifest source_metadata_size_bytes is invalid")
|
| 306 |
+
elif len(metadata_bytes) != metadata_size_receipt:
|
| 307 |
+
errors.append(
|
| 308 |
+
"supplied metadata size differs from manifest source_metadata_size_bytes"
|
| 309 |
+
)
|
| 310 |
+
pinned_standard_count = sum(
|
| 311 |
+
row.get("collection_tier") == "standard"
|
| 312 |
+
and row.get("is_canonical", "").lower() == "true"
|
| 313 |
+
for row in metadata_rows
|
| 314 |
+
)
|
| 315 |
+
if isinstance(source_count, int) and source_count != pinned_standard_count:
|
| 316 |
+
errors.append(
|
| 317 |
+
"manifest standard_records_at_source_revision differs from "
|
| 318 |
+
"receipt-bound metadata"
|
| 319 |
+
)
|
| 320 |
+
|
| 321 |
+
|
| 322 |
+
def validate(
|
| 323 |
+
references_path: Path,
|
| 324 |
+
metadata_path: Path,
|
| 325 |
+
manifest_path: Path,
|
| 326 |
+
) -> dict[str, object]:
|
| 327 |
+
errors: list[str] = []
|
| 328 |
+
warnings: list[str] = []
|
| 329 |
+
|
| 330 |
+
reference_fields, rows = read_csv(references_path)
|
| 331 |
+
metadata_fields, metadata_rows = read_csv(metadata_path)
|
| 332 |
+
if reference_fields != FIELDS:
|
| 333 |
+
errors.append(f"physical-reference field contract differs: {reference_fields}")
|
| 334 |
+
missing_metadata_fields = [
|
| 335 |
+
field for field in METADATA_FIELDS if field not in metadata_fields
|
| 336 |
+
]
|
| 337 |
+
if missing_metadata_fields:
|
| 338 |
+
errors.append(f"metadata is missing join fields: {missing_metadata_fields}")
|
| 339 |
+
if not rows:
|
| 340 |
+
errors.append("physical-reference sidecar must contain at least one row")
|
| 341 |
+
|
| 342 |
+
try:
|
| 343 |
+
loaded_manifest = json.loads(manifest_path.read_text(encoding="utf-8"))
|
| 344 |
+
except (OSError, json.JSONDecodeError) as exc:
|
| 345 |
+
errors.append(f"unable to read manifest: {exc}")
|
| 346 |
+
loaded_manifest = {}
|
| 347 |
+
if not isinstance(loaded_manifest, dict):
|
| 348 |
+
errors.append("manifest must be a JSON object")
|
| 349 |
+
manifest: dict[str, object] = {}
|
| 350 |
+
else:
|
| 351 |
+
manifest = loaded_manifest
|
| 352 |
+
|
| 353 |
+
for field in ("reference_id", "record_id", "canonical_file_name"):
|
| 354 |
+
duplicates = duplicate_values(rows, field)
|
| 355 |
+
if duplicates:
|
| 356 |
+
errors.append(f"duplicate {field} values: {duplicates[:10]}")
|
| 357 |
+
|
| 358 |
+
metadata_duplicates = duplicate_values(metadata_rows, "record_id")
|
| 359 |
+
if metadata_duplicates:
|
| 360 |
+
errors.append(f"duplicate metadata record_id values: {metadata_duplicates[:10]}")
|
| 361 |
+
metadata_by_id = {
|
| 362 |
+
row.get("record_id", ""): row
|
| 363 |
+
for row in metadata_rows
|
| 364 |
+
if row.get("record_id", "")
|
| 365 |
+
}
|
| 366 |
+
|
| 367 |
+
revisions = {row.get("source_hub_revision", "") for row in rows}
|
| 368 |
+
if len(revisions) != 1:
|
| 369 |
+
errors.append("source_hub_revision must be one shared immutable commit")
|
| 370 |
+
declared_revision = ""
|
| 371 |
+
else:
|
| 372 |
+
declared_revision = next(iter(revisions))
|
| 373 |
+
if not REVISION_RE.fullmatch(declared_revision):
|
| 374 |
+
errors.append("source_hub_revision must be 40 lowercase hexadecimal characters")
|
| 375 |
+
|
| 376 |
+
for index, row in enumerate(rows, start=2):
|
| 377 |
+
reference_id = row.get("reference_id", "")
|
| 378 |
+
label = f"row {index} {reference_id or row.get('canonical_file_name', '')}"
|
| 379 |
+
|
| 380 |
+
for field in REQUIRED_ROW_FIELDS:
|
| 381 |
+
if not row.get(field, ""):
|
| 382 |
+
errors.append(f"{label}: {field} is blank")
|
| 383 |
+
|
| 384 |
+
if not REFERENCE_ID_RE.fullmatch(reference_id):
|
| 385 |
+
errors.append(f"{label}: invalid reference_id")
|
| 386 |
+
record_id = row.get("record_id", "")
|
| 387 |
+
if not RECORD_ID_RE.fullmatch(record_id):
|
| 388 |
+
errors.append(f"{label}: invalid record_id")
|
| 389 |
+
if not STANDARD_PATH_RE.fullmatch(row.get("canonical_file_name", "")):
|
| 390 |
+
errors.append(f"{label}: canonical_file_name is not a direct Standard MP4")
|
| 391 |
+
|
| 392 |
+
for field in ("reference_image_sha256", "paired_image_sha256"):
|
| 393 |
+
value = row.get(field, "")
|
| 394 |
+
if value and not HASH_RE.fullmatch(value):
|
| 395 |
+
errors.append(
|
| 396 |
+
f"{label}: {field} must be 64 lowercase hexadecimal characters"
|
| 397 |
+
)
|
| 398 |
+
|
| 399 |
+
number = row.get("reference_image_number", "")
|
| 400 |
+
number_match = re.search(
|
| 401 |
+
r"(\d+)$", Path(row.get("reference_image_filename", "")).stem
|
| 402 |
+
)
|
| 403 |
+
if not number.isdigit() or not number_match:
|
| 404 |
+
errors.append(f"{label}: reference_image_number is not recoverable from filename")
|
| 405 |
+
elif int(number) != int(number_match.group(1)):
|
| 406 |
+
errors.append(f"{label}: reference_image_number differs from filename")
|
| 407 |
+
|
| 408 |
+
role = row.get("reference_image_role", "")
|
| 409 |
+
expected_surface = ROLE_TO_SURFACE.get(role)
|
| 410 |
+
if expected_surface is None:
|
| 411 |
+
errors.append(f"{label}: invalid reference_image_role")
|
| 412 |
+
elif row.get("surface_scope", "") != expected_surface:
|
| 413 |
+
errors.append(f"{label}: surface_scope conflicts with reference_image_role")
|
| 414 |
+
|
| 415 |
+
relationship_type = row.get("relationship_type", "")
|
| 416 |
+
relationship_contract = RELATIONSHIP_CONTRACT.get(relationship_type)
|
| 417 |
+
if relationship_contract is None:
|
| 418 |
+
errors.append(f"{label}: invalid relationship_type")
|
| 419 |
+
else:
|
| 420 |
+
roles = relationship_contract["roles"]
|
| 421 |
+
if isinstance(roles, set) and role not in roles:
|
| 422 |
+
errors.append(
|
| 423 |
+
f"{label}: reference_image_role conflicts with relationship_type"
|
| 424 |
+
)
|
| 425 |
+
for field in (
|
| 426 |
+
"temporal_scope",
|
| 427 |
+
"endpoint_claim_state",
|
| 428 |
+
"machine_use_scope",
|
| 429 |
+
):
|
| 430 |
+
if row.get(field, "") != relationship_contract[field]:
|
| 431 |
+
errors.append(
|
| 432 |
+
f"{label}: {field} conflicts with relationship_type"
|
| 433 |
+
)
|
| 434 |
+
|
| 435 |
+
paired_filename = bool(row.get("paired_image_filename", ""))
|
| 436 |
+
paired_hash = bool(row.get("paired_image_sha256", ""))
|
| 437 |
+
front_hash = bool(row.get("reference_image_sha256", ""))
|
| 438 |
+
if paired_hash and not paired_filename:
|
| 439 |
+
errors.append(f"{label}: paired hash requires paired filename")
|
| 440 |
+
if paired_hash and not front_hash:
|
| 441 |
+
errors.append(f"{label}: paired hash cannot exist without a front hash")
|
| 442 |
+
|
| 443 |
+
pairing_state = row.get("pairing_state", "")
|
| 444 |
+
if paired_filename and pairing_state not in {
|
| 445 |
+
"paired_reference_confirmed",
|
| 446 |
+
"paired_filename_present_relationship_qualified_in_evidence",
|
| 447 |
+
}:
|
| 448 |
+
errors.append(f"{label}: pairing_state conflicts with paired filename")
|
| 449 |
+
if not paired_filename and pairing_state not in {
|
| 450 |
+
"paired_reference_unresolved",
|
| 451 |
+
"no_paired_image_in_current_ledger",
|
| 452 |
+
}:
|
| 453 |
+
errors.append(f"{label}: pairing_state conflicts with absent paired filename")
|
| 454 |
+
|
| 455 |
+
expected_state = expected_hash_state(row)
|
| 456 |
+
if expected_state is not None and row.get("hash_state", "") != expected_state:
|
| 457 |
+
errors.append(
|
| 458 |
+
f"{label}: hash_state {row.get('hash_state', '')!r} "
|
| 459 |
+
f"must be {expected_state!r}"
|
| 460 |
+
)
|
| 461 |
+
|
| 462 |
+
if row.get("owner_confirmation_state", "") != "owner_confirmed_record_link":
|
| 463 |
+
errors.append(f"{label}: invalid owner_confirmation_state")
|
| 464 |
+
if row.get("reference_media_availability", "") != LOCAL_MEDIA_STATE:
|
| 465 |
+
errors.append(f"{label}: invalid reference_media_availability")
|
| 466 |
+
if row.get("proposed_reference_repo_path", ""):
|
| 467 |
+
errors.append(f"{label}: local-only reference has a proposed repository path")
|
| 468 |
+
if row.get("proposed_paired_repo_path", ""):
|
| 469 |
+
errors.append(f"{label}: local-only paired reference has a repository path")
|
| 470 |
+
|
| 471 |
+
for field in ("evidence_state", "source_photo_collection"):
|
| 472 |
+
validate_semicolon_list(row.get(field, ""), label, field, errors)
|
| 473 |
+
|
| 474 |
+
metadata = metadata_by_id.get(record_id)
|
| 475 |
+
if metadata is None:
|
| 476 |
+
errors.append(f"{label}: record_id is absent from supplied metadata")
|
| 477 |
+
else:
|
| 478 |
+
if metadata.get("collection_tier", "") != "standard":
|
| 479 |
+
errors.append(f"{label}: joined metadata row is not Standard")
|
| 480 |
+
if metadata.get("is_canonical", "").lower() != "true":
|
| 481 |
+
errors.append(f"{label}: joined metadata row is not canonical")
|
| 482 |
+
for sidecar_field, metadata_field in CONTEXT_FIELDS.items():
|
| 483 |
+
if row.get(sidecar_field, "") != metadata.get(metadata_field, ""):
|
| 484 |
+
errors.append(
|
| 485 |
+
f"{label}: {sidecar_field} differs from metadata {metadata_field}"
|
| 486 |
+
)
|
| 487 |
+
|
| 488 |
+
validate_manifest(
|
| 489 |
+
manifest,
|
| 490 |
+
references_path,
|
| 491 |
+
metadata_path,
|
| 492 |
+
metadata_fields,
|
| 493 |
+
metadata_rows,
|
| 494 |
+
rows,
|
| 495 |
+
declared_revision,
|
| 496 |
+
errors,
|
| 497 |
+
warnings,
|
| 498 |
+
)
|
| 499 |
+
|
| 500 |
+
return {
|
| 501 |
+
"ok": not errors,
|
| 502 |
+
"errors": errors,
|
| 503 |
+
"warnings": warnings,
|
| 504 |
+
"statistics": {
|
| 505 |
+
"relationship_rows": len(rows),
|
| 506 |
+
"relationship_columns": len(reference_fields),
|
| 507 |
+
"metadata_rows_supplied": len(metadata_rows),
|
| 508 |
+
"unique_reference_ids": len(
|
| 509 |
+
{row.get("reference_id", "") for row in rows if row.get("reference_id")}
|
| 510 |
+
),
|
| 511 |
+
"unique_record_ids": len(
|
| 512 |
+
{row.get("record_id", "") for row in rows if row.get("record_id")}
|
| 513 |
+
),
|
| 514 |
+
"relationship_type_counts": dict(
|
| 515 |
+
sorted(Counter(row.get("relationship_type", "") for row in rows).items())
|
| 516 |
+
),
|
| 517 |
+
"declared_source_hub_revision": declared_revision,
|
| 518 |
+
},
|
| 519 |
+
}
|
| 520 |
+
|
| 521 |
+
|
| 522 |
+
def main() -> None:
|
| 523 |
+
parser = argparse.ArgumentParser()
|
| 524 |
+
parser.add_argument("--references", type=Path, required=True)
|
| 525 |
+
parser.add_argument("--metadata", type=Path, required=True)
|
| 526 |
+
parser.add_argument("--manifest", type=Path, required=True)
|
| 527 |
+
parser.add_argument("--output", type=Path)
|
| 528 |
+
args = parser.parse_args()
|
| 529 |
+
|
| 530 |
+
report = validate(args.references, args.metadata, args.manifest)
|
| 531 |
+
rendered = json.dumps(report, indent=2, sort_keys=True)
|
| 532 |
+
if args.output:
|
| 533 |
+
args.output.parent.mkdir(parents=True, exist_ok=True)
|
| 534 |
+
args.output.write_text(rendered + "\n", encoding="utf-8")
|
| 535 |
+
print(rendered)
|
| 536 |
+
if not report["ok"]:
|
| 537 |
+
sys.exit(1)
|
| 538 |
+
|
| 539 |
+
|
| 540 |
+
if __name__ == "__main__":
|
| 541 |
+
main()
|