Skip to content

[docs]: rm director references#2265

Merged
seanmcguire12 merged 2 commits into
mainfrom
rm-director-from-readme
Jun 19, 2026
Merged

[docs]: rm director references#2265
seanmcguire12 merged 2 commits into
mainfrom
rm-director-from-readme

Conversation

@seanmcguire12

@seanmcguire12 seanmcguire12 commented Jun 19, 2026

Copy link
Copy Markdown
Member

why

  • clean up stale director references

what changed

  • removed director svg from readme, v2 docs, & v3 docs

Summary by cubic

Removed all stale Director references from READMEs and docs to reduce confusion and keep guidance up to date. Added an Installation card to v2/v3 intros and deleted the unused icon asset.

  • Refactors
    • Removed Director promo block from README.md and packages/core/README.md.
    • Deleted media/director_icon.svg.
    • Updated v2/v3 introductions: removed "Try Director" card and added an "Installation" card.
    • Updated v2/v3 quickstarts to focus on CLI and MCP; removed Director recommendation.
    • Dropped Director mention from Next.js integration descriptions in v2/v3 docs.

Written for commit 3b9007a. Summary will update on new commits.

Review in cubic

@mintlify

mintlify Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
stagehand 🟢 Ready View Preview Jun 19, 2026, 11:15 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@changeset-bot

changeset-bot Bot commented Jun 19, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 3b9007a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@cubic-dev-ai cubic-dev-ai 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.

No issues found across 9 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.
Architecture diagram
sequenceDiagram
    participant User as Developer / Reader
    participant Readme as README (root & core)
    participant V2Quickstart as v2 Quickstart Docs
    participant V3Quickstart as v3 Quickstart Docs
    participant V2Intro as v2 Introduction
    participant V3Intro as v3 Introduction
    participant V2Nextjs as v2 Next.js Config
    participant V3Nextjs as v3 Next.js Config
    participant MCPServer as MCP Server

    Note over User,MCPServer: This PR removes all Director references from documentation

    Note over V2Quickstart, V3Quickstart: CHANGED: Quickstart flow no longer points to Director first
    
    User->>Readme: Reads project overview
    Readme-->>User: Shows Stagehand description only (no Director promo)

    User->>V2Quickstart: Reads getting started guide
    alt First-time user
        V2Quickstart-->>User: NEW: Recommends CLI or MCP server directly
        User->>MCPServer: Can try Stagehand via MCP
    end

    User->>V3Quickstart: Reads getting started guide
    alt First-time user
        V3Quickstart-->>User: NEW: Recommends CLI or MCP server directly
        User->>MCPServer: Can try Stagehand via MCP
    end

    User->>V2Intro: Views introduction page
    V2Intro-->>User: Shows "Build your first automation" & "View Templates" cards only

    User->>V3Intro: Views introduction page
    V3Intro-->>User: Shows "Build your first automation" & "View Templates" cards only

    Note over V2Nextjs, V3Nextjs: CHANGED: Next.js description no longer mentions Director

    User->>V2Nextjs: Reads Next.js integration docs
    V2Nextjs-->>User: Description lists Brainrot and Open Operator (no Director)

    User->>V3Nextjs: Reads Next.js integration docs
    V3Nextjs-->>User: Description lists Brainrot and Open Operator (no Director)
Loading

Re-trigger cubic

@seanmcguire12 seanmcguire12 merged commit 8bd3475 into main Jun 19, 2026
218 checks passed
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.

2 participants