mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-05-01 06:23:28 +08:00
feat: add ECC consult command
This commit is contained in:
committed by
Affaan Mustafa
parent
708a8fd715
commit
9a3f72712b
@@ -93,6 +93,21 @@ function runTests() {
|
||||
);
|
||||
})) passed++; else failed++;
|
||||
|
||||
if (test('README documents consult-based component discovery', () => {
|
||||
assert.ok(
|
||||
readme.includes('### Find the right components first'),
|
||||
'README should surface component discovery before install steps'
|
||||
);
|
||||
assert.ok(
|
||||
readme.includes('npx ecc consult "security reviews" --target claude'),
|
||||
'README should document the packaged consult command'
|
||||
);
|
||||
assert.ok(
|
||||
readme.includes('It returns matching components, related profiles, and preview/install commands.'),
|
||||
'README should explain what consult returns'
|
||||
);
|
||||
})) passed++; else failed++;
|
||||
|
||||
if (test('README documents Cursor agent namespace and loading caveat', () => {
|
||||
assert.ok(
|
||||
readme.includes('`.cursor/agents/ecc-*.md`'),
|
||||
|
||||
Reference in New Issue
Block a user