Releases: cosyte/cli
Releases · cosyte/cli
Release list
v0.0.1
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/deidcommand as an honest, gated stub. - Add
validate,inspect, andfmtover the two wired parsers (HL7 v2 + FHIR R4), each a thin, PHI-safe wrapper that re-implements no library logic. cosyte convertturns HL7 v2 into FHIR R4 andcosyte map-codestranslates a code through a ConceptMap you supply, with no mapping or terminology logic of the CLI's own.- The
cosyte-mcpMCP 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