ECC/schemas
Affaan Mustafa 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
..
ecc-install-config.schema.json feat: orchestration harness, selective install, observer improvements 2026-03-14 12:55:25 -07:00
hooks.schema.json fix: align architecture tooling with current hooks docs 2026-03-10 19:36:57 -07:00
install-components.schema.json feat: implement --with/--without selective install flags (#679) 2026-03-20 00:43:32 -07:00
install-modules.schema.json feat: orchestration harness, selective install, observer improvements 2026-03-14 12:55:25 -07:00
install-profiles.schema.json feat: orchestration harness, selective install, observer improvements 2026-03-14 12:55:25 -07:00
install-state.schema.json feat: orchestration harness, selective install, observer improvements 2026-03-14 12:55:25 -07:00
package-manager.schema.json fix: add try-catch to inline hooks, fix schema drift 2026-02-12 14:38:00 -08:00
plugin.schema.json fix: resolve PR 371 portability regressions 2026-03-09 22:49:43 -07:00
state-store.schema.json feat: add SQLite state store and query CLI (#510) 2026-03-16 01:32:21 -07:00