## Description
<!-- Describe your changes in detail -->

## Related Issue
<!-- If this PR closes an issue, reference it here: Closes #123 -->

## Type of Change
- [ ] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update
- [ ] Code refactoring
- [ ] Dependency update
- [ ] Other (please describe):

## Testing
<!-- Describe the tests you ran to verify your changes -->

## Checklist
- [ ] My code follows the code style of this project (`npm run lint` passes)
- [ ] All tests pass (`npm test` passes)
- [ ] Code coverage remains at 100%
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] I have updated the documentation (if applicable)
- [ ] I have updated the CHANGELOG.md (for user-facing changes)
- [ ] My changes generate no new warnings
- [ ] I have checked my code for potential security issues

## Screenshots (if applicable)
<!-- Add screenshots to help explain your changes -->

## Additional Notes
<!-- Any additional information that reviewers should know -->
