-
Notifications
You must be signed in to change notification settings - Fork 0
CLI Recipes
These examples use pic-ts, the recommended CLI name for the npm package.
npx pic-ts agent check --compact --text "Candidate packet: preserve residuals." --profile development
npx pic-ts agent intake --text "Candidate packet: preserve residuals." --profile development
npx pic-ts agent runbook --profile development
npx pic-ts agent accelerate --compact --text "Candidate packet: preserve residuals." --profile developmentnpx pic-ts demo bootstrap --output-dir .pic-demo --overwrite
npx pic-ts demo installed-smokenpx pic-ts runtime step \
--state .pic-demo/runtime_state.json \
--input .pic-demo/runtime_step_input.json \
--output .pic-demo/runtime_step_report.generated.jsonnpx 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.jsonPacket commands treat files as data. They do not execute embedded command-like text.
npx pic-ts phase plan --request .pic-demo/asi_proxy_phase_request.json --compact
npx pic-ts phase gap --request .pic-demo/asi_proxy_phase_request.json --compact
npx pic-ts phase runbook --profile developmentnpx pic-ts phase plan --request .pic-demo/asi_proxy_phase_request.json --compact --emit ccr-tasks --output tasks.jsonl
npx pic-ts phase gap --request .pic-demo/asi_proxy_phase_request.json --compact --emit ccr-residuals --output residuals.jsonlThese JSONL files are scheduler handoff data. They do not authorize command execution.
npx 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 list-windows --store .pic-lab
npx pic-ts phase lab observe --store .pic-lab --window latest --output observation.json
npx pic-ts phase lab graph --store .pic-lab --output effective_graph.json
npx pic-ts phase lab closure --store .pic-lab --output closure_report.json
npx pic-ts phase lab executable-paths --store .pic-lab --output executable_paths.json
npx pic-ts phase lab threshold-status --store .pic-lab --threshold .pic-demo/asi_proxy_development.json
npx pic-ts phase lab certify --store .pic-lab --threshold .pic-demo/asi_proxy_development.json --output certificate.json
npx pic-ts phase lab compare-window --store .pic-lab --baseline previous --candidate latestFrom a repository checkout or from packaged examples under
node_modules/percolation-inversion-compiler-ts/examples:
npx pic-ts bit diagnose --graph examples/phase_lab/effective_graph.example.json
npx pic-ts sqot diagnose-queue --graph examples/phase_lab/effective_graph.example.json
npx pic-ts alt ecpt-lift --packets examples/alt_lift/alt_ecpt_lift.example.json --graph examples/phase_lab/effective_graph.example.json
npx pic-ts trc trace-adapter --input examples/trc_adapter/tool_trace_input.example.json
npx pic-ts ecology execution-available-paths --graph examples/phase_lab/effective_graph.example.jsonThese routes are diagnostic or recommendation-only. They keep settled=false
unless finite verifier obligations are actually discharged.
npx pic-ts bit extract-registry --source "Bottleneck Inversion Theory.tex" --output bit_registry.jsonl
npx pic-ts bit verify-witnesses --registry bit_registry.jsonl --output bit_witnesses.json
npx pic-ts bit emit-ccr-tasks --registry bit_registry.jsonl --output bit_witness_tasks.jsonl
npx pic-ts sqot diagnose-queue --state phase_report.json --emit ccr-tasks --output sqot_repair_tasks.jsonl
npx pic-ts alt bridge-ecpt --packet alt_packet.json --output alt_bridge.json
npx pic-ts trc trace-normalize --input examples/asi_proxy_benchmark_bundle/trc_agent_trace.json --output trace_nf.json
npx pic-ts trc trace-check --trace trace_nf.json --output trace_check.json
npx pic-ts trc trace-to-packet --trace trace_nf.json --output trace_packet.jsonoperation_ready=true means a scoped trace has the required planning fields
for review. It is not execution, physical proof, or settlement.
npx pic-ts adoption request --format markdown --language en --output adoption-request.md
npx pic-ts adoption request --format markdown --language ja --output adoption-request-ja.md
npx pic-ts phase dashboard --format markdown --output phase-dashboard.mdMarkdown reports are for humans. JSON reports remain the machine-readable contract.
npx pic-ts schema --type PhaseAccelerationPlan
npx pic-ts schema --type EffectivePacketGraph
npx pic-ts schema --all --output-dir schemasnpx pic-ts portability verify --manifest fixtures/portability_conformance/manifest.json
npx pic-ts portability verify --manifest fixtures/portability_conformance_v050/manifest.jsonWhen installed from npm, the package includes the fixture files needed for the built-in smoke and conformance paths.
npx pic agent check --compact --text "Candidate packet: preserve residuals." --profile developmentUse pic-ts when both the Python and npm packages may be installed.
- 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