.gitignore
.pre-commit-config.yaml
CHANGELOG.md
Makefile
README.md
pyproject.toml
uv.lock
.github/workflows/_build.yaml
.github/workflows/_check_tag.yaml
.github/workflows/_release.yaml
.github/workflows/_test.yaml
.github/workflows/build_and_test.yaml
.github/workflows/publish_and_release.yaml
_build/wheel/adopt-0.0.1-py3-none-any.whl
_build/wheel/adopt-0.0.1.tar.gz
src/adopt/__init__.py
src/adopt/__main__.py
src/adopt/azure_devops.py
src/adopt/config.py
src/adopt/exceptions.py
src/adopt/formatting.py
src/adopt/logging.py
src/adopt/work_items.py
src/adopt.egg-info/PKG-INFO
src/adopt.egg-info/SOURCES.txt
src/adopt.egg-info/dependency_links.txt
src/adopt.egg-info/entry_points.txt
src/adopt.egg-info/requires.txt
src/adopt.egg-info/top_level.txt
src/adopt/backlog/__init__.py
src/adopt/backlog/check.py
src/adopt/backlog/fix.py
src/adopt/backlog/sort.py
src/adopt/cli/__init__.py
src/adopt/cli/options.py
src/adopt/cli/backlog/__init__.py
src/adopt/cli/backlog/check.py
src/adopt/cli/backlog/fix.py
src/adopt/cli/backlog/options.py
src/adopt/cli/backlog/print.py
src/adopt/cli/backlog/sort.py
tests/__init__.py
tests/conftest.py
tests/test_adopt.py
tests/test_backlog_fix.py
tests/test_backlog_sort.py