II.
TestableClaim overview
Reference · liveclaim:graph-metadata-survives-roundtrip
Graph metadata round-trip overview
Graph @graph metadata in JSDoc survives generator-to-YAML-to-indexer round-trip — annotations written as @graph tags in source JSDoc are preserved through the generate-library-nodes and build:index pipeline.
Attributes
displayName
Graph metadata round-trip
description
Graph @graph metadata in JSDoc survives generator-to-YAML-to-indexer
round-trip — annotations written as @graph tags in source JSDoc are
preserved through the generate-library-nodes and build:index pipeline.
testStatus
passing
testType
e2e
testCommand
node -e "const i=JSON.parse(require('fs').readFileSync('packages/atlas/src/index.json','utf8')); const p=Object.keys(i.records).filter(k=>k.startsWith('lib-process:')); process.exit(p.length>100?0:1)"
category
api-contract
priority
medium
Outgoing edges
asserts_about1
- domain:software-engineering·DomainSoftware Engineering
Incoming edges
tests_claim1
- experiment:library-coverage-test·ExperimentLibrary Annotation Coverage Test