chess-vector-engine 0.5.1

Open source chess engine with hybrid vector-based position analysis, advanced tactical search, and NNUE neural network evaluation
Documentation
## ๐Ÿ“‹ Pull Request Summary

<!-- 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 style/formatting changes
- [ ] โ™ป๏ธ Refactoring (no functional changes)
- [ ] โšก Performance improvement
- [ ] ๐Ÿงช Test changes
- [ ] ๐Ÿ”ง CI/CD changes
- [ ] ๐Ÿ” Security fix

## Feature Tier
<!-- Mark the relevant option with an "x" -->
- [ ] Open Source (affects free tier)
- [ ] Premium (affects paid tier)
- [ ] Enterprise (affects enterprise tier)
- [ ] Infrastructure (affects all tiers)

## Changes Made
<!-- List the specific changes made -->
- 
- 
- 

## Testing
<!-- Describe how you tested your changes -->
- [ ] I have run `cargo test` and all tests pass
- [ ] I have run `cargo build` and the project builds successfully
- [ ] I have tested the changes manually
- [ ] I have added new tests for the changes (if applicable)
- [ ] I have run benchmarks to verify performance (if applicable)

## Performance Impact
<!-- If applicable, describe any performance implications -->
- Memory usage: 
- CPU usage: 
- Search speed: 
- Training time: 

## Documentation
- [ ] I have updated the documentation (if applicable)
- [ ] I have updated CLAUDE.md (if applicable)
- [ ] I have updated the README (if applicable)
- [ ] Code changes are self-documenting

## Compatibility
- [ ] Changes are backward compatible
- [ ] Changes maintain UCI protocol compatibility
- [ ] Changes maintain API compatibility
- [ ] Breaking changes are documented

## Checklist
- [ ] My code follows the existing code style
- [ ] 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

## Related Issues
<!-- Link any related issues -->
Closes #
Related to #

## Additional Notes
<!-- Any additional information, concerns, or questions -->