Skip to content

Feature/writer first onboarding#25

Closed
bnz183 wants to merge 2 commits into
mainfrom
feature/writer-first-onboarding
Closed

Feature/writer first onboarding#25
bnz183 wants to merge 2 commits into
mainfrom
feature/writer-first-onboarding

Conversation

@bnz183

@bnz183 bnz183 commented Jun 12, 2026

Copy link
Copy Markdown
Owner

No description provided.

@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: cc1bd0a6f6

ℹ️ 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".

@@ -0,0 +1 @@
Subproject commit e791f54723e8a630ae5316dbd6a14e0763924b51

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Remove the dangling submodule gitlink

This adds .claude/worktrees/project-guidance as a gitlink to commit e791f54, but the commit does not add a matching .gitmodules entry. In a fresh checkout this path is treated as an unconfigured submodule, so commands such as git submodule status fail with “no submodule mapping found,” and the intended Claude guidance files are not available from the repository; remove the accidental gitlink or add a real submodule mapping if this is intentional.

Useful? React with 👍 / 👎.

pnpm install --frozen-lockfile
pnpm build
pnpm test
pnpm exec playwright install chromium # first time only

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Use the Studio workspace to install Playwright

This checklist is written as a repo-root command sequence, but Playwright is only declared in apps/studio, so pnpm exec playwright ... from the root does not resolve the binary (I checked pnpm exec playwright --version, which fails with Command "playwright" not found). First-time launch testers will fail before pnpm test:e2e; use the same workspace context as CI, e.g. pnpm --filter studio exec playwright install chromium or run it from apps/studio.

Useful? React with 👍 / 👎.

@bnz183

bnz183 commented Jun 16, 2026

Copy link
Copy Markdown
Owner Author

Superseded by #27. PR #27 contains an evolved superset of every file here (newer demo-exit DemoBanner, the variant-based WriterWelcomeCard with all five onboarding paths, the mobile post-sidebar toggle, expanded tests, plus editor and security fixes). No unique change in this PR is missing from #27. Closing.

@bnz183 bnz183 closed this Jun 16, 2026
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.

1 participant