Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (caml-trace) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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