scripts/worktree-feature/run.sh
Example: aspirational launcher script for a
scripts/worktree-feature/run.sh workflow directory that does not exist on main; this doc shows the intended structure.Source
package.json
config.ts
preload.ts
Key Details
USE_CLI_AGENTS=1selects CLI agents (Claude Code / Codex CLI) over API agents.SMITHERS_UNSAFE=1enablesdangerouslySkipPermissions, bypassing Claude Code’s permission prompts for headless, unattended runs. Only use it in a sandboxed environment: the agent gets unrestricted filesystem and shell access."smithers-orchestrator": "file:../../"links to the local package for co-development.preload.tsregisters the MDX plugin, enabling.mdximports as JSX components.--rootpasses the repository root so agents access the full codebase, not just the workflow directory.bunx smithers-orchestrator up workflow.tsx --run-id RUN_ID --resume trueresumes from the last checkpoint.