tasq/node_modules/@claude-flow/shared/dist/plugins/official/index.d.ts

10 lines
480 B
TypeScript

/**
* Official Plugins - ADR-004 Implementation
*
* Exports all official @claude-flow plugins.
*
* @module v3/shared/plugins/official
*/
export { HiveMindPlugin, createHiveMindPlugin, type HiveMindConfig, type CollectiveDecision, type EmergentPattern, } from './hive-mind-plugin.js';
export { MaestroPlugin, createMaestroPlugin, type MaestroConfig, type WorkflowStep, type Workflow, type OrchestrationResult, } from './maestro-plugin.js';
//# sourceMappingURL=index.d.ts.map