proof-of-commitment 1.13.1 → 1.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +4 -3
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
/**
|
|
3
|
-
* proof-of-commitment CLI v1.
|
|
3
|
+
* proof-of-commitment CLI v1.14.0
|
|
4
4
|
* Scores npm/PyPI/Cargo/Go packages on behavioral commitment signals.
|
|
5
5
|
* Usage: npx proof-of-commitment [packages...] [options]
|
|
6
6
|
*/
|
|
@@ -286,7 +286,7 @@ async function inlineSignup(results) {
|
|
|
286
286
|
|
|
287
287
|
function printHelp() {
|
|
288
288
|
console.log(`
|
|
289
|
-
${clr(c.bold, 'proof-of-commitment')} v1.
|
|
289
|
+
${clr(c.bold, 'proof-of-commitment')} v1.14.0 — supply chain risk scorer
|
|
290
290
|
|
|
291
291
|
${clr(c.bold, 'Usage:')}
|
|
292
292
|
npx proof-of-commitment Auto-detect manifest in current dir
|
|
@@ -388,7 +388,8 @@ ${clr(c.bold, 'Provenance (npm):')}
|
|
|
388
388
|
${clr(c.bold, 'Score dimensions (npm/PyPI/Cargo):')} longevity · download momentum · release consistency · publisher depth · GitHub backing · provenance
|
|
389
389
|
${clr(c.bold, 'Score dimensions (Go):')} longevity · release consistency · maintainer depth · GitHub backing · stars
|
|
390
390
|
|
|
391
|
-
${clr(c.bold, 'MCP:')}
|
|
391
|
+
${clr(c.bold, 'MCP:')} https://poc-backend.amdal-dev.workers.dev/mcp — connect from Claude Desktop / Cursor / Cline.
|
|
392
|
+
Free tier: 100 queries/IP/UTC day. Power users: API key for 200/day. ${clr(c.dim, '(Authorization: Bearer sk_commit_…)')}
|
|
392
393
|
|
|
393
394
|
${clr(c.bold, 'Web:')} ${WEB}
|
|
394
395
|
`);
|