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. Ifpolicy_idis provided, the replay uses that policy instead of the original.
CLI Fallback
autodialectics replay <run_id>
autodialectics replay <run_id> --policy <policy_id>