Before You Start
You need:- a project with
.smithers/installed viabunx smithers-orchestrator init - provider or agent credentials configured for the workflow you want to run
- a workflow file or a discovered workflow under
.smithers/workflows
1. Start a Run
Run a discovered workflow from the local workflow pack:2. Find the Run You Care About
3. Inspect the Run
inspect when you need the structured view: status, current steps, approvals, outputs, retries, and loop state.
4. Read the Live Trail
Use logs for lifecycle events:node when you need one node’s details instead of the whole run:
5. Handle Pauses
If a workflow pauses for approval:6. Resume Safely
If the process exits or your machine restarts, resume the same run ID:7. Know When to Switch to JSX
Stay in the CLI when your job is:- launching workflows
- inspecting state
- debugging and recovery
- approvals, signals, and operations
- defining tasks and schemas
- changing workflow structure
- adding branching, loops, approvals, or subflows
- building reusable workflow components
Next Steps
- CLI Reference for the full command surface.
- JSX API if you want to build or modify workflows.
- Debugging for failure analysis.
- Resumability for the crash-recovery model.