Skip to content

v0.7.0 Release Notes

kadubon edited this page Jul 1, 2026 · 1 revision

v0.7.0 Release Notes

PIC-TS v0.7.0 was released on 2026-07-01. The npm package now tracks Python percolation-inversion-compiler==0.7.0 operation-gate semantics for Node.js agent runtimes.

For First-Time Agents

Start with:

npx pic-ts trc trace-normalize --input examples/asi_proxy_benchmark_bundle/trc_agent_trace.json --output trace_nf.json
npx pic-ts trc trace-check --trace trace_nf.json --output trace_check.json
npx pic-ts trc operation-gate --trace trace_nf.json --output operation_gate.json

Read operation_ready, provider_dispatch_ready, and physical_dispatch_ready separately. None of them means execution occurred.

New In v0.7.0

  • pic-ts trc operation-gate emits pic.trc_operation_gate_report.v1.
  • operationGateReport is exported from percolation-inversion-compiler-ts/interop/ccr.
  • Authority gates check status, expiry, scope, and trusted issuer policy.
  • Fixture dry-run traces remain blocked with fixture_only_authority_non_executable.
  • Provider dispatch and physical dispatch are represented as separate gates.
  • ALT interop separates syntactic accepted from capital_admitted.

What It Does Not Claim

  • operation_ready=true is not execution.
  • provider_dispatch_ready=true is not provider dispatch.
  • physical_dispatch_ready=true is not physical outcome proof.
  • PIC-TS does not grant shell, network, provider, legal, or physical-world authority.
  • PIC-TS does not prove real ASI.

Validation

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

Links

Search Terms

PIC-TS v0.7.0, pic-ts trc operation-gate, operationGateReport, TRC operation gate, TraceNF, operation_ready, provider_dispatch_ready, physical_dispatch_ready, authority_scope_mismatch, fixture_only_authority_non_executable, CCR operation preflight, ALT capital_admitted, ASI-proxy acceleration.

Clone this wiki locally