Skip to main content

Documentation Index

Fetch the complete documentation index at: https://smithers.sh/llms.txt

Use this file to discover all available pages before exploring further.

bunx smithers-orchestrator init                                       # scaffold .smithers/
bunx smithers-orchestrator workflow run implement --prompt "…"        # launch a seeded workflow
bunx smithers-orchestrator ps                                         # list runs
bunx smithers-orchestrator inspect <run-id>                           # structured run state
bunx smithers-orchestrator logs <run-id> --tail 20 --follow           # stream events
bunx smithers-orchestrator why <run-id>                               # why is it paused?
bunx smithers-orchestrator approve <run-id> --node <id> --by <name>
bunx smithers-orchestrator up workflow.tsx --run-id <id> --resume true   # resume
bunx smithers-orchestrator cancel <run-id>
See Tour for the full worked example. See CLI for every command with flags and examples.