docs(changelog): backfill [0.4.0], populate [Unreleased], fix footer link#113
Merged
Conversation
…link (closes #112) Three issues from the 2026-05-11 release-readiness audit: - Add missing ## [0.4.0] section (setup + init --adopt + recipes expansion) - Populate ## [Unreleased] with 3 commits present since v0.4.0 tag - Fix [Unreleased] footer comparison base: v0.3.0...HEAD → v0.4.0...HEAD - Add [0.4.0] and [0.3.1] footer version links - Add reference links for newly cited issue/PR numbers Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Author
Code review — step 07 findingsVerdict: 🟢 Approve — no blocking issues. What looks good
Nits (no action required on this PR)
Pre-existing debt (out of scope — follow-up issue recommended)
Review run by agentic-flow step 07 · no re-dispatch needed (no Critical/Important findings) |
3 tasks
Contributor
Author
Review remediation
No fix commits needed. PR diff is unchanged from initial push. Deferred follow-up: #114 — add the three missing footer links in a subsequent patch. |
The feat(core) commit (54b7a79) landed without running cargo fmt. Apply the formatter's required changes to restore green CI on this PR. Co-Authored-By: Claude Sonnet 4.6 <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
## [0.4.0]section documentingklasp setup,klasp init --adopt, and the expanded recipes guide## [Unreleased]with 3 commits present since the v0.4.0 tag (feat(demo)Killer demo: 3 agents, 1 failing commit, 1 self-correction loop — replayable fixtures #69,fixfix: doctor false-positive on managed-block hooks, setup output polish #110,feat(core)Extend AgentSurface trait with install_with_warnings + doctor_check (kill stringly-typed dispatch + close doctor coverage gap) #55)[Unreleased]footer comparison link: wasv0.3.0...HEAD, nowv0.4.0...HEAD[0.4.0]and[0.3.1]footer version comparison links (both were missing)Closes #112.
Test plan
## [0.4.0]section now appears between## [Unreleased]and## [0.3.1]## [Unreleased]lists all 3 unreleased commits (feat(demo), fix fix: doctor false-positive on managed-block hooks, setup output polish #110, feat(core) Extend AgentSurface trait with install_with_warnings + doctor_check (kill stringly-typed dispatch + close doctor coverage gap) #55)[Unreleased]link comparesv0.4.0...HEAD[0.4.0]and[0.3.1]comparison links are present and correct[#N]references resolve (no dead links)🤖 Generated with Claude Code