Skip to content

toolkit merge: import CLI into sentry-mcp, validate, then rename #1239

Description

@BYK

Sub-task of the toolkit monorepo merge: #1248.

Sequence

Import the pre-shaped CLI into getsentry/sentry-mcp under its current repository name. Validate the complete monorepo and production deployment paths there. Rename the repository to getsentry/toolkit only after those gates pass.

This preserves history and lets GitHub, Vercel, Cloudflare, branch protections, and repository integrations continue operating under the known repository identity throughout integration.

Hard prerequisites

History-preserving import

  • From the bridge-release commit on getsentry/cli, produce two immutable git filter-repo refs:
    • import/cli — history containing only packages/cli/**
    • import/cli-docs — history containing only apps/cli-docs/**
  • Record and verify source commit IDs before import.
  • In the integration branch of getsentry/sentry-mcp, import:
    • git subtree add --prefix=packages/cli <cli-remote> import/cli
    • git subtree add --prefix=apps/cli-docs <cli-remote> import/cli-docs
  • Verify git log --follow and blame across both trees; docs must never be nested under packages/cli.
  • Add apps/* workspace membership and reconcile root files without changing the repository name or deployment destinations yet.

Pre-rename validation gate

Only after every gate passes may getsentry/sentry-mcp#1156 rename the repository to getsentry/toolkit.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions