Git Integration
Git UI action → Host route → DO mount → isomorphic-git → status broadcast
Git commands execute inside durable storage context with isomorphic-git and synchronized status updates.
isomorphic-git running inside Durable Object with SQLite storage
Git Operations Flow
Real-time Status Updates
Notes
Git operations run inside the Durable Object's single-threaded context, avoiding race conditions with isomorphic-git's AsyncLock. The node:fs/promises import is aliased to worker-fs-mount/fs at build time.