smithers-fork
SolidCreate a branched run from a snapshot checkpoint (time travel). Run `smithers fork --help` for usage details.
AI & Automation 338 stars
43 forks Updated today MIT
Install
Quality Score: 85/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# smithers fork
Create a branched run from a snapshot checkpoint (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 |
| `--frame` | `number` | | Frame number to fork from |
| `--resetNode` | `string` | | Node ID to reset to pending |
| `--input` | `string` | | Input overrides as JSON string |
| `--label` | `string` | | Branch label |
| `--run` | `boolean` | `false` | Immediately start the forked run |
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-replay
Fork from a checkpoint and resume execution (time travel). Run `smithers replay --help` for usage details.
338 Updated today
smithersai AI & Automation Solid
smithers-graph
Render the workflow graph without executing it. Run `smithers graph --help` for usage details.
338 Updated today
smithersai AI & Automation Solid
smithers-make-workflow
Build a new Smithers workflow from a plain-English description. Dispatches to the create-workflow builder. Run `smithers init` first if the .smithers/ pack is not yet installed. Run `smithers make-workflow --help` for usage details.
338 Updated today
smithersai