docs(sdk): consolidate feedback content into feedbacks spec#16504
Merged
stephanie-anderson merged 4 commits intomasterfrom Feb 23, 2026
Merged
docs(sdk): consolidate feedback content into feedbacks spec#16504stephanie-anderson merged 4 commits intomasterfrom
stephanie-anderson merged 4 commits intomasterfrom
Conversation
Move all user feedback content from expected-features and envelope-items into the feedbacks spec as the single source of truth. Rewrite version history to reflect when content was originally authored. - Move onCrashedLastRun, platform guidance, examples from expected-features - Move manual API replay timing (Jun 2025) as new version 1.2.0 - Renumber attachments broadening from 1.2.0 to 1.3.0 - Trim envelope-items to brief description + link to spec - Update links in feedback-architecture.mdx Co-Authored-By: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
…ntent - Create new deprecated spec at sdk/telemetry/user-reports with full version history reconstructed from git (1.0.0–1.2.1) - Move feedback envelope item constraints/headers into feedbacks spec - Remove User Feedback and User Report sections from envelope-items.mdx - Update links in feedback-architecture.mdx Co-Authored-By: Claude <noreply@anthropic.com>
- Remove sidebar_order from all telemetry spec frontmatter - Rename "Cron Check-Ins" to "Check-Ins" Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Consolidate all feedback-related content into their respective specs as the single source of truth.
envelope-items.mdxinto the feedback spec (feedbacks.mdx)envelope-items.mdxinto a new deprecated spec (user-reports.mdx) with full version history reconstructed from git (1.0.0–1.2.1, dating back to 2020)## User Feedbacksection fromexpected-features/index.mdxenvelope-items.mdxfeedback-architecture.mdxto point to new locationssidebar_orderfrom telemetry spec frontmatter, rename "Cron Check-Ins" to "Check-Ins"Co-Authored-By: Claude noreply@anthropic.com