Idempotent Endpoints
Make API endpoints idempotent where possible
CLAUDE.md
Make API endpoints idempotent where possible. Retrying a PUT or DELETE should produce the same result. Use idempotency keys for POST operations that create resources.
Copy this block into your CLAUDE.md or agent config file to enforce it in your workflow.