Skip to content
Discussion options

You must be logged in to vote

I hit the same issues. Here's what worked for me after some trial and error:

Short answer: use only install.sh, skip the plugin. Running both creates full duplication — they target the same ~/.claude/ directory. If you already have both, remove the plugin first.

The language argument alone doesn't filter. ./install.sh typescript runs in "legacy-compat" mode and installs everything. The selective install works through --profile + --with/--without:

cd ~/ecc && npm install

# Preview first
node scripts/install-apply.js --dry-run \
  --profile developer \
  --with lang:python \
  --with lang:typescript \
  --with framework:django \
  --with capability:security \
  --without capability:supply-…

Replies: 5 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by SongChangseok
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@borzov
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants