CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
RELEASE.md
SECURITY.md
Taskfile.yml
pyproject.toml
src/shippy/__init__.py
src/shippy/cli.py
src/shippy/config.py
src/shippy/constants.py
src/shippy/errors.py
src/shippy/git.py
src/shippy/github.py
src/shippy/ollama.py
src/shippy/prompts.py
src/shippy/py.typed
src/shippy/workflow.py
src/shippy/review/__init__.py
src/shippy/review/constants.py
src/shippy/review/engine.py
src/shippy/summary/__init__.py
src/shippy/summary/constants.py
src/shippy/summary/engine.py
src/shippy/templates/.shippy.toml
src/shippy/templates/__init__.py
src/shippy_ai.egg-info/PKG-INFO
src/shippy_ai.egg-info/SOURCES.txt
src/shippy_ai.egg-info/dependency_links.txt
src/shippy_ai.egg-info/entry_points.txt
src/shippy_ai.egg-info/top_level.txt
tests/test_git.py
tests/test_review.py
tests/test_shippy.py
tests/test_summary.py