From 1beb2101c67789d42a90c374f4d55bf833c70c71 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 19:31:00 +0000 Subject: [PATCH] Initial upload: Git AI Documentation Generator v0.1.0 --- src/__init__.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/__init__.py diff --git a/src/__init__.py b/src/__init__.py new file mode 100644 index 0000000..369a786 --- /dev/null +++ b/src/__init__.py @@ -0,0 +1,8 @@ +"""Git AI Documentation Generator. + +A privacy-focused CLI tool that analyzes git diffs and generates +intelligent commit messages, changelogs, and API documentation +using local AI models via Ollama. +""" + +__version__ = "0.1.0"