## ๐ Description
Please include a summary of the changes and which issue is fixed. Include relevant motivation and context.
Fixes # (issue number)
## ๐ Type of Change
Please delete options that are not relevant.
- [ ] ๐ 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
## โ
Checklist
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own 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 in downstream modules
## ๐งช Testing
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.
```bash
# Example test command
npm test
```
**Test Configuration**:
- OS: [e.g., Ubuntu 22.04]
- Node version: [e.g., 20.11.0]
- Python version: [e.g., 3.11.5]
## ๐ธ Screenshots (if applicable)
If your changes include UI updates or visual debugging improvements, please add screenshots.
## ๐ Related Issues
Link any related issues here:
- Related to #
- Depends on #
- Blocks #
## ๐ Additional Notes
Any additional information that reviewers should know.
---
**Reviewer:** @debugmcp