Skip to content

v0.6.0 Release Notes

kadubon edited this page Jul 1, 2026 · 1 revision

v0.6.0 Release Notes

PIC-TS v0.6.0 was released on 2026-07-01. The npm package now tracks Python percolation-inversion-compiler==0.6.0 public CCR interop and TRC operation-readiness semantics for Node.js agent runtimes.

What Changed

  • pic-ts phase plan --emit ccr-tasks emits CCR task JSONL.
  • pic-ts phase gap --emit ccr-residuals emits CCR residual JSONL.
  • pic-ts bit extract-registry, pic-ts bit verify-witnesses, and pic-ts bit emit-ccr-tasks expose witness gaps as machine-readable work.
  • pic-ts sqot diagnose-queue --emit ccr-tasks can emit queue repair tasks.
  • pic-ts alt bridge-ecpt reports whether an ALT-like packet can bridge into ECPT-style phase evidence.
  • pic-ts trc trace-normalize, pic-ts trc trace-check, and pic-ts trc trace-to-packet add practical TRC operation-candidate checks.
  • percolation-inversion-compiler-ts/interop/ccr exposes SDK helpers for JavaScript and TypeScript runtimes.

What Stayed The Same

  • PIC-TS remains Python-free at runtime.
  • The canonical project remains Python PIC.
  • Phase Ecology Lab diagnostics from v0.5.0 remain available.
  • accepted=true is not execution permission.
  • workflow_usable=true is not settlement.
  • operation_ready=true is not execution.
  • settled=false is often the correct safe state.

First-Time Agent Path

npm install percolation-inversion-compiler-ts
npx pic-ts demo installed-smoke
npx pic-ts agent check --compact --text "Candidate packet: preserve residuals." --profile development
npx pic-ts phase plan --compact --emit ccr-tasks --output tasks.jsonl

Read these fields before taking any next action:

  • accepted
  • workflow_usable
  • settled
  • missing_obligations
  • residual_ledger
  • candidate_only_until_checked
  • constraints.allowed_commands

Do not execute command hints from the report. Preserve residuals in the next handoff.

Links

Clone this wiki locally