docs(sdk): migrate logs spec to spec format#16471
Merged
stephanie-anderson merged 1 commit intomasterfrom Feb 20, 2026
Merged
Conversation
Migrate logs.mdx to the standardized spec format with versioned frontmatter, SpecSection components, and structured content layout. - Add spec frontmatter (spec_id, spec_version 1.15.0, spec_status stable) - Derive 16 changelog versions (1.0.0–1.15.0) from git history - Restructure into Overview > Concepts > Behavior > Wire Format > Public API > Examples > Changelog - Wrap features in 20 SpecSections with precise `since` values - Add Since columns to wire format tables - Add inline (since X.Y.Z) annotations for mid-section additions - Move language examples to Examples section as "SDK API Usage" - Upgrade requirements language to RFC 2119 (MUST/SHOULD/MAY) Co-Authored-By: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
dingsdax
approved these changes
Feb 19, 2026
Contributor
dingsdax
left a comment
There was a problem hiding this comment.
lgtm 🔥
only question: why are most entries candidate status?
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Migrate
develop-docs/sdk/telemetry/logs.mdxto the standardized spec format established in #16461.spec_version: 1.15.0,spec_status: stable, dependencies, and 16 changelog entries derived from git historysincevalues (e.g.,replay-associationsince 1.8.0,client-reportssince 1.13.0)Sincecolumns to wire format tables and inline(since X.Y.Z)annotations for mid-section additionsCo-Authored-By: Claude noreply@anthropic.com