We use a stacked PR system to build and review epics incrementally — without getting blocked or creating long-lived zombie branches.
You are expected to follow this process. It’s lightweight, fast, and scales well.
main
.
main
.auth/04-ui
) — this pulls in all prior
work.auth/02-jwt
):
03-session
, 04-ui
)02-jwt
Don’t try to salvage broken stacks. Just rebuild. It’s fast.
main
changes).auth/01-
, auth/02-
, etc.04-ui
).02-jwt
, delete 03
and 04
, fix 02
, and restack.
Ping @peter
with a link to your PRs and we’ll clean it up together.