A production interaction is rendering stale state after a rapid sequence of user actions. The affected area is route guard.
Repair the route guard command handling implementation so it accepts first operations, recognizes safe repeats, and rejects key reuse with a different payload.
Evidence
- Affected surface: Angular / route guard.
- Observed failure family: enforce idempotent operations.
- Scope policy: authorized must equal true.