-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
kadubon edited this page Jul 11, 2026
·
6 revisions
PIC-TS supports Node.js 20 or newer on Linux, Windows, and macOS. Python is not required for normal npm use. Start with a check-only command.
npm install percolation-inversion-compiler-ts@1.1.0
npx pic-ts --version
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 --compactUse pic-ts in Node projects. The pic binary is only a compatibility alias
and can be confused with the Python CLI.
Use this path for the full examples/... tree, conformance tests, and release
engineering.
git clone https://github.com/kadubon/percolation-inversion-compiler-ts.git
cd percolation-inversion-compiler-ts
npm ci
npm run build
npx pic-ts runtime compare --baseline examples/runtime_acceleration/baseline.json --candidate examples/runtime_acceleration/candidate.jsonIn an installed project, packaged examples are under
node_modules/percolation-inversion-compiler-ts/examples/.... Files generated
by bootstrap are under .pic-demo/....
-
accepted: finite checks accepted the declared scope. -
operationally_usable: the selected operational profile passed. -
acceleration_metrics_certified: a matched comparison improved without an out-of-tolerance regression. -
settled: every declared obligation is discharged. -
blockersandresidual_ledger: unresolved work that remains visible.
Acceptance never grants provider authority or implies settlement. Continue with Acceleration Measurement, Operation Guide, and Security.
- 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