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

PIC-TS v1.1

PIC-TS is the Node.js and TypeScript runtime for PIC checks, verified capability measurement, AFST diagnostics, and approval-bound operation planning.

Start In Five Minutes

npm install percolation-inversion-compiler-ts@1.1.0
npx pic-ts agent check --compact
npx pic-ts demo bootstrap --output-dir .pic-demo --overwrite
npx pic-ts afst check --case .pic-demo/afst/minimal_accepted.json --compact

Use .pic-demo/... after bootstrap and examples/... in a source checkout. Python PIC is the canonical semantic implementation; PIC-TS runs without Python and is checked against the same v1.1 contract.

What v1.1 Adds

  • strict bounded public input;
  • Python parity for unknown Phase values, BIT, SQOT, ALT, TRC, and AFST;
  • typed runtime compare and runtime certify-acceleration;
  • the percolation-inversion-compiler-ts/runtime SDK subpath; and
  • explicit signed operation planning and dispatch.

A measured accelerator result requires both accepted=true and acceleration_metrics_certified=true.

Safety Boundary

PIC-TS does not prove real ASI, consciousness, legal authority, model-weight change, or physical/oracle truth. Check commands do not dispatch operations. A dispatch receipt is not outcome evidence.

Search Terms

PIC-TS, TypeScript AI agent verification, Node.js capability runtime, resource-matched baseline, acceleration certificate, residual ledger, AFST, ECPT, BIT witness, SQOT queue cost, ALT admission, TRC operation security, Ed25519, JCS, npm provenance, and Python TypeScript conformance.

Clone this wiki locally