mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-14 17:40:44 +00:00
feat: add Crestodian setup helper
This commit is contained in:
@@ -4,6 +4,11 @@ import type { NamedCommandDescriptor } from "./command-group-descriptors.js";
|
||||
export type CoreCliCommandDescriptor = NamedCommandDescriptor;
|
||||
|
||||
const coreCliCommandCatalog = defineCommandDescriptorCatalog([
|
||||
{
|
||||
name: "crestodian",
|
||||
description: "Open the ring-zero setup and repair helper",
|
||||
hasSubcommands: false,
|
||||
},
|
||||
{
|
||||
name: "setup",
|
||||
description: "Initialize local config and agent workspace",
|
||||
|
||||
Reference in New Issue
Block a user