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
8 lines • 311 B
TypeScript
/**
* SchemaTemplates handles JSON Schema and contract templates
*/
export declare class SchemaTemplates {
static createJsonSchemaTemplates(schemasPath: string): Promise<void>;
static createAdditionalSchemaTemplates(schemasPath: string): Promise<void>;
}
//# sourceMappingURL=schema-templates.d.ts.map