Skip to content

feat: direct users to prismic pull after init#198

Open
angeloashmore wants to merge 2 commits into
mainfrom
feat/direct-to-pull-after-init
Open

feat: direct users to prismic pull after init#198
angeloashmore wants to merge 2 commits into
mainfrom
feat/direct-to-pull-after-init

Conversation

@angeloashmore

@angeloashmore angeloashmore commented Jun 18, 2026

Copy link
Copy Markdown
Member

Resolves:

Description

The prismic sync command was always just a prismic pull with a --watch flag. That doesn't fit the Type Builder workflow, so we now direct everyone to prismic pull after making changes (in line with prismicio/editor#2348).

  • Post-init guidance now points to prismic pull instead of prismic sync.
  • The init help text now says it "pulls models from Prismic".

The sync command itself is unchanged and stays available.

Checklist

  • A comprehensive Linear ticket, providing sufficient context and details to facilitate the review of the PR, is linked to the PR.
  • If my changes require tests, I added them.
  • If my changes affect backward compatibility, it has been discussed.
  • If my changes require an update to the CONTRIBUTING.md guide, I updated it.

Preview

How to QA

  • Run prismic init and confirm the final output suggests "Run prismic pull to pull models from Prismic."

🤖 Generated with Claude Code


Note

Low Risk
Documentation and console messaging only; no logic or command behavior changes.

Overview
Aligns Type Builder onboarding with the editor workflow by replacing references to prismic sync with prismic pull in the init command.

The command description now says init pulls models from Prismic (instead of "syncs"). After a successful init, the suggested next step is **Run \prismic pull` to pull models from Prismic.** instead of the old syncline. No behavior of init itself or thesync` command is changed in this diff—only user-facing copy.

Reviewed by Cursor Bugbot for commit 7c50648. Bugbot is set up for automated code reviews on this repo. Configure here.

angeloashmore and others added 2 commits June 18, 2026 18:39
The `prismic sync` command was always a `prismic pull` with a `--watch`
flag, which doesn't fit the Type Builder workflow. Point post-init
guidance at `prismic pull` instead, and only show it when `--repo` was
used (a new repo has no types to pull).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

@cursor cursor 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.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 7c50648. Configure here.

Comment thread src/commands/init.ts
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