Complete the sections on the left below then click "See Funding Options" to get your anonymous fundability assessment, funding options, and estimated terms
Build info
Release
c8d-260901-5867
Version
1.5.0-dev.5867
Environment
sandbox
Branch
cxmsandbox
Commit
858fd182
Built
Change
feat: make the walkthrough borrower default env-driven, and harden the gate
Details
The walkthrough needs the archived borrower application to be what a reviewer
lands on rather than something they have to go and find, but which application
is the right default is exactly the question the founders have not answered
yet. So it is driven by NEXT_PUBLIC_WALKTHROUGH_BORROWER_DEFAULT instead of
being changed outright: with the variable unset the switch behaves exactly as
it did before, which means shipping the capability commits us to nothing and
the decision can be made by setting a variable on one deployment.
The resolver re-checks the environment gate rather than trusting the variable,
because the variable is a preference and not permission. It also honours an
explicit opt-out, so turning the default on cannot trap a reviewer in the
archived flow. That required a tri-state