---
name: smithersai/smithers-timetravel
source: https://app.decimal.ai/s/smithersai-smithers-timetravel@1/SKILL.md
source_sha256: 1ecdd676f185
---

# smithers timetravel

Time-travel to a previous task state by reverting filesystem state, resetting DB state, and optionally resuming.

## Arguments

| Name | Type | Required | Description |
|------|------|----------|-------------|
| `workflow` | `string` | yes | Workflow ID (from `smithers workflow list`) or path to a .tsx workflow file |

## Options

| Flag | Type | Default | Description |
|------|------|---------|-------------|
| `--runId` | `string` |  | Run ID |
| `--nodeId` | `string` |  | Task/node ID to travel back to |
| `--iteration` | `number` | `0` | Loop iteration |
| `--attempt` | `number` |  | Attempt number (default: latest) |
| `--vcs` | `boolean` | `true` | Revert filesystem state. Use --no-vcs to skip (DB only). |
| `--deps` | `boolean` | `true` | Also reset dependents. Use --no-deps to reset only this node. |
| `--resume` | `boolean` | `false` | Resume the workflow after time travel |
| `--force` | `boolean` | `false` | Force even if run is still running |