chore: add changelog fragment workflow#331
Merged
Merged
Conversation
Add docs/.changes JSON fragments, validation, and release-time consumption tooling so normal PRs avoid shared CHANGELOG.md conflicts. Update contributor and release guidance for default all-artifact fragments plus scoped target releases. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
roblourens
approved these changes
Jul 9, 2026
colbylwilliams
added a commit
that referenced
this pull request
Jul 10, 2026
Main released AHP 0.5.2 (#329) and bumped PROTOCOL_VERSION to 0.6.0 for ongoing development, and switched the repo to a JSON changelog-fragment workflow (#331): normal PRs now add a fragment under `docs/.changes/` instead of editing the six shared CHANGELOGs. Also brings in the optional `_meta` slot on `SystemNotificationResponsePart` (#308), the resolved input-request turn-transcript record (#324), resource convenience methods, and assorted docs. Adopted the new conventions for the canvas feature: - Dropped the manual canvas bullets from the six CHANGELOGs (took main's released `## [0.5.2]` + empty `## [0.6.0] — Unreleased`) and replaced them with a single `docs/.changes/20260709-canvas-channel.json` fragment. - Moved the five canvas action registrations from the now-released 0.5.2 to 0.6.0 in `types/version/registry.ts`, since the canvas channel was not part of the 0.5.2 release. Resolved `clients/rust/crates/ahp/src/reducers.rs` by unioning the state imports so it keeps both `CanvasState` and main's new `InputRequestResponsePart` (cargo fmt re-wrapped). Regenerated all client artifacts and schemas. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.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
docs/.changes/*.jsonchangelog fragments with default all-artifact targeting and optional scopedtargets.CHANGELOG.mdfiles.Validation
git diff --checkpassed.npm run verify:change-fragmentscould not be run locally becausenpmis not available in this environment.Notes for reviewers
npm run changelog:release -- --version X.Y.Zconsumes matching fragments into all six changelogs by default. Use--targets rust(or another comma-separated subset) for single-artifact releases.