A cross-layer workflow passes unit tests but breaks when client, API, and persistence state arrive in a different order. The affected area is BFF aggregation.
Repair the BFF aggregation command handling implementation so it accepts first operations, recognizes safe repeats, and rejects key reuse with a different payload.
Evidence
- Affected surface: Full-stack backend focus / BFF aggregation.
- Observed failure family: enforce idempotent operations.
- Scope policy: authorized must equal true.