telos_replay
Replay a receipt under an alternate governance configuration and compare verdict changes. Returns a job ID to poll results.
Instructions
Queue a CCRS counterfactual replay against an alternate config.
CCRS Mode C re-runs the lifecycle that produced receipt_id under a
different governance configuration (alt thresholds, alt centroids,
alt PA) and reports verdict deltas. Returns immediately with a job id;
poll the result via telos://replay/{job_id} once available.
Args: receipt_id: ID of the receipt to replay against. alt_config_path: Path to the alternate config (YAML) to apply.
Returns: Dict with keys: job_id, receipt_id, alt_config_path, status, queued_at, estimated_runtime_seconds, result_uri, stub.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| receipt_id | Yes | ||
| alt_config_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||