# base_deterministic_compile

Result:

- The replay succeeds `4/4`.
- `compile_a` and `compile_b` have identical `bundle_text`.
- `compile_a` and `compile_b` have identical `included_items`.
- Each compile emits `2` decision ids, `2` fact ids, and `1` artifact hash.

Interpretation:

This case shows deterministic compile over unchanged state. The runtime re-emits the same bounded context packet when the request body and retained state are the same, with the changing `compiled_at` field staying outside `bundle_text`.
