Affaan Mustafa and GitHub
f3afd59045
fix: flatten Claude skill installs ( #2582 )
...
Flatten managed Claude skill destinations, preserve user-owned conflicts, and migrate legacy nested installs through the lifecycle tooling.
2026-07-26 03:20:06 -07:00
Affaan Mustafa
744f416997
test: normalize zed install path assertion
2026-05-17 07:27:05 -04:00
Affaan Mustafa
2371a3cf05
feat: add zed install target
2026-05-17 07:06:49 -04:00
Affaan Mustafa and Affaan Mustafa
c2762dd569
feat: add Ruby and Rails rules
2026-05-13 06:27:08 -04:00
Affaan Mustafa and GitHub
8a57679222
fix: restore short Claude plugin slug and skill installs ( #1712 )
2026-05-11 02:10:36 -04:00
Affaan Mustafa and Affaan Mustafa
e381c8d8a8
fix: namespace claude managed install paths
2026-04-30 07:53:20 -04:00
Affaan Mustafa
a2df9397ff
fix: resolve ESLint errors and add npx command support in hook tests
...
Remove unused loadInstallManifests import and prefix unused result
variable with underscore in selective-install tests. Add npx as an
approved command prefix in hook validation tests.
2026-03-20 02:11:12 -07:00
Affaan Mustafa and GitHub
07f6156d8a
feat: implement --with/--without selective install flags ( #679 )
...
Add agent: and skill: component families to the install component
catalog, enabling fine-grained selective install via CLI flags:
ecc install --profile developer --with lang:typescript --without capability:orchestration
ecc install --with lang:python --with agent:security-reviewer
Changes:
- Add agent: family (9 entries) and skill: family (10 entries) to
manifests/install-components.json for granular component addressing
- Update install-components.schema.json to accept agent: and skill:
family prefixes
- Register agent and skill family prefixes in COMPONENT_FAMILY_PREFIXES
(scripts/lib/install-manifests.js)
- Add 41 comprehensive tests covering CLI parsing, request normalization,
component catalog validation, plan resolution, target filtering,
error handling, and end-to-end install with --with/--without flags
Closes #470
2026-03-20 00:43:32 -07:00