-
Notifications
You must be signed in to change notification settings - Fork 0
Optional Reports and Markdown
kadubon edited this page Jul 1, 2026
·
2 revisions
Some commands can produce Markdown reports for humans.
JSON remains the machine-readable contract. Markdown is for reading, review, and handoff.
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.mdAdoption reports do not approve work, install packages, or make the result settled.
npx pic-ts phase dashboard --format markdown --output phase-dashboard.md
npx pic-ts phase observe --format markdown --output phase-observe.mdThese reports describe workflow state and bottlenecks. They do not prove real ASI or execute phase actions.
npx pic-ts phase plan --compact --emit ccr-tasks --output tasks.jsonl
npx pic-ts phase gap --compact --emit ccr-residuals --output residuals.jsonlThese are machine-readable handoff records, not Markdown summaries. They remain candidate-only until a downstream runtime checks them.
npx pic-ts agent autonomy-audit --profile development --format markdown --language enThe audit explains what the agent can inspect locally and what remains outside the package's authority.
Markdown reports are explanations. JSON and JSONL remain the machine-readable contracts. Always preserve blockers, residuals, and missing obligations.
- 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