Change API-003 from "must catch exceptions" to "must NOT raise HTTPException directly". This aligns with the architecture where: - Domain exceptions bubble up to global exception handler - Endpoints should NOT catch and convert exceptions - HTTPException should only be used by the global handler Also adds: - EXC-004: Domain exceptions must inherit from WizamartException - EXC-005: Global exception handler must be registered 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
23 KiB
23 KiB