Workspace: Fastify Difficulty: Hard Time: 90 minutes
Context
A project reservation endpoint already handles a single successful request. Under duplicate delivery or concurrent requests, it rejects valid retries or oversells the final seat. A repository write can also fail. Repair the consistency boundary while preserving the HTTP application and public receipt format.