JSPM

caml-trace

0.1.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 1
    • Score
      100M100P100Q22943F
    • License MIT

    CAML-Trace: minimal JSONL runtime trace format + validator for CAML adventures and sims.

    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-trace

      Validate

      Schema-only:

      caml-trace validate trace.jsonl

      Schema + reference checking against a CAML module:

      caml-trace validate trace.jsonl module.caml.json

      Machine-readable:

      caml-trace validate trace.jsonl module.caml.json --json

      Summarize

      caml-trace summary trace.jsonl

      Files

      • Schema: schema/caml-trace.v0.1.schema.json
      • One-page spec: docs/CAML-Trace-OnePage.md

      License

      MIT