LICENSE
README.md
pyproject.toml
src/metabranch/__init__.py
src/metabranch/cli.py
src/metabranch/editor.py
src/metabranch/exceptions.py
src/metabranch/py.typed
src/metabranch/render.py
src/metabranch.egg-info/PKG-INFO
src/metabranch.egg-info/SOURCES.txt
src/metabranch.egg-info/dependency_links.txt
src/metabranch.egg-info/entry_points.txt
src/metabranch.egg-info/requires.txt
src/metabranch.egg-info/top_level.txt
src/metabranch/git/__init__.py
src/metabranch/git/client.py
src/metabranch/git/models.py
src/metabranch/models/__init__.py
src/metabranch/models/branch.py
src/metabranch/models/io.py
src/metabranch/models/metabranch.py
src/metabranch/models/workflow.py
src/metabranch/sdk/__init__.py
src/metabranch/sdk/branches.py
src/metabranch/sdk/bundle.py
src/metabranch/sdk/context.py
src/metabranch/sdk/repository.py
src/metabranch/sdk/workflows.py
src/metabranch/sdk/workspace.py
tests/test_domain_and_store.py
tests/test_editor.py
tests/test_git_and_models.py
tests/test_integration_cli.py
tests/test_render.py
tests/test_sdk_client_cli.py