II.
TestableClaim overview
Reference · liveclaim:edge-weights-in-index
Edge weights in index overview
Edge weight attributes appear in index.json edge objects — when edges carry weight metadata, the indexer serializes those weights into the final index.json output for downstream consumers.
Attributes
displayName
Edge weights in index
description
Edge weight attributes appear in index.json edge objects — when edges
carry weight metadata, the indexer serializes those weights into the
final index.json output for downstream consumers.
testStatus
passing
testType
unit
category
integration
priority
low
testCommand
node -e "const i=JSON.parse(require('fs').readFileSync('packages/atlas/src/index.json','utf8'));process.exit(i.edges.some(e=>e.attributes&&e.attributes.weight)?0:1)"
Outgoing edges
asserts_about1
- domain:software-engineering·DomainSoftware Engineering
Incoming edges
tests_claim1
- experiment:edge-validity-regression·ExperimentEdge Validity Regression