⚠️ PR Title Must Follow Conventional Commits
Format: fix[optional scope]: <description>
Examples: fix: resolve memory leak · fix(api): handle null response · fix(auth): correct token validation
- Added regression test
- Verified bug is fixed locally
- Smoke Tests added/updated
- PR title follows Conventional Commits format (
fix:orfix(scope):) - Root cause identified and documented
- Tests added to prevent regression