scripts/check-reactor-readiness.py:29 defines the floor constant; expected_pin never compares it. A consistent drift of both AppxManifest.xml and manifest.json to a lower floor passes green; the constant survives only in the test fixture (test_check_reactor_readiness.py:185).
Fix: include the floor in the expected-pin comparison like the framework name.
scripts/check-reactor-readiness.py:29 defines the floor constant; expected_pin never compares it. A consistent drift of both AppxManifest.xml and manifest.json to a lower floor passes green; the constant survives only in the test fixture (test_check_reactor_readiness.py:185).
Fix: include the floor in the expected-pin comparison like the framework name.