/** * Minimal scaffold template. * * A simple role with just a YAML config file and a prompt file. * No skills, functions, or subagents. * * @module */ import type { Template } from "./types.ts"; export declare const minimalTemplate: Template; //# sourceMappingURL=minimal.d.ts.map