LICENSE
README.md
pyproject.toml
swarmgit/__init__.py
swarmgit/cli.py
swarmgit/config.py
swarmgit/models.py
swarmgit/orchestrator.py
swarmgit.egg-info/PKG-INFO
swarmgit.egg-info/SOURCES.txt
swarmgit.egg-info/dependency_links.txt
swarmgit.egg-info/entry_points.txt
swarmgit.egg-info/requires.txt
swarmgit.egg-info/top_level.txt
swarmgit/adapters/__init__.py
swarmgit/adapters/aider.py
swarmgit/adapters/base.py
swarmgit/adapters/claudecode.py
swarmgit/adapters/codex.py
swarmgit/adapters/custom.py
swarmgit/adapters/opencode.py
swarmgit/git/__init__.py
swarmgit/git/merge.py
swarmgit/git/worktree.py
swarmgit/monitor/__init__.py
swarmgit/monitor/agent_monitor.py
swarmgit/ui/__init__.py
swarmgit/ui/status.py
tests/test_adapters.py
tests/test_merge.py
tests/test_orchestrator.py
tests/test_worktree.py