@cosyte/synth 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -14,6 +14,13 @@ its public history at `0.0.x`, per the cosyte version ladder (`0.0.x` until firs
14
14
 
15
15
  ### Added
16
16
 
17
+ - **A brand image at the top of `README.md`.** The page opens with the Cosyte lockup, served as a
18
+ `<picture>` with a light and a dark source so it follows the reader's theme, and carrying alt text
19
+ that describes the mark for anyone reading with images off or a screen reader on. The block is
20
+ copied byte for byte out of the `hl7` README, which is the reference the suite mirrors, so the
21
+ repos that carry it stay one string rather than drifting into as many hand-typed variants. The
22
+ first 353 bytes of this README are now byte-identical to that file's, with the first divergence
23
+ inside the H1.
17
24
  - Project scaffold from the shared `@cosyte/*` parser template: the canonical toolchain (TypeScript
18
25
  ES2023 + strict rigor via `@cosyte/tsconfig`, ESLint 10 + type-checked `typescript-eslint` via
19
26
  `@cosyte/eslint-config`, Prettier via `@cosyte/prettier-config`, Vitest 4 + v8 coverage via
@@ -490,6 +497,23 @@ its public history at `0.0.x`, per the cosyte version ladder (`0.0.x` until firs
490
497
 
491
498
  ### Fixed
492
499
 
500
+ - **`README.md` said the package was not published to npm. It is.** The summary blockquote opened
501
+ with "pre-alpha (`0.0.x`), not yet published to npm", so the npm package page asserted that the
502
+ package did not exist on npm, directly under the version npm renders in its own header. A reader
503
+ could not tell which half was current. The line now says the package is published and points at
504
+ the npm package page for the version that is live. **No version number is written into the
505
+ correction, deliberately**: the registry is the source of truth, and a number copied onto a page
506
+ is a number that goes stale there (`npm view @cosyte/synth version` is the check).
507
+ - The closing line of the same blockquote, "the two remaining founder gates are the actual
508
+ `npm publish` and the repo public-flip", was **cut rather than reworded**. Both halves are now
509
+ false: the publish happened, and `cosyte/synth` is already a public repository (read back from
510
+ `gh repo view`). Rewording it would have left a measured falsehood standing in cleaner clothes.
511
+ - **Still standing, and deliberately not touched here.** `CLAUDE.md` carries the same "not yet
512
+ published" claim, and the `[Unreleased]` preamble in this file still says the first pre-alpha
513
+ release "will ship" the initial API surface, in the future tense, about a version that shipped.
514
+ Both belong to a cross-repo item spanning eight repos; fixing one repo's copy inside this change
515
+ would fragment it. `docs-content/intro.md` and `docs-content/installation.md` carry the "not yet
516
+ published to npm" claim too, and are left for the same sweep.
493
517
  - **`scripts/smoke.mjs` ran in NO CI job.** It only ever ran on the meta-repo's local
494
518
  `scripts/verify.sh` ladder, which a contributor is not obliged to run and CI never invokes, so no
495
519
  required check covered the eight published subpaths and a green PR said nothing about whether they
package/README.md CHANGED
@@ -1,3 +1,8 @@
1
+ <picture>
2
+ <source media="(prefers-color-scheme: dark)" srcset="https://cosyte.com/tile/cosyte-lockup-tile-on-dark-1200x300.png">
3
+ <img alt="Cosyte: a plus mark set in two overlapping rounded squares, one solid and one outlined, beside the Cosyte wordmark" src="https://cosyte.com/tile/cosyte-lockup-tile-on-light-1200x300.png">
4
+ </picture>
5
+
1
6
  # @cosyte/synth
2
7
 
3
8
  > Deterministic, seedable **synthetic healthcare-fixture generator** for Node.js and TypeScript —
@@ -11,7 +16,8 @@ date, phone, and address from a **guaranteed-non-colliding synthetic source**. I
11
16
  **format/conformance generator, not a clinical simulator** — it does not model disease progression
12
17
  (that is Synthea).
13
18
 
14
- > **Status:** pre-alpha (`0.0.x`), not yet published to npm. The generator is **feature-complete**: the
19
+ > **Status:** pre-alpha (`0.0.x`), published to npm. The version shown on the npm package page is the
20
+ > one that is live; this page never repeats it. The generator is **feature-complete**: the
15
21
  > seeded-PRNG core, the synthetic-safety providers, and the round-trip harness; **spec-clean generation
16
22
  > across all six formats** — HL7 v2 (`ADT`/`ORU`/`ORM`/`SIU`/`VXU`), FHIR R4 / US Core (the full clinical
17
23
  > set + `collection`/`transaction`/`document` Bundles), C-CDA R2.1 (CCD + Referral Note), X12 005010
@@ -26,7 +32,6 @@ date, phone, and address from a **guaranteed-non-colliding synthetic source**. I
26
32
  > needing a private vendor corpus); the X12 **270** eligibility _request_ and NCPDP SCRIPT lifecycle
27
33
  > **responses** (both track the parsers' builder surfaces); **NCPDP SCRIPT / ASTM / DICOM** de-identify
28
34
  > pairing (no `@cosyte/deid` adapter, or not generated); and optional **Synthea** clinical-content ingestion.
29
- > The two remaining founder gates are the actual `npm publish` and the repo public-flip.
30
35
 
31
36
  ## Install
32
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cosyte/synth",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Deterministic, seedable synthetic healthcare-fixture generator for Node.js and TypeScript — spec-clean by construction, never real PHI.",
5
5
  "keywords": [
6
6
  "synth",