From 6ffed279413f274422afac9847f86bd0de29f3b1 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 5 Feb 2026 06:34:36 +0000 Subject: [PATCH] Initial upload: Local AI Commit Reviewer CLI with CI/CD workflow --- src/git/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/git/__init__.py diff --git a/src/git/__init__.py b/src/git/__init__.py new file mode 100644 index 0000000..61b2183 --- /dev/null +++ b/src/git/__init__.py @@ -0,0 +1,3 @@ +from .git import FileChange, GitRepo, get_commit_context, get_staged_changes, install_hook + +__all__ = ["FileChange", "GitRepo", "get_commit_context", "get_staged_changes", "install_hook"]