II.
TestableClaim JSON
Structured · liveclaim:generator-handles-5k-files
Generator handles 5k files json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "claim:generator-handles-5k-files",
"_kind": "TestableClaim",
"_file": "domain/testable-claims/claims.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Generator handles 5k files",
"description": "Library generator processes 5000+ files without memory errors — the\ngenerate-library-nodes.mjs script can handle large library directories\nwith at least 5000 source files without exceeding Node.js default\nheap limits.\n",
"testStatus": "passing",
"testType": "e2e",
"category": "performance",
"priority": "low",
"testCommand": "node -e \"const i=JSON.parse(require('fs').readFileSync('packages/atlas/src/index.json','utf8'));const lib=Object.keys(i.records).filter(k=>k.startsWith('lib-'));process.exit(lib.length>5000?0:1)\""
},
"outgoingEdges": [
{
"from": "claim:generator-handles-5k-files",
"to": "domain:software-engineering",
"kind": "asserts_about"
}
],
"incomingEdges": [
{
"from": "experiment:generator-scale-test",
"to": "claim:generator-handles-5k-files",
"kind": "tests_claim"
}
]
}