chore: versioning hygiene pass#88
Merged
Merged
Conversation
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
Versioning hygiene pass: backfilled missing
v1.1.0section inCHANGELOG.mdand drafted canonical milestone description proposals. Several items intentionally not applied because Flavian's existing setup differs from the canonical Nerva pattern — see ambiguity notes below for human review.Latest tag
v1.1.0(tagged 2026-05-07). Previous tag:v1.0.0.Sub-task status
package.jsonversionis0.0.0, latest tag isv1.1.0. However,package.jsonexplicitly documents in itsdescriptionfield: "Source of truth for the repository version is git tags + .release-please-manifest.json, not this file." The.release-please-manifest.jsoncorrectly tracks1.1.0. Bumpingpackage.jsonfrom0.0.0would contradict a deliberate project convention. Question for reviewer: shouldpackage.json.versionbe updated to1.1.0(overriding the documented convention), kept at0.0.0(preserving the release-please-manifest-as-source-of-truth design), or should the documented description be reworded?v2.0.0). Current description is not in canonical format; proposal written todocs/milestones-proposed.md. No GitHub milestones edited.## [1.1.0] - 2026-05-07section with Added / Changed / Fixed subsections summarized from 44 closed issues in milestone v1.0.0 — Initial Public Release #1 (cross-referenced againstgit log v1.0.0..v1.1.0). Existing## [Unreleased]and## [1.0.0]entries left untouched. Updated comparison links at the bottom of the file to add the v1.1.0 entry. No closed milestone is missing a CHANGELOG section; no tag is missing a milestone..github/workflows/release-please.yml,release-please-config.json, and.release-please-manifest.json), notcommit-and-tag-versionlike Nerva. Both tools serve the same purpose (automated semver bumping from conventional commits). Adding Nerva'srelease:*scripts, thecommit-and-tag-versiondevDependency, and.versionrc.jsonwould create two competing release tools and likely break the existing release-please CI workflow. Question for reviewer: is Flavian intentionally on release-please, or should we migrate tocommit-and-tag-versionto match Nerva (which would require removing the release-please workflow and migrating.release-please-manifest.jsonstate)?Files changed
CHANGELOG.md— appended v1.1.0 section, updated bottom comparison linksdocs/milestones-proposed.md— new file with proposed canonical v2.0.0 milestone descriptionAmbiguities for reviewer
v1.0.0andv1.1.0tags both exist; milestone v1.0.0 — Initial Public Release #1 (v1.1.0) is closed; milestone Flavian Roadmap — Where We're Headed #2 (v2.0.0) is open and expected.Test plan
docs/milestones-proposed.mdCo-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com