conversadocs / conversadocs/code-scan-docs
[Task]: git diff analysis
Open
enhancement
- Dominant language
- Rust
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### Description
Implement a module to extract and analyze diffs from new git commits, identifying changed files and lines.
### Acceptance Criteria
- [ ] The system retrieves diffs from the latest git commit accurately.
- [ ] All changed files are correctly identified (added, modified, deleted, renamed).
- [ ] Line-by-line changes within each file are extracted.
- [ ] The module handles binary files appropriately.
- [ ] Unit tests cover various commit scenarios, including multiple file changes and edge cases.
### Notes
We may possibly need to add re-scan stuff to compare hashes of files for changes.
Contributor guide
Assessment
This issue has not been assessed yet.