Run History CLI
Store and manage recipe run history for debugging, auditing, and replay.Quick Start
Commands
runs list
List runs from history.| Option | Description |
|---|---|
--recipe <name> | Filter by recipe name |
--session <id> | Filter by session ID |
--limit <n> | Maximum results (default: 20) |
--json | Output JSON format |
runs stats
Get storage statistics.runs cleanup
Clean up old runs based on retention policy.export
Export a run for replay or debugging.| Option | Description |
|---|---|
-o, --output <path> | Output file path |
--json | Output JSON format |
replay
Replay a run from an export bundle.| Option | Description |
|---|---|
--compare | Compare output with original |
--json | Output JSON format |
Export Format
Storage Location
Run history is stored at~/.praison/runs/.
Data Policy
Runs respect the recipe’s data policy:Python API
Next Steps
- Recipe Registry - Publish and pull recipes
- Security Features - SBOM, signing, auditing
- Policy Packs - Manage tool permissions

