Alexander Wirth commited on
Commit
5ae823b
·
1 Parent(s): 31df0e3

docs: make verification report hash-agnostic and reproducible

Browse files
SC_VERIFICATION_v2.4.0_2026-04-21.md CHANGED
@@ -50,9 +50,7 @@ GIT_TERMINAL_PROMPT=0 git ls-remote hf refs/heads/main
50
  ```
51
 
52
  Measured:
53
- - HEAD: b80fe55314b16d5ebe22a0b6267e04671871120b
54
- - origin/main: b80fe55314b16d5ebe22a0b6267e04671871120b
55
- - hf/main: b80fe55314b16d5ebe22a0b6267e04671871120b
56
 
57
  Result:
58
  - Sync achieved, same head on both remotes.
@@ -136,6 +134,6 @@ Result:
136
  - LOW: Full-file SHA comparison against live is unstable because Cloudflare injects per-request challenge token bytes into HTML tail. Marker-level and byte-size checks remain reproducible.
137
 
138
  ## Final state summary
139
- - GitHub main and HF main synchronized at: b80fe55314b16d5ebe22a0b6267e04671871120b
140
  - Canonical local landing source aligned to live markers and byte size.
141
  - SC1-SC6 all PASS with numeric evidence.
 
50
  ```
51
 
52
  Measured:
53
+ - HEAD, origin/main, hf/main were measured as identical in the same run.
 
 
54
 
55
  Result:
56
  - Sync achieved, same head on both remotes.
 
134
  - LOW: Full-file SHA comparison against live is unstable because Cloudflare injects per-request challenge token bytes into HTML tail. Marker-level and byte-size checks remain reproducible.
135
 
136
  ## Final state summary
137
+ - GitHub main and HF main synchronized with identical head (reproducible via Checkpoint 1 commands).
138
  - Canonical local landing source aligned to live markers and byte size.
139
  - SC1-SC6 all PASS with numeric evidence.