## Description

<!-- Provide a brief description of the changes in this PR -->

## Type of Change

<!-- Mark the relevant option with an "x" -->

- [ ] 🐛 Bug fix (non-breaking change which fixes an issue)
- [ ] ✨ New feature (non-breaking change which adds functionality)
- [ ] 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] 📝 Documentation update
- [ ] 🧹 Code refactor (no functionality changes)
- [ ] ⚡ Performance improvement
- [ ] 🧪 Test changes

## Related Issues

<!-- Link to related issues -->

Fixes #(issue number)

## Changes Made

<!-- Describe the changes made in detail -->

-
-
-

## Testing

<!-- Describe how you tested these changes -->

- [ ] Tests pass locally (`bun run test:ci`)
- [ ] Linting passes (`bun run lint`)
- [ ] Type checking passes (`bun run typecheck`)
- [ ] Manual testing completed
- [ ] Added/updated tests for new functionality

## Database Changes

<!-- If this PR includes database changes -->

- [ ] No database changes
- [ ] Added new migrations
- [ ] Updated existing schema
- [ ] Migrations tested locally
- [ ] Migrations are backwards compatible

## Security Considerations

<!-- Any security implications of this change -->

- [ ] No security implications
- [ ] Security review completed
- [ ] Added security tests
- [ ] Updated security documentation

## Performance Impact

<!-- Any performance implications -->

- [ ] No performance impact
- [ ] Performance tested and approved
- [ ] Added performance metrics
- [ ] Documented performance changes

## Breaking Changes

<!-- If this is a breaking change, describe what breaks and how to migrate -->

## Screenshots/Videos

<!-- If applicable, add screenshots or videos to demonstrate the changes -->

## Checklist

<!-- Mark completed items with an "x" -->

- [ ] My code follows the project's style guidelines
- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published

## Additional Notes

<!-- Any additional notes for reviewers -->

---

<!--
Auto-merge eligibility:
- Add the "auto-merge" label to enable automatic merging once all checks pass
- Ensure all required reviews are completed
- All CI checks must pass
-->
