Skip to content
Discussion options

You must be logged in to vote

GSD does not auto-merge to main. It creates commits on the phase branch, but merging is always your responsibility. This is intentional — merging is a decision point where you should review what was built.

Recommended merge workflow

After verify-work passes:

/gsd-ship

This runs pre-merge checks (test suite, optional code review) and creates a PR from the phase branch to your base branch. You review and merge the PR.

Quick tasks

/gsd-quick is still available and is the recommended path for small, single-session tasks. /gsd-fast is also available — it's a lightweight wrapper that runs a task with minimal ceremony. Both are documented in COMMANDS.md.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@seif57
Comment options

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