-
Notifications
You must be signed in to change notification settings - Fork 0
v0.7.0 Release Notes
kadubon edited this page Jul 1, 2026
·
1 revision
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.
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.jsonRead operation_ready, provider_dispatch_ready, and physical_dispatch_ready separately. None of them means execution occurred.
-
pic trc operation-gateemitspic.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
acceptedfromcapital_admitted. - CCR v1.2.0 can consume PIC trace-check and operation-gate reports for non-executing preflight.
-
operation_ready=trueis not execution. -
provider_dispatch_ready=trueis not provider dispatch. -
physical_dispatch_ready=trueis not physical outcome proof. - PIC does not grant shell, network, provider, legal, or physical-world authority.
- PIC does not prove real ASI.
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.
- Release: https://github.com/kadubon/percolation-inversion-compiler/releases/tag/v0.7.0
- PyPI: https://pypi.org/project/percolation-inversion-compiler/0.7.0/
- CCR v1.2.0: https://github.com/kadubon/collective-capability-runtime/releases/tag/v1.2.0
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.
- Home
- Getting Started
- Acceleration Measurement
- Operation Guide
- AFST Satisfaction Flux
- Python TypeScript Compatibility
- Security
- Quickstart
- ASI Proxy Loop v0.9
- Token Reports and Agent Loop
- ASI Proxy Acceleration
- CCR Interop
- MCP And A2A Safety
- Operation Gate
- Phase Ecology Lab
- Related OSS
- Use Cases
- Live Intake and Agent Messages
- Core Concepts
- Concepts in Plain Language
- Agent Guide
- Diagnostics and Agent Autonomy
- What PIC Does Not Do
- Safety and Limits
- Theory Map
- CLI Recipes
- 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