tasq/node_modules/@claude-flow/shared/dist/plugins/index.js

10 lines
316 B
JavaScript

/**
* Plugins System - ADR-004 Implementation
*
* Plugin architecture for extending Claude Flow functionality.
*
* @module v3/shared/plugins
*/
// Official Plugins
export { HiveMindPlugin, createHiveMindPlugin, MaestroPlugin, createMaestroPlugin, } from './official/index.js';
//# sourceMappingURL=index.js.map