UNPKG

@jasondark/proompt

Version:

CLI tool for running AI prompts with structure and repeatability

11 lines 367 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.validatePlanArgsSchema = void 0; const zod_1 = require("zod"); const schemas_1 = require("@/core/schemas"); exports.validatePlanArgsSchema = zod_1.z .object({ planPath: zod_1.z.string(), }) .and(schemas_1.planningCommandOptionsSchema); //# sourceMappingURL=schema.js.map