fix(tooling): 🐛 update exit check and add npm checks
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
d6d89c8a29
commit
c9f906d9e5
1 changed files with 12 additions and 1 deletions
|
|
@ -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)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue