10 lines
330 B
JavaScript
10 lines
330 B
JavaScript
/**
|
|
* Official Plugins - ADR-004 Implementation
|
|
*
|
|
* Exports all official @claude-flow plugins.
|
|
*
|
|
* @module v3/shared/plugins/official
|
|
*/
|
|
export { HiveMindPlugin, createHiveMindPlugin, } from './hive-mind-plugin.js';
|
|
export { MaestroPlugin, createMaestroPlugin, } from './maestro-plugin.js';
|
|
//# sourceMappingURL=index.js.map
|