II.
Experiment JSON
Structured · liveexperiment:library-coverage-test
Library Annotation Coverage Test json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "experiment:library-coverage-test",
"_kind": "Experiment",
"_file": "domain/testable-claims/experiments.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Library Annotation Coverage Test",
"description": "Experiment validating that library annotation coverage stays at 100% —\nall library process nodes indexed in index.json carry required @graph\nmetadata annotations (displayName, cluster, domain). Coverage below 100%\nindicates unannotated process files that need @graph JSDoc tags.\n",
"status": "completed",
"result": "validated",
"startedAt": "2026-05-08",
"completedAt": "2026-05-10",
"evidence": "Library coverage verified via verify-library-metadata.mjs (non-strict\nmode). Script exited 0. All lib-process: records in index.json carry\ndisplayName metadata. Graph metadata round-trip confirmed: @graph tags\nin JSDoc survive the generate-library-nodes → build:index pipeline.\n"
},
"outgoingEdges": [
{
"from": "experiment:library-coverage-test",
"to": "claim:graph-metadata-survives-roundtrip",
"kind": "tests_claim"
}
],
"incomingEdges": []
}