# CLP26 Runbook

# CLP26 Runbook

How to operate the CLP26 workflow.

## Triggering a run
The systemd timer fires every 15 minutes. To force a run:
```bash
sudo systemctl start cth-runner@clp26.service
```

## Approving HITL
You will see a Telegram message in `#hitl-approvals` with Approve / Reject buttons. Tap one. Decision logged automatically.

## Inspecting a run
- Monday board `CLP26 Workflow Runs`
- `journalctl -u cth-runner@clp26.service -n 200`
- `jq 'select(.workflow_run_id=="<id>")' /opt/cth/audit.jsonl`

## Pausing the workflow
```bash
sudo systemctl stop cth-runner-clp26.timer
```

> TODO: add screenshots after first run.