## Description ## Type of Change - [ ] `feat` - New feature (minor version bump) - [ ] `fix` - Bug fix (patch version bump) - [ ] `perf` - Performance improvement (patch version bump) - [ ] `docs` - Documentation only - [ ] `refactor` - Code refactoring - [ ] `test` - Adding/updating tests - [ ] `ci` - CI/CD changes - [ ] `chore` - Maintenance tasks ## Breaking Changes - [ ] This is a breaking change (major version bump) **If breaking, describe the migration path:** ## Checklist - [ ] Commit messages follow [Conventional Commits](CONTRIBUTING.md#commit-guidelines) - [ ] Lint passes (`npm run lint`) - [ ] Build succeeds (`npm run build`) - [ ] Tests pass (`npm run test:run`) - [ ] API documentation updated (if applicable) ## Testing ## Screenshots (if applicable) ## Related Issues