docs: fix version references to v1 and prep v1.1.2 release - #83
Conversation
The README pointed users to a non-existent @v0 tag. Actual release tags are v1.x (latest v1.1.1), so point users to @v1 (recommended moving tag) and @v1.1.2 as the exact-pin example. Also add the [1.1.2] CHANGELOG section for the fixes landed since v1.1.1 and bump pyproject version, which had drifted at 0.1.0 across all v1.x releases. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
🤖 Finished Review · ✅ Success · Started 10:50 AM UTC · Completed 10:59 AM UTC Commit: Runtime: claude · Model: opus → claude-opus-4-6 · Effort: high · Cost: $2.15 |
ReviewFindingsLow
|
|
|
||
| ## [Unreleased] | ||
|
|
||
| ## [1.1.2] - 2026-08-26 |
There was a problem hiding this comment.
[low] documentation-consistency
The changelog jumps from [0.1.0] to [1.1.2] without entries for intermediate releases v1.0.0-v1.1.1. The PR body explains that pyproject.toml had drifted at 0.1.0 across every v1.x release. This gap predates the PR and the PR improves the situation by establishing proper changelog practice starting with v1.1.2. Consider backfilling entries for prior v1.x releases in a follow-up.
|
🤖 Finished Retro · ✅ Success · Started 11:02 AM UTC · Completed 11:11 AM UTC Commit: Runtime: claude · Model: opus → claude-opus-4-6 · Effort: high · Cost: $3.24 |
Retro: PR #83 — docs: fix version references to v1 and prep v1.1.2 releaseWorkflow timeline:
Overall assessment: The pipeline performed well — correct approval, reasonable finding, no rework, quick merge. Two improvement opportunities identified in the challenger-orchestrator interaction pattern. Agents repo: Proposals skipped (target repo not allowed)File manually or update
|
Summary
The README pointed users to a non-existent
@v0tag in the setup instructions. The actual release tags arev1.x(latestv1.1.1), so anyone copy-pasting the workflow snippet hits a "tag not found" error.This PR aligns the docs and version metadata with the real
v1tag scheme, and preps av1.1.2release for the fixes already merged sincev1.1.1.Changes
@v1(recommended moving tag) instead of@v0in both the workflow snippet and the Versioning section; use@v1.1.2as the exact-pin example.[1.1.2]section documenting the fixes landed sincev1.1.1(DOCS_SUBFOLDER normalization, stale-index cleanup, ls-tree CWD-relative pathspecs).version0.1.0→1.1.2(it had drifted at0.1.0across everyv1.xrelease).Notes
@mainusers.v1.1.2tag triggers the release workflow, which runs tests, creates the GitHub Release, and re-points thev1major tag (currently stale) to this commit.🤖 Generated with Claude Code