-
Notifications
You must be signed in to change notification settings - Fork 0
Quickstart
kadubon edited this page Jun 22, 2026
·
5 revisions
This page gives the shortest safe path to useful output from npm.
npm install percolation-inversion-compiler-tsFor one-off use, run the CLI through npx.
Use pic-ts for this npm package.
The package also installs pic as a compatibility alias. If the Python package
is installed on the same machine, pic may refer to either implementation
depending on your PATH. Use pic-ts when you specifically want the Node.js
package.
npx pic-ts demo bootstrap --output-dir .pic-demo --overwrite
npx pic-ts runtime step --state .pic-demo/runtime_state.json --input .pic-demo/runtime_step_input.json --output .pic-demo/runtime_step_report.generated.json
npx pic-ts packet export --report .pic-demo/runtime_step_report.generated.json --output .pic-demo/packet.json
npx pic-ts packet inspect --packet .pic-demo/packet.json
npx pic-ts phase plan --request .pic-demo/asi_proxy_phase_request.json --compactThis works without Python. It creates a runtime report, exports it as packet data, inspects the packet without running embedded text, and returns a phase plan.
npx pic-ts agent check --compact --text "Candidate packet: preserve residuals." --profile development
npx pic-ts agent accelerate --compact --text "Candidate packet: preserve residuals." --profile developmentnpx pic-ts phase lab init --output-dir .pic-lab
npx pic-ts phase lab ingest --store .pic-lab --report .pic-demo/runtime_step_report.generated.json
npx pic-ts phase lab observe --store .pic-lab
npx pic-ts phase lab graph --store .pic-labThe lab records accepted packets, candidate-only data, residual work, and blocked execution paths. It does not execute packet content.
acceptedworkflow_usableoperationally_usablesettledmissing_obligationsresidual_ledgercandidate_only_reasonssettled_blockers
settled=false is not a command failure. It means unfinished work is still
visible.
- 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