Conversation
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
codex/codex-rs/git-utils/src/lib.rs
Lines 1 to 7 in ba9aa3b
codex-rs/git-utils/src/baseline.rs adds reset_git_repository and diff_since_latest_init, but src/lib.rs never declares mod baseline; or re-exports these items. That makes the new feature unreachable to crate consumers and prevents its in-file tests from being compiled/run, contradicting the commit’s stated intent to add two entry points.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
This add with 2 entry point:
reset_git_repositorythat takes a directory and set it as a new git rootdiff_since_latest_initthis returns the diff for a given directory since the lastreset_git_repository