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)" ] } }