# clutter_medium_compile_reemission

Result:

- The replay succeeds `36/36`.
- `compile_a` and `compile_b` have identical `bundle_text` and identical `included_items`.
- Each compile token estimate is `567`.
- Each compile emits `3` decision ids, `4` fact ids, and `5` artifact hashes.
- The final bundle contains the relevant auth-fix subset and omits sampled clutter strings.

Interpretation:

This case shows two things at once under medium clutter pressure: compile remains deterministic, and the emitted packet remains useful. The runtime does not merely store the clutter; it re-emits a bounded operational subset that still points downstream execution at the live issue and target path.
