()
| 4143 | */ |
| 4144 | // Hidden flag on all plugin/marketplace subcommands to target cowork_plugins. |
| 4145 | const coworkOption = () => new Option('--cowork', 'Use cowork_plugins directory').hideHelp(); |
| 4146 | |
| 4147 | // Plugin validate command |
| 4148 | const pluginCmd = program.command('plugin').alias('plugins').description('Manage Claude Code plugins').configureHelp(createSortedHelpConfig()); |