Current state
After completing opensre onboard, the CLI prints a summary block at the end showing demo, topics, sample, and preview fields:
summary
demo ready
topics recovery_remediation
sample Recovery and Remediation
preview Pipeline Recovery Strategies (Google SRE Workbook):
This is rendered by _render_demo_response() in "app/cli/wizard/flow.py" and called at the end of the onboarding flow.
Desired state
Remove the summary block entirely from the onboarding completion output. The next section (showing copy-paste commands like opensre onboard and opensre investigate) should remain unchanged.
The demo/topics/sample/preview fields are internal state artifacts that aren't actionable for the user — the next section already provides everything needed to proceed.
Current state
After completing
opensre onboard, the CLI prints asummaryblock at the end showingdemo,topics,sample, andpreviewfields:This is rendered by
_render_demo_response()in "app/cli/wizard/flow.py" and called at the end of the onboarding flow.Desired state
Remove the
summaryblock entirely from the onboarding completion output. Thenextsection (showing copy-paste commands likeopensre onboardandopensre investigate) should remain unchanged.The
demo/topics/sample/previewfields are internal state artifacts that aren't actionable for the user — thenextsection already provides everything needed to proceed.