-
Notifications
You must be signed in to change notification settings - Fork 0
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.
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.jsonRead operation_ready, provider_dispatch_ready, and physical_dispatch_ready separately. None of them means execution occurred.
-
pic-ts trc operation-gateemitspic.trc_operation_gate_report.v1. -
operationGateReportis exported frompercolation-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
acceptedfromcapital_admitted.
-
operation_ready=trueis not execution. -
provider_dispatch_ready=trueis not provider dispatch. -
physical_dispatch_ready=trueis not physical outcome proof. - PIC-TS does not grant shell, network, provider, legal, or physical-world authority.
- PIC-TS does not prove real ASI.
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.
- Release: https://github.com/kadubon/percolation-inversion-compiler-ts/releases/tag/v0.7.0
- npm: https://www.npmjs.com/package/percolation-inversion-compiler-ts/v/0.7.0
- Canonical Python release: https://github.com/kadubon/percolation-inversion-compiler/releases/tag/v0.7.0
- CCR v1.2.0: https://github.com/kadubon/collective-capability-runtime/releases/tag/v1.2.0
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.
- Home
- Quickstart
- Getting Started
- Acceleration Measurement
- Operation Guide
- AFST Satisfaction Flux
- Python TypeScript Compatibility
- Security
- Node Only Agent Loop
- ASI Proxy Loop v0.9
- Token Reports and Agent Loop
- ASI Proxy Acceleration
- CCR Interop
- MCP And A2A Safety
- Operation Gate
- Phase Ecology Lab
- CLI Recipes
- JavaScript SDK
- Diagnostic Commands
- How To Read The JSON
- Agent Guide
- Agent Messages and Packets
- Schemas and Conformance
- Safety and Limits
- Compatibility With Python
- npm Package and Release Checks
- Use Cases
- Core Concepts
- Concepts in Plain Language
- What PIC Does Not Do
- Theory Map
- Glossary
- FAQ
- v1.1 Release Notes
- v0.9.0 Release Notes
- v0.8.0 Release Notes
- v0.7.0 Release Notes
- v0.6.0 Release Notes
- v0.5.0 Release Notes