diff --git a/.changeset/readme-lockup-link.md b/.changeset/readme-lockup-link.md new file mode 100644 index 0000000..c6c973c --- /dev/null +++ b/.changeset/readme-lockup-link.md @@ -0,0 +1,18 @@ +--- +"@cosyte/cli": patch +--- + +The README lockup now links to cosyte.com (`ASSETS`). + +The `` block above the H1 is wrapped in an anchor to https://cosyte.com, per the founder +requirement of 2026-08-06. Nothing inside the block moved: the ``, the ``, the alt text +and both tile URLs are byte-identical. + +What the anchor does was measured on both surfaces by `fhir`, not assumed, because fourteen READMEs +carry this shape. On GitHub the anchor works and the colour-scheme switch keeps working, because the +`` stays a direct child of ``, which is the condition the HTML spec puts on `` +applying at all. On an npm package page the anchor is lost: npm wraps a README image in its own +anchor to the image file, a nested anchor is not representable, so the parser closes ours early and +the image ends up linked to the image file rather than to cosyte.com. Shipped anyway by founder +decision of 2026-08-07: on npm that is no worse than the unlinked lockup it replaces, and GitHub is +where these READMEs are read. diff --git a/README.md b/README.md index d1d36e8..a316916 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ - - - Cosyte: a plus mark set in two overlapping rounded squares, one solid and one outlined, beside the Cosyte wordmark - + + + + Cosyte: a plus mark set in two overlapping rounded squares, one solid and one outlined, beside the Cosyte wordmark + + # @cosyte/cli