Backend Commenting
- •Explain intent and invariants, not line-by-line mechanics.
- •Document input expectations, auth rules, and error strategy at each write endpoint.
- •Document transaction boundaries and why atomicity is required.
- •Add Prisma model comments for relationships and constraints.
- •Keep comments short, accurate, and updated with code changes.