## Description ## Related Issues Fixes # Relates to # ## 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 - [ ] Refactoring (no functional changes) - [ ] Performance improvement - [ ] Test coverage improvement ## Changes Made - - - ## Testing Performed - [ ] All existing tests pass (`cargo nextest run`) - [ ] Added new tests for new functionality - [ ] Tested manually on desktop - [ ] Tested manually on iOS (if applicable) - [ ] Tested with multiple instances - [ ] Tested edge cases and error conditions ### Test Details **Desktop:** - **iOS:** (if applicable) - **Multi-instance:** (if applicable) - ## Documentation - [ ] Updated relevant documentation in `/docs` - [ ] Updated README.md (if public API changed) - [ ] Added doc comments to new public APIs - [ ] Updated CHANGELOG.md ## Code Quality - [ ] Code follows project style guidelines - [ ] Ran `cargo +nightly fmt` - [ ] Ran `cargo clippy` and addressed warnings - [ ] No new compiler warnings - [ ] Added meaningful variable/function names ## AI Usage - [ ] No AI assistance used - [ ] Used AI tools (brief description below) ## Breaking Changes **Does this PR introduce breaking changes?** - [ ] No - [ ] Yes (describe below) ## Screenshots/Videos ## Checklist - [ ] My code follows the project's coding standards - [ ] I have tested my changes thoroughly - [ ] I have updated relevant documentation - [ ] I have added tests that prove my fix/feature works - [ ] All tests pass locally - [ ] I have read and followed the [CONTRIBUTING.md](../CONTRIBUTING.md) guidelines - [ ] I understand and accept the [AI_POLICY.md](../AI_POLICY.md) ## Additional Notes