Skip to content

percolation-inversion-compiler-ts v0.7.0

Choose a tag to compare

@kadubon kadubon released this 01 Jul 11:31

What changed

percolation-inversion-compiler-ts v0.7.0 mirrors the Python PIC v0.7.0 TRC operation-gate model for TypeScript agents.

Use:

pic-ts trc operation-gate --trace trace_nf.json --provider-profile provider.json

Agent-readable safety model

  • Authority gates check active status, expiry, scope, and trusted issuer policy.
  • Fixture dry-run traces are explicitly non-executable with fixture_only_authority_non_executable.
  • The report separates operation_ready, provider_dispatch_ready, and physical_dispatch_ready.
  • These flags do not claim execution, dispatch, or physical outcome proof.
  • ALT interop now separates report acceptance from capital_admitted.

Interop

The TypeScript package now exports operationGateReport and ships pic.trc_operation_gate_report.v1 schema support for CCR-style preflight planning.

Validation

CI passed on Node 20 and 22 across Linux, macOS, and Windows, including typecheck, lint, format, tests, conformance, pack checks, installed smoke, and npm audit.