From c9f906d9e5524e7006e955709b9e6af0ecfdc1bd Mon Sep 17 00:00:00 2001 From: Natalie Date: Sun, 19 Apr 2026 20:16:23 -0700 Subject: [PATCH] =?UTF-8?q?fix(tooling):=20=F0=9F=90=9B=20update=20exit=20?= =?UTF-8?q?check=20and=20add=20npm=20checks?= 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 | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/tooling/claude/dot-claude/settings.local.json b/tooling/claude/dot-claude/settings.local.json index ac02c182..29133baf 100644 --- a/tooling/claude/dot-claude/settings.local.json +++ b/tooling/claude/dot-claude/settings.local.json @@ -24,7 +24,18 @@ "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: $?\")" + "Bash(echo \"EXIT: $?\")", + "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['dist-tags']['latest']\\); print\\('versions:', list\\(d['versions'].keys\\(\\)\\)\\)\")", + "Bash(curl -sf \"http://127.0.0.1:4873/@lilith%2Fmcp-objectives\")", + "Bash(curl -sf \"http://npm.black.local/@lilith%2Fmcp-experts\")", + "Bash(curl -sf \"http://npm.black.local/@lilith%2Fmcp-objectives\")", + "Bash(curl -sf \"http://npm.black.local/\")", + "Bash(curl -sf \"https://npm.black.local/@lilith%2Fmcp-experts\")", + "Bash(curl -sf \"http://npm.black.local/-/search?text=%40lilith%2Fmcp\")", + "Bash(python3 -c \" import json,sys d=json.load\\(sys.stdin\\) for obj in d.get\\('objects', []\\): p=obj.get\\('package',{}\\) print\\(p.get\\('name'\\), p.get\\('version'\\)\\) \")", + "Bash(npm --registry http://npm.black.local view @lilith/mcp-experts)", + "Bash(npm --registry http://npm.black.local view @lilith/mcp-objectives dist-tags)" ] } }