caml-trace
v0.1.0
Published
CAML-Trace: minimal JSONL runtime trace format + validator for CAML adventures and sims.
Maintainers
Readme
caml-trace
CAML-Trace is a minimal JSONL runtime trace format + validator for CAML adventures and simulations.
- Easy to emit from any engine/tool (Unity, Foundry, Ink glue, sims)
- Easy to validate (JSON Schema + optional ref checks against a CAML module)
- Useful immediately for debugging, replay, and analytics
Install
npm install -g caml-traceValidate
Schema-only:
caml-trace validate trace.jsonlSchema + reference checking against a CAML module:
caml-trace validate trace.jsonl module.caml.jsonMachine-readable:
caml-trace validate trace.jsonl module.caml.json --jsonSummarize
caml-trace summary trace.jsonlFiles
- Schema:
schema/caml-trace.v0.1.schema.json - One-page spec:
docs/CAML-Trace-OnePage.md
License
MIT
