feat(init): What's next guidance + opt-in email capture#679
Merged
agents-squads[bot] merged 2 commits intodevelopfrom Mar 29, 2026
Merged
feat(init): What's next guidance + opt-in email capture#679agents-squads[bot] merged 2 commits intodevelopfrom
agents-squads[bot] merged 2 commits intodevelopfrom
Conversation
- Replace static 'Getting started' with dynamic 'What's next' section showing the first command to run based on selected use case - Add opt-in email prompt at end of init (Enter to skip) - Store email locally in ~/.squads/config.json for founder outreach - Send SHA-256 hashed email as cli.email_captured telemetry event - Gracefully wrapped — email capture never blocks init on failure Closes #673 Closes #674
This was referenced Mar 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Improves first-run conversion by adding guidance and email capture to
squads init.Closes #673
Closes #674
Changes
ux: What's next guidance (#674)
squads run {squad} -a {agent}ux: Opt-in email capture (#673)
~/.squads/config.jsonfor founder outreachcli.email_capturedtelemetry eventTest plan
npm run buildpassessquads initand verify "What's next" shows correct squad/agent command~/.squads/config.json🤖 Generated with Claude Code