⚠️ PR Title Must Follow Conventional Commits
Format: feat[optional scope]: <description>
Examples: feat: add new SDK method · feat(storage): support file uploads · feat!: breaking API change
- Unit tests added
- Integration tests added
- Smoke Tests added/updated
- Tested locally
- PR title follows Conventional Commits format (
feat:orfeat(scope):) - Documentation updated (if needed)
- Breaking changes documented (if applicable)