Skip to content

Comments

docs(sdk): migrate feature-branches to playbooks format#16497

Merged
stephanie-anderson merged 2 commits intomasterfrom
sanderson/migrate-feature-branches-playbook
Feb 23, 2026
Merged

docs(sdk): migrate feature-branches to playbooks format#16497
stephanie-anderson merged 2 commits intomasterfrom
sanderson/migrate-feature-branches-playbook

Conversation

@stephanie-anderson
Copy link
Contributor

@stephanie-anderson stephanie-anderson commented Feb 21, 2026

Migrate sdk/miscellaneous/feature-branches to sdk/getting-started/playbooks/syncing-feature-branches and convert to the standard playbook format:

  • Spec frontmatter (spec_id, spec_version, spec_status, spec_changelog)
  • <SpecRfcAlert />, <SpecMeta />, <SpecChangelog /> components
  • Numbered steps with RFC 2119 keywords
  • Alternative approaches section

Also adds a redirect for the old URL and updates the development-process redirect to point to sdk/getting-started/.

Co-Authored-By: Claude noreply@anthropic.com

Move sdk/miscellaneous/feature-branches to
sdk/getting-started/playbooks/syncing-feature-branches and convert to
the standard playbook format with spec frontmatter, numbered steps, and
RFC 2119 keywords. Add redirect for the old URL. Update
development-process redirect to point to sdk/getting-started/.

Co-Authored-By: Claude <noreply@anthropic.com>
@vercel
Copy link

vercel bot commented Feb 21, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
develop-docs Ready Ready Preview, Comment Feb 23, 2026 8:15am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
sentry-docs Ignored Ignored Preview Feb 23, 2026 8:15am

Request Review

Copy link
Contributor

@dingsdax dingsdax left a comment

Choose a reason for hiding this comment

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

🚢it

@stephanie-anderson stephanie-anderson enabled auto-merge (squash) February 23, 2026 08:09
Copy link

@cursor cursor bot left a comment

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.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

{
source: '/sdk/development-process/:path*',
destination: '/sdk/processes/:path*',
destination: '/sdk/getting-started/',
Copy link

Choose a reason for hiding this comment

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

Redirect change breaks sub-path chain resolution

Low Severity

The /sdk/development-process/:path* redirect destination changed from /sdk/processes/:path* (path-preserving) to /sdk/getting-started/ (catch-all). This breaks redirect chains for sub-paths like /sdk/development-process/releases/, which previously chained through /sdk/processes/releases/ to reach the specific playbook page at /sdk/getting-started/playbooks/setting-up-release-infrastructure/. Now all sub-paths land on the generic /sdk/getting-started/ page instead.

Additional Locations (1)

Fix in Cursor Fix in Web

@stephanie-anderson stephanie-anderson merged commit d23ce3a into master Feb 23, 2026
17 checks passed
@stephanie-anderson stephanie-anderson deleted the sanderson/migrate-feature-branches-playbook branch February 23, 2026 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants