Golden fixtures
Fixtures/ is the contract Tests/Integration asserts against.
./Scripts/generate-fixtures.sh
Then read the resulting diff. Do not commit a fixture change you cannot explain. Do not weaken an expected diff to make a test pass.
swift test --parallel --filter DiffuseIntegrationTests
FixtureGenerator and SampleData must stay deterministic: no Date(), no UUID(), no environment lookups.