Initial upload: Git AI Documentation Generator v0.1.0
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-01 19:31:00 +00:00
parent 240828db64
commit 1beb2101c6

8
src/__init__.py Normal file
View File

@@ -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"