Git repositories as a script surface. B.git.repo.open(spec) mounts a repository that exists; B.git.repo.from(source) constructs one from live content. Both return a handle pinned to a single commit, and the same handle can be mounted on an AI agent.
B.git.repo.open(spec)
B.git.repo.from(source)
Readonly
Constructors for mounted repositories. See B.git.repo.open and B.git.repo.from.
B.git.repo.open
B.git.repo.from
Git repositories as a script surface.
B.git.repo.open(spec)mounts a repository that exists;B.git.repo.from(source)constructs one from live content. Both return a handle pinned to a single commit, and the same handle can be mounted on an AI agent.