/** * 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