cortexweaver
Version:
CortexWeaver is a command-line interface (CLI) tool that orchestrates a swarm of specialized AI agents, powered by Claude Code and Gemini CLI, to assist in software development. It transforms a high-level project plan (plan.md) into a series of coordinate
9 lines • 407 B
TypeScript
/**
* PrototypeTemplates handles the creation of prototype directories and templates
*/
export declare class PrototypeTemplates {
static createPrototypesDirectory(projectRoot: string): Promise<void>;
static createPrototypesReadme(prototypesPath: string): Promise<void>;
static createPrototypeTemplates(prototypesPath: string): Promise<void>;
}
//# sourceMappingURL=prototype-templates.d.ts.map