Run History CLI
Store and manage recipe run history for debugging, auditing, and replay.Quick Start
Commands
runs list
List runs from history.
Examples:
runs stats
Get storage statistics.runs cleanup
Clean up old runs based on retention policy.export
Export a run for replay or debugging.
Examples:
replay
Replay a run from an export bundle.
Examples:
Export Format
Storage Location
Run history is stored at~/.praisonai/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

