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 275 B
/** * Context Primer - Modular Entry Point * * Re-exports all context primer functionality from the modular structure */ export { ContextPrimerCore } from './core'; export { ContextAnalysis } from './analysis'; export * from './types'; //# sourceMappingURL=index.d.ts.map