.gitignore
AGENTS.md
LICENSE
README.md
RELEASE.md
docs-requirements.txt
gearu.toml
mkdocs.yml
pyproject.toml
run_tests.py
uv.lock
.github/workflows/docs.yml
.github/workflows/publish.yml
dev-docs/GearuDesign.md
docs/CLI.md
docs/Configuration.md
docs/README.md
docs/ReleaseProcess.md
scripts/generate_cli_reference.py
src/gearu/__init__.py
src/gearu/__main__.py
src/gearu/_version.py
src/gearu/bootstrap.py
src/gearu/cli.py
src/gearu/config.py
src/gearu/dependency_checks.py
src/gearu/errors.py
src/gearu/git.py
src/gearu/github.py
src/gearu/manifests.py
src/gearu/models.py
src/gearu/process.py
src/gearu/release.py
src/gearu/version.py
src/gearu.egg-info/PKG-INFO
src/gearu.egg-info/SOURCES.txt
src/gearu.egg-info/dependency_links.txt
src/gearu.egg-info/entry_points.txt
src/gearu.egg-info/scm_file_list.json
src/gearu.egg-info/scm_version.json
src/gearu.egg-info/top_level.txt
src/gearu/adapters/__init__.py
src/gearu/adapters/base.py
src/gearu/adapters/npm.py
src/gearu/adapters/python.py
src/gearu/adapters/rust.py
src/tests/test_adapters.py
src/tests/test_bootstrap.py
src/tests/test_cli.py
src/tests/test_cli_reference.py
src/tests/test_config.py
src/tests/test_dependency_checks.py
src/tests/test_manifests.py
src/tests/test_release.py
src/tests/test_version.py