-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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.
- TypeScript repository: https://github.com/kadubon/percolation-inversion-compiler-ts
- npm package: https://www.npmjs.com/package/percolation-inversion-compiler-ts
- Canonical Python repository: https://github.com/kadubon/percolation-inversion-compiler
- Canonical Python wiki: https://github.com/kadubon/percolation-inversion-compiler/wiki
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 --overwriteUse 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.
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.
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 developmentCommands that use examples/... assume a repository checkout or packaged example path under node_modules/percolation-inversion-compiler-ts/examples.
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.
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.
- 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