UNPKG

claude-flow

Version:

Enterprise-grade AI agent orchestration with ruv-swarm integration (Alpha Release)

15 lines (12 loc) 233 B
'use strict'; /** * Exports Yargs commands * @see https://github.com/yargs/yargs/blob/main/docs/advanced.md * @private * @module */ module.exports = { init: require('./init'), // default command run: require('./run'), }