-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
No. The Python project is canonical:
https://github.com/kadubon/percolation-inversion-compiler
PIC-TS is the npm and Node.js compatibility port.
For this release line, the reference is
percolation-inversion-compiler==0.6.0.
No for normal npm use. The installed npm package can run the Node-only agent loop, schema commands, packet commands, phase commands, Phase Ecology Lab commands, CCR interop commands, TRC operation-readiness commands, and SDK imports without Python.
v0.6.0 adds Node.js surfaces for:
- CCR task JSONL and residual JSONL;
- BIT witness registry extraction and CCR witness tasks;
- SQOT queue repair task emission;
- ALT-to-ECPT bridge reports;
- TRC trace normalization, trace checking, and trace-to-packet conversion;
- the
percolation-inversion-compiler-ts/interop/ccrSDK subpath.
These are data and diagnostic surfaces. They do not execute commands or settle external claims.
Use pic-ts for the npm package.
pic is included as a compatibility alias, but it can be confused with the
Python CLI.
No. It means the input was accepted for that command route.
No. It means the report can guide the next workflow step.
No. It often means the tool preserved missing obligations instead of hiding them.
No. safe_commands are recommendations or display data.
No. It means a TRC trace has the required declared fields for a scoped operation candidate, such as authority, resources, rollback or escrow, witnesses, schedule, preconditions, postconditions, and tolerance data.
PIC-TS still does not execute the operation and does not prove the physical result.
CCR interop is the v0.6.0 JSONL handoff between PIC-TS and Collective Capability Runtime.
npx pic-ts phase plan --compact --emit ccr-tasks --output tasks.jsonl
npx pic-ts phase gap --compact --emit ccr-residuals --output residuals.jsonlThe output is candidate work for a runtime to import and schedule. It is not CCR settlement and not command execution.
No. It can detect command-like text, but it does not execute it.
It is a local JSON/JSONL lab for observing agent reports over a small window. It can build packet graphs, show missing evidence, inspect closure candidates, and detect available execution paths as data.
It does not execute paths or prove real-world outcomes.
No. It can help route finite agent workflow checks. It does not prove real ASI, physical outcomes, simulator outcomes, or oracle truth.
https://www.npmjs.com/package/percolation-inversion-compiler-ts
- 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