Skip to content

M1: Onboarding variant routing & First Meeting flow skeleton#1350

Merged
alex-nork merged 1 commit into
mainfrom
swarm/task-1
Feb 13, 2026
Merged

M1: Onboarding variant routing & First Meeting flow skeleton#1350
alex-nork merged 1 commit into
mainfrom
swarm/task-1

Conversation

@alex-nork

@alex-nork alex-nork commented Feb 13, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add OnboardingVariant enum (.default, .firstMeeting) to OnboardingState with UserDefaults persistence and restoration
  • Add first-meeting-specific state properties: conversationCompleted, capabilitiesBriefingShown, observationCompleted, firstTaskCandidate
  • Support --onboarding-variant first_meeting CLI arg in DEBUG builds
  • Fork OnboardingWindow.show() to route between OnboardingFlowView and new FirstMeetingFlowView
  • Create FirstMeetingFlowView skeleton with placeholder steps (egg, hatch, introduction, capabilities briefing, observation mode)

Part of #1340. Closes #1341.

Test plan

  • Build succeeds: ./clients/macos/build.sh
  • Default onboarding flow unchanged (no CLI arg)
  • --onboarding-variant first_meeting launches FirstMeetingFlowView with placeholder steps
  • Variant persists across app restarts via UserDefaults
  • clearPersistedState() clears variant key

🤖 Generated with Claude Code


Open with Devin

Introduce OnboardingVariant enum (.default, .firstMeeting) with
UserDefaults persistence and --onboarding-variant CLI arg for DEBUG
builds. Fork OnboardingWindow.show() to route between the existing
OnboardingFlowView and a new FirstMeetingFlowView with placeholder
steps (egg, hatch, introduction, capabilities briefing, observation).

Closes #1341

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@alex-nork alex-nork merged commit 7738d6e into main Feb 13, 2026
@alex-nork alex-nork deleted the swarm/task-1 branch February 13, 2026 02:01

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 potential issue.

Open in Devin Review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 91bc0ef7e2

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@alex-nork

Copy link
Copy Markdown
Contributor Author

Addressed in #1363

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

M1: Onboarding variant routing & First Meeting flow skeleton

1 participant