-
|
Can installing gsd2 on a server allow multiple users to share a single instance to develop different milestones in parallel? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
GSD-2 is designed for solo developers — shared multi-user server instances aren't a supported use case. The |
Beta Was this translation helpful? Give feedback.
GSD-2 is designed for solo developers — shared multi-user server instances aren't a supported use case. The
.gsd/state is per-project and not multi-tenant. If you want parallel milestone development, the supported approach is git worktrees: each worktree is an isolated GSD session on its own branch. See https://github.com/gsd-build/gsd-2/blob/main/docs/user-docs/git-strategy.md. Running GSD in multiple separate worktrees (on the same machine or different machines with the same codebase) is the intended pattern.