LICENSE
README.md
pyproject.toml
src/reporoot/__init__.py
src/reporoot/__main__.py
src/reporoot/activate.py
src/reporoot/add.py
src/reporoot/check.py
src/reporoot/cli.py
src/reporoot/config.py
src/reporoot/fetch.py
src/reporoot/git.py
src/reporoot/lock.py
src/reporoot/workspace.py
src/reporoot.egg-info/PKG-INFO
src/reporoot.egg-info/SOURCES.txt
src/reporoot.egg-info/dependency_links.txt
src/reporoot.egg-info/entry_points.txt
src/reporoot.egg-info/requires.txt
src/reporoot.egg-info/top_level.txt
src/reporoot/integrations/__init__.py
src/reporoot/integrations/base.py
src/reporoot/integrations/gita.py
src/reporoot/integrations/go_work.py
src/reporoot/integrations/npm_workspaces.py
src/reporoot/integrations/registry.py
src/reporoot/integrations/run.py
src/reporoot/integrations/uv_workspace.py
src/reporoot/integrations/vscode_workspace.py
tests/test_activate.py
tests/test_add.py
tests/test_check.py
tests/test_config.py
tests/test_git.py
tests/test_int_gita.py
tests/test_int_go_work.py
tests/test_int_npm_workspaces.py
tests/test_int_uv_workspace.py
tests/test_int_vscode_workspace.py
tests/test_lock.py
tests/test_workspace.py