waypoint 2025.12.1

Waypoint is a Farcaster synchronization tool built in Rust, optimized for memory efficiency.
Documentation
## Description

<!-- 
Please include a summary of the change and which issue it addresses.
Link any relevant issues using the syntax: Fixes #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
- [ ] Performance improvement
- [ ] Code refactoring (no functional changes)

## Checklist

- [ ] I have read the [CONTRIBUTING]../docs/contributing.md document
- [ ] My code follows the code style of this project
- [ ] 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 updated the documentation accordingly
- [ ] I have verified that my changes do not introduce regressions

## Additional context

<!-- Add any other context or screenshots about the pull request here. -->