Skip to content
kadubon edited this page Jul 1, 2026 · 8 revisions

percolation-inversion-compiler-ts Wiki

percolation-inversion-compiler-ts is the TypeScript-compatible, Python-free runtime port of Python PIC public JSON, CLI, schema, conformance, CCR interop, TRC operation gates, MCP/A2A checks, and ASI-proxy/CARA acceleration reports.

The current npm release is v0.8.0 TypeScript ASI-proxy parity layer.

Use PIC-TS when a JavaScript or TypeScript agent needs to check candidate output, packet sidecars, CCR interop files, TRC operation gates, MCP/A2A evidence, or target-valid ASI-proxy/CARA acceleration reports without running Python at runtime.

Fastest Start

npm install percolation-inversion-compiler-ts
npx pic-ts agent check --compact --text "Candidate packet: preserve residuals." --profile development
npx pic-ts demo bootstrap --output-dir .pic-demo --overwrite

Use pic-ts for npm and Node.js projects. The package also provides pic as a compatibility alias, but that name can be confused with the Python CLI.

What v0.8.0 Adds

PIC-TS mirrors Python PIC v0.8.0 public JSON for:

  • phase acceleration reports;
  • target-validity checks;
  • runtime capital witness reports;
  • stricter TRC operation and physical gates;
  • MCP descriptor reports and invocation preflight;
  • A2A agent-card and handoff reports;
  • SQOT protocol/resource/probe diagnostics;
  • BIT MEC frontier, certificate compiler, CEGAR, and dynamic-regime reports;
  • CCR interop fixtures in examples/asi_proxy_acceleration_bundle/.

Python PIC remains canonical. PIC-TS conformance checks compare required keys, status booleans, blockers, non-claims, residual kinds, and rounded numeric coordinates.

PIC-TS mirrors Python fail-closed behavior. Non-accepted target laws, unapproved authority, stale baselines, absent admitted capital witnesses, proxy-only capital, raw-net floor failures, and MCP descriptor rug-pulls return explicit blockers rather than silent promotion.

First v0.8.0 Checks

npx pic-ts phase acceleration-report --target examples/asi_proxy_acceleration_bundle/target.json --baseline examples/asi_proxy_acceleration_bundle/baseline_upper_envelope.json --capital examples/asi_proxy_acceleration_bundle/capital_witnesses.jsonl
npx pic-ts mcp descriptor-check --descriptor examples/asi_proxy_acceleration_bundle/mcp_descriptor.good.json --profile development
npx pic-ts a2a handoff-check --handoff examples/asi_proxy_acceleration_bundle/a2a_handoff.good.json --profile development

Commands that use examples/... assume a repository checkout or packaged example path under node_modules/percolation-inversion-compiler-ts/examples.

Safety Boundary

PIC-TS does not prove real ASI, physical truth, simulator truth, oracle truth, legal authority, policy success, or arbitrary agent correctness.

PIC-TS does not grant authority to run shell commands, mutate repositories, call providers, use credentials, change model weights, or self-rewrite.

provider_dispatch_ready is not dispatch. physical_dispatch_ready is not physical outcome proof. MCP descriptors and A2A handoffs are candidate evidence until checked.

Search Terms

TypeScript PIC, Node agent checker, PIC-TS, Python PIC parity, npm AI workflow report generator, ASI-proxy acceleration, CARA, runtime capital witness, baseline upper envelope, target-validity certificate, MCP descriptor report, MCP invocation preflight, A2A handoff report, CCR interop, TRC operation gate, TraceNF, operation_ready, provider_dispatch_ready, physical_dispatch_ready, capital_admitted, pic-ts phase acceleration-report, settled=false.

Clone this wiki locally