Reference
CLI reference
Subcommands that ship today. No subcommand opens the OpenTUI workbench.
Default (workbench)
orkestrate — OpenTUI. See Workbench (TUI).
doctor
orkestrate doctor— lists installed packs and whether each pack's harness driver (OpenCode) is detected on PATH.
pack
pack list— installed packs in workspace (and global when applicable).pack install <slug>— install from bundled catalog in the package.pack create <id> --from coding— scaffold fromcodingorextension-builder.pack validate <id>— layout + harness slice checks.
run
run launch <pack-id>— new terminal + OpenCode + pack home.run list— launch records under.orkestrate/runs/.run status— summary of active runs.run stop <run-id>— stop a tracked launch.
registry
registry listregistry search <query>registry install <slug>— clone/install from catalog entry (GitHubsource_url).
extension
extension validate <path> — validate an Orkestrate extension manifest (OpenCode adapter lives under extensions/opencode-adapter/ in the repo).