Lane 2 #1407 added a function to scripts/stamp-counts.sh that reads package.json and propagates the version to 6 sibling files. No test existed for it. If someone later refactors and breaks the propagation, the next release would silently drift across files (exactly the bug Lane 2 was designed to prevent).
▶ Test 1: sync propagates a bump ✓ pyproject synced to 999.888.777 ✓ manifest synced to 999.888.777 ✓ market-top synced to 999.888.777 ✓ market-plugin synced to 999.888.777 ✓ release-please synced to 999.888.777 ✓ CLAUDE synced to 999.888.777 ▶ Test 2: sync propagates the restoration back ✓ pyproject restored to 7.56.0 ✓ manifest restored to 7.56.0 ... ▶ Test 3: validate-counts.sh accepts the final state ✓ validate-counts passes after round-trip ════════════════════════════════════════════════════════════════ Total: 14 | Passed: 14 | Failed: 0 ════════════════════════════════════════════════════════════════
tests/run-all-tests.sh under UNIT TESTS, so npm test runs it.