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

9 lines 279 B
/** * Architect Agent - Modular Entry Point * * Re-exports all architect functionality from the modular structure */ export { ArchitectCore } from './core'; export { ArchitectDocumentation } from './documentation'; export * from './types'; //# sourceMappingURL=index.d.ts.map