@@ -180,13 +180,16 @@ activities running in the worker container can reach the app. Set
180180` SAMPLE_APP_CONFORMANCE_URL ` when running against a different network address.
181181The wrapper runs strict by default; set ` SAMPLE_APP_CONFORMANCE_ALLOW_SKIPS=1 `
182182for local exploratory runs that should return zero while naming skipped surfaces.
183- ` scripts/compose-smoke.sh ` is the bounded deterministic preflight: it runs the
184- deterministic samples and exits after printing the blocked step, container
185- status, and recent app/worker logs on failure. Set ` SAMPLE_APP_SMOKE_ONLY=1 `
186- when a caller wants to make that intent explicit. To chain the broader public
187- sample-app surface after the deterministic preflight, set
188- ` SAMPLE_APP_CONFORMANCE_AFTER_SMOKE=1 ` ; otherwise run
189- ` scripts/compose-conformance.sh --strict ` directly.
183+ ` scripts/compose-smoke.sh ` starts with the bounded deterministic preflight: it
184+ runs the deterministic samples and exits after printing the blocked step,
185+ container status, and recent app/worker logs on failure. By default, a passing
186+ preflight continues into the broader public sample-app conformance surface so a
187+ release/conformance caller does not accidentally record deterministic smoke as
188+ full coverage. Set ` SAMPLE_APP_SMOKE_ONLY=1 ` when a caller intentionally wants
189+ only the deterministic path. Set ` SAMPLE_APP_CONFORMANCE_AFTER_SMOKE=0 ` to
190+ disable the chained full surface for exploratory local runs, or run
191+ ` scripts/compose-conformance.sh --strict ` directly when the deterministic
192+ preflight is not needed.
190193
191194Tear the stack down with ` docker compose down -v --remove-orphans ` when
192195finished. The deterministic Docker path is exercised on every push through the
0 commit comments