diff --git a/.smithers/main.tsx b/.smithers/main.tsx index df35e70..7ba8946 100755 --- a/.smithers/main.tsx +++ b/.smithers/main.tsx @@ -6,8 +6,8 @@ * Each parallel agent works in its own worktree, avoiding conflicts. */ -import { createSmithersRoot } from "smithers-orchestrator"; -import { createSmithersDB } from "smithers-orchestrator/db"; +import { createSmithersRoot } from "smthrs"; +import { createSmithersDB } from "smthrs/db"; import { SmithersProvider, Ralph, @@ -15,7 +15,7 @@ import { Phase, Step, Parallel, -} from "smithers-orchestrator/components"; +} from "smthrs/components"; const db = await createSmithersDB({ path: ".smithers/db" }); const executionId = await db.execution.start("Voltaire Parallel Testing", "main.tsx");