a1a9212ba1
The design claimed merging would immediately break dissect. It would not: dissect keeps running whatever version it already has, and this release does not touch it. What is true is narrower -- once dissect moves to 1.0.6, the M2.7 scope will refuse to assemble. Worth recording because the distinction is not academic here. dissect/requirements.txt declares polygateway>=1.0.1,<1.1, a range rather than a pin, so 1.0.6 satisfies it and any routine reinstall picks it up without anyone deciding to upgrade. So it is not "breaks on merge", it is "breaks on the next dependency install". The paragraph now carries both corrections it went through, since a claim about downstream impact that was wrong twice is worth leaving visible rather than quietly rewriting.