Fix the package icon, and rework the README - #48
Merged
Conversation
The icon that shipped with 1.2.1 was a white-on-violet tile — a derivative treatment, not the mark picked from the studies: ink structure, the violet module, on white. This replaces assets/icon.png with the chosen colorway; the README image points at this path and picks it up on merge. The icon on nuget.org is per published version, so it corrects with the next release. website/public/favicon.svg still carries the tile treatment and is deliberately untouched here, pending a decision on the browser-tab cut. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011ysVAfsbKMfGBaAkWvuRTf
The scanner comparison sat second, so the page argued against other tools before showing how to install this one. It now sits after the feature tour as "Compared with runtime scanning", once the diagnostics and AOT claims its table cites have been shown, and its trimming paragraph shrinks to the one sentence the table still needs. The voice that guessed at the reader is rewritten declaratively: "the registration you would have written yourself", "If you have used Scrutor...", "Coming from top-level statements?", and "not registered as you expect" now state what the library does instead of predicting who is reading. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011ysVAfsbKMfGBaAkWvuRTf
The mark picked from the studies is a solid D — two stem blocks and two quarter-round bowl pieces, no counter. The previous cut re-derived the letter with a counter carved into the bowl, which is a different letterform from the one on the page. The icon and both nav logos now carry the approved geometry, taken from what the studies page actually renders rather than re-drawn. The blur had a separate cause: the SVG was rasterized at its 96px natural size and upscaled to 256. It is now rendered at 8x density and downsampled, so edges are clean. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011ysVAfsbKMfGBaAkWvuRTf
Uh oh!
There was an error while loading. Please reload this page.
This was referenced Aug 28, 2026
Merged
ipjohnson added a commit
that referenced
this pull request
Aug 29, 2026
Version and changelog only. The icon fix and README header landed in #48-#50; this is the release that puts the corrected icon on nuget.org, since a package icon is per published version. Claude-Session: https://claude.ai/code/session_011ysVAfsbKMfGBaAkWvuRTf 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 freeto 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.
Two commits, both for review
The icon (
e1a45af):assets/icon.pngbecomes the mark as picked from the studies —ink structure, the violet module, on white. The 1.2.1 cut was a white-on-violet tile that
was never agreed. The README header image points at this path and corrects on merge; the
icon on nuget.org corrects with the next published version.
website/public/favicon.svgstill carries the tile treatment and is deliberately untouched — the browser-tab cut is a
separate decision.
The README (
448f1c5): the scanner comparison moves from second position to after thefeature tour, renamed "Compared with runtime scanning", so the page shows the product
before arguing against alternatives — and its table now sits after the diagnostics and
AOT claims it cites. The reader-guessing voice ("If you have used Scrutor…", "Coming from
top-level statements?", "the registration you would have written yourself", "not
registered as you expect") is rewritten to declarative statements.
Changelog carries the icon fix under
[Unreleased].🤖 Generated with Claude Code
https://claude.ai/code/session_011ysVAfsbKMfGBaAkWvuRTf