feat: add Crestodian setup helper

This commit is contained in:
Peter Steinberger
2026-04-25 08:49:49 +01:00
parent e0bee76fb0
commit 2011de69d3
67 changed files with 4231 additions and 71 deletions

View File

@@ -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",