LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
src/BranchContext.egg-info/PKG-INFO
src/BranchContext.egg-info/SOURCES.txt
src/BranchContext.egg-info/dependency_links.txt
src/BranchContext.egg-info/entry_points.txt
src/BranchContext.egg-info/top_level.txt
src/branching/__init__.py
src/branching/exceptions.py
src/branching/agent/__init__.py
src/branching/agent/patterns.py
src/branching/agent/result.py
src/branching/agent/speculate.py
src/branching/core/__init__.py
src/branching/core/base.py
src/branching/core/branch.py
src/branching/core/registry.py
src/branching/core/workspace.py
src/branching/fs/__init__.py
src/branching/fs/_mount.py
src/branching/fs/_syscalls.py
src/branching/fs/branchfs.py
src/branching/fs/daxfs.py
src/branching/memory/__init__.py
src/branching/memory/base.py
src/branching/process/__init__.py
src/branching/process/_cgroup.py
src/branching/process/_namespace.py
src/branching/process/context.py
src/branching/process/limits.py
src/branching/process/runner.py
src/cli/__init__.py
src/cli/best_of_n.py
src/cli/reflexion.py
src/cli/run.py
src/cli/speculate.py
src/cli/status.py
tests/test_branch.py
tests/test_branchfs_backend.py
tests/test_integration.py
tests/test_process_branch.py
tests/test_resource_limits.py
tests/test_speculate.py
tests/test_workspace.py