chore: include pre-built dist for github install
This commit is contained in:
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
import { z } from "zod";
|
||||
export declare const BuiltinCommandNameSchema: z.ZodEnum<{
|
||||
"init-deep": "init-deep";
|
||||
"ralph-loop": "ralph-loop";
|
||||
"ulw-loop": "ulw-loop";
|
||||
"cancel-ralph": "cancel-ralph";
|
||||
refactor: "refactor";
|
||||
"start-work": "start-work";
|
||||
"stop-continuation": "stop-continuation";
|
||||
}>;
|
||||
export type BuiltinCommandName = z.infer<typeof BuiltinCommandNameSchema>;
|
||||
Reference in New Issue
Block a user