II.
TestableClaim JSON
Structured · liveclaim:claude-sh-zero-deps
claude-sh has zero npm dependencies json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "claim:claude-sh-zero-deps",
"_kind": "TestableClaim",
"_file": "domain/testable-claims/product-claims.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "claude-sh has zero npm dependencies",
"description": "claude-sh (agent:claude-sh) description confirms it has zero npm\ndependencies, using only curl and jq, making it a pure-shell\nreimplementation of Claude Code.\n",
"testStatus": "passing",
"testType": "unit",
"testCommand": "node -e \"const i=JSON.parse(require('fs').readFileSync('packages/atlas/src/index.json','utf8'));const r=i.records['agent:claude-sh'];process.exit(r&&String(r.description||'').includes('Zero npm')?0:1)\"",
"category": "graph-integrity",
"priority": "medium"
},
"outgoingEdges": [
{
"from": "claim:claude-sh-zero-deps",
"to": "agent:claude-sh",
"kind": "asserts_about"
}
],
"incomingEdges": []
}