From 7fe360c4edd7549f83504533ea80ad7a7656c517 Mon Sep 17 00:00:00 2001 From: Noah Schatz Date: Fri, 7 Aug 2026 01:39:51 +0000 Subject: [PATCH] docs(readme): link the Cosyte lockup to cosyte.com (ASSETS) Wraps the existing lockup above the H1 in an anchor to https://cosyte.com, per the founder requirement of 2026-08-06. Nothing inside the block moved. The anchor's behaviour was measured on both surfaces by fhir #62 rather than assumed. On GitHub it works and the colour-scheme switch survives, because the img stays a direct child of picture, which is what the HTML spec requires for source selection to run at all. On an npm package page the anchor is lost, because npm wraps the image in its own anchor and a nested anchor is not representable. Shipped anyway by founder decision of 2026-08-07: on npm this is no worse than the unlinked lockup it replaces, and GitHub is where these READMEs are actually read. --- .changeset/readme-lockup-link.md | 18 ++++++++++++++++++ README.md | 10 ++++++---- 2 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 .changeset/readme-lockup-link.md 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