# clutter_heavy_restore_continuity

Result:

- The replay succeeds `64/64`.
- The checkpoint-state compile and `compile_restored_a` are identical in both `bundle_text` and `included_items`.
- `compile_restored_a` and `compile_restored_b` are also identical in both `bundle_text` and `included_items`.
- The mutated compile differs from the checkpoint-state compile.
- The restored bundle contains `OMEGA-9921`, `src/auth/webhook_guard.rs`, `re-enable HMAC verification`, and `reject unsigned webhook replay`.
- The restored bundle excludes `src/gateway/proxy.rs`, `leave temporary bypass enabled`, and `allow unsigned replay until Monday`.

Interpretation:

This case shows heavy clutter restore continuity. After fifty low-priority valid events, a relevant tail cluster, a checkpoint, and four post-checkpoint mutations, restore returns the structured state and bounded compiled output to the checkpointed form and compile remains deterministic after the restore.
