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:
@@ -9,6 +9,7 @@ export const BuiltinCommandNameSchema = z.enum([
|
|||||||
"start-work",
|
"start-work",
|
||||||
"stop-continuation",
|
"stop-continuation",
|
||||||
"remove-ai-slops",
|
"remove-ai-slops",
|
||||||
|
"hyperplan",
|
||||||
])
|
])
|
||||||
|
|
||||||
export type BuiltinCommandName = z.infer<typeof BuiltinCommandNameSchema>
|
export type BuiltinCommandName = z.infer<typeof BuiltinCommandNameSchema>
|
||||||
|
|||||||
Reference in New Issue
Block a user