replay

Installation
SKILL.md

Autodialectics Replay

Use this skill to replay a previous pipeline run with an optional policy override.

Prerequisites

autodialectics-mcp must be on PATH (pip install autodialectics).

MCP Tool

  • replay_run(run_id, policy_id?) — re-execute a stored run manifest. If policy_id is provided, the replay uses that policy instead of the original.

CLI Fallback

autodialectics replay <run_id>
autodialectics replay <run_id> --policy <policy_id>
Installs
1
GitHub Stars
4
First Seen
2 days ago
replay — hmbown/autodialectics