feat: launch as neuron — bin entry + CLI script name

This commit is contained in:
2026-08-21 13:59:45 -05:00
parent 4972fcc4bb
commit 58e0050a81
7 changed files with 17 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { Context, Effect, Exit, Fiber } from "effect"
import { WorkspaceContext } from "@/control-plane/workspace-context"
import { WorkspaceContext } from "@/effect/workspace-context"
import type { WorkspaceV2 } from "@opencode-ai/core/workspace"
import { InstanceRef, WorkspaceRef } from "./instance-ref"
import { attachWith } from "./run-service"