feat(config): add hyperplan to builtin command schema

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
YeonGyu-Kim
2026-04-28 19:03:02 +09:00
parent 91b7fcab3a
commit 585ad6d8d5
+1
View File
@@ -9,6 +9,7 @@ export const BuiltinCommandNameSchema = z.enum([
"start-work",
"stop-continuation",
"remove-ai-slops",
"hyperplan",
])
export type BuiltinCommandName = z.infer<typeof BuiltinCommandNameSchema>