diff --git a/src/config/schema/commands.ts b/src/config/schema/commands.ts index 714580729..ea2a11287 100644 --- a/src/config/schema/commands.ts +++ b/src/config/schema/commands.ts @@ -9,6 +9,7 @@ export const BuiltinCommandNameSchema = z.enum([ "start-work", "stop-continuation", "remove-ai-slops", + "hyperplan", ]) export type BuiltinCommandName = z.infer