From d6d89c8a294bbb537cd5dc4b3649820a3cb1a027 Mon Sep 17 00:00:00 2001 From: Natalie Date: Sun, 19 Apr 2026 20:05:48 -0700 Subject: [PATCH] =?UTF-8?q?fix(tooling):=20=F0=9F=90=9B=20update=20claude?= =?UTF-8?q?=20install=20commands?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- tooling/claude/dot-claude/settings.local.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tooling/claude/dot-claude/settings.local.json b/tooling/claude/dot-claude/settings.local.json index 6c8a8f89..ac02c182 100644 --- a/tooling/claude/dot-claude/settings.local.json +++ b/tooling/claude/dot-claude/settings.local.json @@ -21,7 +21,10 @@ "Bash(python3 -c \"import json,sys; d=json.load\\(sys.stdin\\); tags=d.get\\('dist-tags',{}\\); vers=list\\(d.get\\('versions',{}\\).keys\\(\\)\\); print\\('latest:', tags.get\\('latest'\\)\\); print\\('versions:', vers\\)\")", "Bash(curl -sf http://127.0.0.1:4873/@lilith%2Fmcp-experts)", "Bash(python3 -c \"import json,sys; d=json.load\\(sys.stdin\\); print\\('latest:', d.get\\('dist-tags',{}\\).get\\('latest'\\)\\); print\\('versions:', list\\(d.get\\('versions',{}\\).keys\\(\\)\\)\\)\")", - "Bash(npm install *)" + "Bash(npm install *)", + "Bash(python3 -c \"import json,sys; p=json.load\\(sys.stdin\\); print\\('version:', p['version']\\); print\\('bin:', list\\(p.get\\('bin',{}\\).keys\\(\\)\\)\\)\")", + "Bash(mcp-experts install-skills *)", + "Bash(echo \"EXIT: $?\")" ] } }