smithers-replay
SolidFork from a checkpoint and resume execution (time travel). Run `smithers replay --help` for usage details.
AI & Automation 339 stars
44 forks Updated today MIT
Install
Quality Score: 87/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# smithers replay
Fork from a checkpoint and resume execution (time travel).
## 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` | | Source run ID to replay from |
| `--frame` | `number` | | Frame number to fork from |
| `--node` | `string` | | Node ID to reset to pending |
| `--input` | `string` | | Input overrides as JSON string |
| `--label` | `string` | | Branch label for the fork |
| `--restoreVcs` | `boolean` | `false` | Restore jj filesystem state to the source frame's revision |
Details
- Author
- smithersai
- Repository
- smithersai/smithers
- Created
- 6 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
smithers-fork
Create a branched run from a snapshot checkpoint (time travel). Run `smithers fork --help` for usage details.
339 Updated today
smithersai AI & Automation Solid
smithers-rewind
Rewind a run to a previous frame. Run `smithers rewind --help` for usage details.
339 Updated today
smithersai AI & Automation Solid
smithers-retry-task
Retry a specific task within a run, then resume the workflow. Run `smithers retry-task --help` for usage details.
339 Updated today
smithersai