Skip to content
Discussion options

You must be logged in to vote

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.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by trek-e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants