Skip to content

Releases: cosyte/cli

Release list

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 29 Jul 21:59
8df834a

What changed

  • cosyte parse <file|-> reads HL7 v2 and FHIR R4 with format autodetection that fails safe on ambiguity, writes typed JSON to stdout, and keeps PHI off stderr under a documented exit-code contract.
  • Harden the PHI posture and add the redact/deid command as an honest, gated stub.
  • Add validate, inspect, and fmt over the two wired parsers (HL7 v2 + FHIR R4), each a thin, PHI-safe wrapper that re-implements no library logic.
  • cosyte convert turns HL7 v2 into FHIR R4 and cosyte map-codes translates a code through a ConceptMap you supply, with no mapping or terminology logic of the CLI's own.
  • The cosyte-mcp MCP server, the agent front door.
  • six more formats + streaming + shell completion.
  • Release hardening: no new command surface, with a fuzz gate over both input boundaries and a golden matrix pinning every documented exit code.
  • Two error messages no longer quote internal tracking identifiers that mean nothing outside this project.
  • The published type declarations no longer carry internal project references, so editor tooltips describe only what the software does.

Full detail for each change is in CHANGELOG.md.

Install

npm install @cosyte/cli@0.0.1

npm: https://www.npmjs.com/package/@cosyte/cli/v/0.0.1