-
Notifications
You must be signed in to change notification settings - Fork 0
CLI Recipes
kadubon edited this page Jun 21, 2026
·
4 revisions
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 developmentnpx pic-ts phase plan --compact --text "Candidate packet: preserve residuals." --profile development
npx pic-ts phase gap --compact --profile development
npx pic-ts phase runbook --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 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 RuntimeStepReport
npx pic-ts schema --all --output-dir schemasnpx pic-ts portability verify --manifest fixtures/portability_conformance/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