reponest 0.1.0-alpha

A TUI/CLI tool for managing multiple git repositories written in Rust.
Documentation
## Description

<!-- Provide a brief description of your changes -->

## 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
- [ ] Performance improvement
- [ ] Code refactoring
- [ ] Test additions/improvements
- [ ] Configuration/build changes
- [ ] Other (please specify):

## Related Issues

<!-- Link to related issues, e.g., "Fixes #123" or "Closes #456" -->

Fixes #

## Changes Made

<!-- Provide a detailed list of changes -->

- 
- 
- 

## Testing

<!-- Describe the tests you ran to verify your changes -->

### Test Environment

- OS: 
- Terminal: 
- Rust Version: 

### Test Cases

<!-- Check all that apply -->

- [ ] Unit tests added/updated
- [ ] Integration tests added/updated
- [ ] Benchmarks updated (if performance-related)
- [ ] Manual testing performed
- [ ] Tested on multiple platforms

### Test Results

```bash
# Paste relevant test output here
cargo test
```

## Screenshots/Demo

<!-- If applicable, add screenshots or GIFs showing the changes -->

### Before

<!-- Screenshot or description of behavior before changes -->

### After

<!-- Screenshot or description of behavior after changes -->

## Checklist

<!-- Mark completed items with an 'x' -->

- [ ] My code follows the project's style guidelines
- [ ] I have run `cargo fmt` to format my code
- [ ] I have run `cargo clippy` and addressed all warnings
- [ ] 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
- [ ] I have updated CHANGELOG.md with my changes
- [ ] Any dependent changes have been merged and published

## Performance Impact

<!-- If this change affects performance, provide details -->

- [ ] No performance impact
- [ ] Performance improved (provide benchmark results)
- [ ] Performance degraded (explain why this is acceptable)

## Breaking Changes

<!-- If this introduces breaking changes, describe the migration path -->

- [ ] No breaking changes
- [ ] Breaking changes documented below

## Additional Notes

<!-- Any additional information reviewers should know -->

## Reviewer Notes

<!-- Optional: specific areas you'd like reviewers to focus on -->

---

**By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.**