UNPKG

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

7 lines 259 B
/** * ContractTemplates handles the creation of formal contract directories and structure */ export declare class ContractTemplates { static createContractsDirectory(projectRoot: string): Promise<void>; } //# sourceMappingURL=contract-templates.d.ts.map