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 379 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FormalizerAgent = void 0; // Export the main FormalizerAgent class var formalizer_agent_1 = require("./formalizer-agent"); Object.defineProperty(exports, "FormalizerAgent", { enumerable: true, get: function () { return formalizer_agent_1.FormalizerAgent; } }); //# sourceMappingURL=index.js.map