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
14 lines • 384 B
TypeScript
/**
* PromptTemplates contains prompt templates for the CoderAgent
*/
export declare class PromptTemplates {
/**
* Get the prompt template for coding tasks
*/
static getCodePromptTemplate(): string;
/**
* Get the prompt template for generating unit tests
*/
static getTestPromptTemplate(): string;
}
//# sourceMappingURL=prompt-templates.d.ts.map