## 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 refactoring
- [ ] ⚡ Performance improvement
- [ ] 🧪 Test improvement
## Related Issue
<!-- Link to the issue this PR addresses, if applicable -->
Fixes #(issue number)
## Changes Made
<!-- List the specific changes made in this PR -->
-
-
-
## Testing
<!-- Describe the tests you ran to verify your changes -->
- [ ] All existing tests pass
- [ ] Added new tests for the changes
- [ ] Manually tested the following scenarios:
-
-
### Test Coverage
<!-- If applicable, include coverage information -->
- Current coverage: X%
- Coverage after changes: Y%
## Screenshots/Output
<!-- If applicable, add screenshots or example output to help explain your changes -->
<details>
<summary>Click to expand</summary>
```
// Add code examples or terminal output here
```
</details>
## Checklist
<!-- Mark completed items with an "x" -->
### Code Quality
- [ ] My code follows the project's style guidelines
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] My changes generate no new warnings or errors
- [ ] I have run `npm run lint` and fixed any issues
- [ ] I have run `npm run typecheck` and fixed any issues
### Documentation
- [ ] I have updated the README if needed
- [ ] I have updated the usage guide if needed
- [ ] I have added/updated JSDoc comments for new functions
- [ ] I have updated the CHANGELOG if needed
### Testing
- [ ] 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
- [ ] I have tested with different Vitest versions if applicable
- [ ] I have tested the changes with Claude Desktop/Claude Code
### Breaking Changes
- [ ] This PR does NOT introduce breaking changes
- [ ] If it does, I have documented the migration path
## Additional Notes
<!-- Add any additional notes, concerns, or discussion points -->
## Reviewer Notes
<!-- Instructions or focus areas for reviewers -->
- Please pay special attention to:
-
-
---
**For Maintainers:**
- [ ] Version bump needed
- [ ] Documentation site update needed
- [ ] Release notes prepared