Commit d47f76d
fix(orbital-sync): replace broken length+first+last hash with FNV-1a
simpleHash collided on any two strings differing only in middle chars
(e.g. "abc" === "axc" → both "3-a-c"), causing OrbitalSync to silently
miss real content changes across the 106 panels.
FNV-1a via %raw JS, consistent with ProvenanceEngine.computeRegionHash
pattern already established in this codebase.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 2d3ff7f commit d47f76d
1 file changed
Lines changed: 13 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 17 | + | |
19 | 18 | | |
20 | 19 | | |
21 | | - | |
22 | | - | |
23 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
24 | 29 | | |
25 | 30 | | |
26 | 31 | | |
| |||
0 commit comments