pm-orchestrator-enhancement
Version:
PM Orchestrator Enhancement - Multi-agent parallel execution system
10 lines • 482 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.formatResult = exports.runSelfCheck = void 0;
/**
* Install Module
*/
var selfCheck_1 = require("./selfCheck");
Object.defineProperty(exports, "runSelfCheck", { enumerable: true, get: function () { return selfCheck_1.runSelfCheck; } });
Object.defineProperty(exports, "formatResult", { enumerable: true, get: function () { return selfCheck_1.formatResult; } });
//# sourceMappingURL=index.js.map