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

8 lines 318 B
/** * DockerComposeTemplates handles Docker Compose configurations */ export declare class DockerComposeTemplates { static createDockerCompose(projectRoot: string): Promise<void>; static createDockerComposeOverride(projectRoot: string): Promise<void>; } //# sourceMappingURL=docker-compose-templates.d.ts.map