version: "1.0.1" name: platform-backend description: "Server-side architecture and security patterns. Extends core-coding-standards with API, error handling, and security rules. Use when building APIs or server logic."
Principles
Throw early with guard clauses — fail fast at the top of functions
Never swallow errors silently — log or propagate every failure