Add README status badges and broaden the phase-milestone rule - #23
Merged
Conversation
Give README readers the at-a-glance signals a library consumer looks for: CI health on master, the documentation site, the published NuGet version of the core package, and the license. The two dynamic nuget.org/GitHub badges resolve once the stable package is published; Downloads and per-package badges are deliberately omitted to keep the row to signals with day-one value. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The rule previously bound only M-number PRs to the phase milestone, which left infra and maintenance PRs unassociated and made the milestone under-report what a phase actually ships. Phase milestones now act as the complete release bucket for the phase, answering "what changed in this phase?" in one view. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The rule said the annotated tag records that a candidate is not published, but 1.0.0-rc.1 is live on nuget.org: candidates go out as prerelease packages so real consumers can validate them before GA. Align the rule with the practice. Co-Authored-By: Claude Fable 5 <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
README.mdtitle. The NuGet badge already resolves tov1.0.0-rc.1(orange, shields' prerelease color) since the candidate is on nuget.org, and flips to a bluev1.0.0automatically at the stable publish. Downloads and per-package badges are deliberately omitted..claude/rules/project/sqlbound.md: phase milestones now collect every PR merged while the phase is in flight, not just M-number PRs, so the milestone reads as the complete record of what the phase ships. Run the CI build/test matrix on Linux, Windows, and macOS #17–Adopt the claude-rules library-team profile as the shared ruleset #22 were associated with the Phase 6 milestone retroactively under this reading.All changes are documentation/process-only; no code or packaging is touched.
🤖 Generated with Claude Code