.gitignore
.pre-commit-config.yaml
AUTHORS.rst
CHANGELOG.rst
CODE_OF_CONDUCT.md
CONTRIBUTING.rst
LICENSE.txt
Makefile
README.rst
pyproject.toml
renovate.json
setup.cfg
setup.py
tox.ini
.github/CODEOWNERS
.github/FUNDING.yml
.github/boring-cyborg.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/release.yml
cache/.gitignore
examples/.gitkeep
specs/.hippo.yml
specs/.test_case_1.yml
src/okazaki/__init__.py
src/okazaki.egg-info/PKG-INFO
src/okazaki.egg-info/SOURCES.txt
src/okazaki.egg-info/dependency_links.txt
src/okazaki.egg-info/not-zip-safe
src/okazaki.egg-info/requires.txt
src/okazaki.egg-info/top_level.txt
src/okazaki/ai/__init__.py
src/okazaki/api/__init__.py
src/okazaki/api/app.py
src/okazaki/api/client.py
src/okazaki/api/issue.py
src/okazaki/api/pull_request.py
src/okazaki/api/repository.py
src/okazaki/exception/__init__.py
src/okazaki/exception/api_error.py
src/okazaki/util/__init__.py
src/okazaki/util/file_system.py
src/okazaki/util/logger.py
tests/__init__.py
tests/test_client.py
tests/exception/__init__.py