You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Boundary truth remains explicit here: what is mocked, what is boundary-only, what is live-configured, and what
321
-
is misconfigured all stay visible from the Terminal surface.
323
+
{hasMockRuntime
324
+
? 'Boundary truth remains explicit here: what is mocked, what is boundary-only, what is live-configured, and what is misconfigured all stay visible from the Terminal surface.'
325
+
: 'Boundary truth remains explicit here: what is boundary-only, what is live-configured, what is execution-disabled, and what is misconfigured all stay visible from the Terminal surface.'}
Copy file name to clipboardExpand all lines: uapi/app/terminal/terminal-flow-guide.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -107,9 +107,9 @@ export function deriveTerminalFlowGuide(
107
107
? transactionReadiness?.summary||'The Bitcode Terminal is in review-only mode until transactional readiness is complete.'
108
108
: draftOnly
109
109
? guideStep
110
-
? `The flow guide is ${commandState.flowGuideOpen ? 'open' : 'saved'} at ${guideStep}. ${transactionReadiness?.summary||'Bitcode can keep drafting, but branch, deposit, and closure remain fail-closed until signed settlement readiness is complete.'}`
110
+
? `The flow guide is ${commandState.flowGuideOpen ? 'open' : 'saved'} at ${guideStep}. ${transactionReadiness?.summary||'Bitcode can keep drafting, but branch, Giving, and closure remain fail-closed until signed settlement readiness is complete.'}`
111
111
: transactionReadiness?.summary||
112
-
'Bitcode can keep drafting, but branch, deposit, and closure remain fail-closed until signed settlement readiness is complete.'
112
+
'Bitcode can keep drafting, but branch, Giving, and closure remain fail-closed until signed settlement readiness is complete.'
113
113
: guideStep
114
114
? `The flow guide is ${commandState.flowGuideOpen ? 'open' : 'saved'} at ${guideStep}.`
115
115
: 'The Bitcode Terminal is ready for a fresh give-to-closure flow.';
0 commit comments