feat: add ECC consult command

This commit is contained in:
Affaan Mustafa
2026-04-30 06:57:53 -04:00
committed by Affaan Mustafa
parent 708a8fd715
commit 9a3f72712b
8 changed files with 603 additions and 0 deletions

View File

@@ -17,6 +17,10 @@ const COMMANDS = {
script: 'catalog.js',
description: 'Discover install profiles and component IDs',
},
consult: {
script: 'consult.js',
description: 'Recommend ECC components and profiles from a natural language query',
},
'install-plan': {
script: 'install-plan.js',
description: 'Alias for plan',
@@ -63,6 +67,7 @@ const PRIMARY_COMMANDS = [
'install',
'plan',
'catalog',
'consult',
'list-installed',
'doctor',
'repair',
@@ -97,6 +102,7 @@ Examples:
ecc catalog profiles
ecc catalog components --family language
ecc catalog show framework:nextjs
ecc consult "security reviews"
ecc list-installed --json
ecc doctor --target cursor
ecc repair --dry-run