agit 1.3.0

AI-native Git wrapper for capturing context alongside code
Documentation
## Description

<!-- Describe your changes in detail -->

## Related Issue

<!-- Link to the issue this PR addresses (e.g., "Fixes #123" or "Relates to #456") -->

## Type of Change

<!-- Mark the appropriate option with an "x" -->

- [ ] 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 change)
- [ ] Documentation update
- [ ] Performance improvement
- [ ] Code refactoring (no functional changes)
- [ ] CI/CD changes
- [ ] Other (please describe):

## Checklist

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

- [ ] I have read the [CONTRIBUTING]CONTRIBUTING.md guidelines
- [ ] My code follows the project's code style
- [ ] I have added tests that prove my fix/feature works
- [ ] All new and existing tests pass locally (`cargo test`)
- [ ] I have run `cargo clippy` and addressed any warnings
- [ ] I have run `cargo fmt` to format my code
- [ ] I have updated documentation as needed
- [ ] My changes generate no new warnings

## Testing

<!-- Describe how you tested your changes -->

## Screenshots (if applicable)

<!-- Add screenshots to help explain your changes -->

## Additional Notes

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