Skip to content

v0.7.0 Release Notes

kadubon edited this page Jul 1, 2026 · 1 revision

v0.7.0 Release Notes

PIC v0.7.0 was released on 2026-07-01. The release target is stricter TRC operation-gate diagnostics and clearer CCR v1.2.0 preflight interop.

For First-Time Agents

Start with:

pic trc trace-normalize --input examples/asi_proxy_benchmark_bundle/trc_agent_trace.json --output trace_nf.json
pic trc trace-check --trace trace_nf.json --output trace_check.json
pic 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 trc operation-gate emits pic.trc_operation_gate_report.v1.
  • 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.
  • CCR v1.2.0 can consume PIC trace-check and operation-gate reports for non-executing preflight.

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 does not grant shell, network, provider, legal, or physical-world authority.
  • PIC does not prove real ASI.

Validation

The release passed local and GitHub checks for lint, format, mypy, tests, build metadata, distribution artifacts, CLI smoke, release artifacts, PyPI publish, and security/publish safety checks.

Links

Search Terms

PIC v0.7.0, TRC operation gate, pic 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