shiplog-render-json 0.6.0

Writers for canonical shiplog JSON artifacts (ledger.events.jsonl and coverage.manifest.json).
Documentation
1
2
3
4
5
6
7
8
9
10
# shiplog-render-json


JSON artifact writers for canonical shiplog outputs.

## Functions


- `write_events_jsonl(path, events)`
- `write_coverage_manifest(path, coverage)`

`write_events_jsonl` emits one event per line (`ledger.events.jsonl`), and `write_coverage_manifest` writes pretty JSON (`coverage.manifest.json`).