Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .changeset/npm-description-emdash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
"@cosyte/transform": patch
---

The npm `description` no longer carries an em dash (`EMDASH-CONFORMANCE`).

The brand rule bans U+2014 on every cosyte surface, and this string is the most visible one the
package has: it is the subtitle on the npm package page and the one line shown in every npm search
result. It now reads with a colon, which is what the rule's own remedy list names first.

The `→` in the same string is U+2192, not an em dash, and it is load-bearing: it names the direction
of the transformation. It stays.

Scoped deliberately to the description alone. The full tree sweep for this repo is a separate unit,
still queued, and lands with the CI gate that keeps it swept.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cosyte/transform",
"version": "0.0.6",
"description": "HL7 v2 → FHIR R4 transformation library for Node.js and TypeScript IG-grounded, fail-safe, value-free diagnostics; never a confident wrong FHIR value.",
"description": "HL7 v2 → FHIR R4 transformation library for Node.js and TypeScript: IG-grounded, fail-safe, value-free diagnostics; never a confident wrong FHIR value.",
"keywords": [
"hl7",
"hl7v2",
Expand Down
Loading