docs(release-notes): curated 3.0.1 section#3406
Merged
Conversation
Add Version 3.0.1 section to release-notes.mdx ahead of the cut. Frames 3.0.1 as a stable-surface no-op for 3.0-conformant agents and gives an honest accounting of what did change: - Skills bundle now ships in /protocol/3.0.1.tgz (the original driver — re-cutting at 3.0.0 would have invalidated the cosign attestations bound to the original 3.0.0 SHA-256) - Spec polish: acquire_rights validation MUSTs, get_signals pagination precedence, URL canonicalization on brand.json agent URLs, v3 envelope integrity schema constraint - Experimental surfaces (governance, TMP) gain small additive fields per the experimental-status contract - Conformance harness gains force_task_completion and seed_creative_format scenarios (sandbox-only) - One docs-level deprecation: get_signals top-level max_results (still works in 3.x, removed in 4.0) Adopter action table makes the per-audience takeaway explicit. FAQ bumped from 3.0.0 to 3.0.1 as the current GA version. Co-Authored-By: Claude Opus 4.7 (1M context) <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
Adds the curated Version 3.0.1 section to `docs/reference/release-notes.mdx` ahead of the cut, plus bumps the FAQ's current-version mention. Lands BEFORE the Version Packages PR (#3042) merges, so the 3.0.1 release ships with the curated narrative already on main.
Frames 3.0.1 as a stable-surface no-op for 3.0-conformant agents with an honest accounting of what did change.
What's in the 3.0.1 narrative
CHANGELOG.md framing (separate concern)
CHANGELOG.md follows the 3.0.0 convention — auto-generated `### Patch Changes` per-PR detail under `## 3.0.1`, with the curated narrative living in release-notes.mdx. The Version Packages PR's CHANGELOG.md content can stay as-is, OR a one-line lead-in can be added before merging:
```
3.0.1
See release notes for the curated narrative.
```
Test plan
🤖 Generated with Claude Code