docs(sdk): migrate feature-branches to playbooks format#16497
docs(sdk): migrate feature-branches to playbooks format#16497stephanie-anderson merged 2 commits intomasterfrom
Conversation
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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
There was a problem hiding this comment.
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/', |
There was a problem hiding this comment.
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.


Migrate
sdk/miscellaneous/feature-branchestosdk/getting-started/playbooks/syncing-feature-branchesand convert to the standard playbook format:spec_id,spec_version,spec_status,spec_changelog)<SpecRfcAlert />,<SpecMeta />,<SpecChangelog />componentsAlso adds a redirect for the old URL and updates the
development-processredirect to point tosdk/getting-started/.Co-Authored-By: Claude noreply@anthropic.com