# base_disciplined_ingress

Result:

- The replay succeeds `3/3`.
- `compile_before` includes `0` decision ids, `0` fact ids, and `0` artifact hashes.
- `compile_after` includes `1` decision id, `1` fact id, and `1` artifact hash.
- The post-event bundle contains `incident_code=OMEGA-9921` and `src/auth/webhook_guard.rs`.

Interpretation:

This case shows that task information enters through `POST /v1/event` and then appears in the compiled context as retained structured state. It proves the event-path admission lane over the current daemon HTTP surface. It does not try to prove every possible internal mutation path is impossible.
