-
Notifications
You must be signed in to change notification settings - Fork 0
v0.5.0 Release Notes
kadubon edited this page Jun 22, 2026
·
1 revision
PIC-TS v0.5.0 updates the npm package to follow the public JSON, CLI, schema,
conformance, and safety semantics of the canonical Python package
percolation-inversion-compiler==0.5.0.
The package is for JavaScript and TypeScript agent runtimes. It checks local JSON reports, keeps unfinished work visible, exports and inspects inert packets, and plans next workflow steps without needing Python at runtime.
- Phase Ecology Lab support for Node.js with a local JSON/JSONL store.
- Effective packet graph records for accepted packets, candidate-only packets, blockers, missing evidence, and residual work.
- Diagnostic CLI and SDK surfaces for BIT, SQOT, ALT, TRC, and ecology records.
- v0.5.0 schemas, examples, portability fixtures, snapshot fixtures, and audit documentation.
- npm subpath exports for
./phase-lab,./bit-engine,./sqot-controller,./alt-lift, and./trc-adapter. - Installed-package smoke tests for Windows, macOS, and Linux.
npm install percolation-inversion-compiler-ts
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 --compactPIC-TS checks and routes JSON data. It does not execute packet content, shell commands, trace content, or suggested commands. It does not mutate repositories, crawl in the background, or prove real-world truth.
The status fields stay separate:
-
acceptedmeans the input passed the bounded check for that command. -
workflow_usablemeans the report can guide a next workflow step. -
operationally_usablemeans the runtime result can be used under the selected profile. -
settledis only true when scoped finite obligations have actually been discharged.
- Release: https://github.com/kadubon/percolation-inversion-compiler-ts/releases/tag/v0.5.0
- npm: 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
- 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