JSPM

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

Deterministic cross-harness transcript verification for AI agents

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 (anatrace) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    anatrace

    Deterministic, local, cross-harness transcript verification for AI agents.

    npm install --global anatrace
    anatrace session.jsonl --json

    Place .anatrace.yaml in the working directory or pass it explicitly:

    anatrace session.jsonl \
      --policy .anatrace.yaml \
      --role build \
      --json

    For delegate-inclusive negative proof, supply trusted launcher coverage:

    anatrace session.jsonl \
      --capture-manifest capture.json \
      --json

    anatrace reports unverifiable when a signal, binding, or coverage guarantee is absent. It does not silently turn a blind channel into a pass.

    Pretty, JSON, and SARIF output include verification coverage. The receipt names unknown tools and unsupported shell commands that prevented a complete negative proof.

    See the repository README for policy syntax, formats, and current limitations.