II.
TestableClaim JSON
Structured · liveclaim:atlas-indexer-all-yaml
Atlas indexer discovers all YAML json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "claim:atlas-indexer-all-yaml",
"_kind": "TestableClaim",
"_file": "domain/testable-claims/claims.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Atlas indexer discovers all YAML",
"description": "Atlas indexer discovers all .yaml/.yml files under non-blocked graph\ndirectories — the indexer walks the graph/ tree, respects block-list\nentries, and includes every YAML file in the resulting index.\n",
"testStatus": "passing",
"testType": "integration",
"category": "integration",
"priority": "high",
"testCommand": "node -e \"const i=JSON.parse(require('fs').readFileSync('packages/atlas/src/index.json','utf8'));process.exit(i.stats.parseErrors===0?0:1)\""
},
"outgoingEdges": [
{
"from": "claim:atlas-indexer-all-yaml",
"to": "domain:software-engineering",
"kind": "asserts_about"
}
],
"incomingEdges": [
{
"from": "experiment:atlas-build-regression",
"to": "claim:atlas-indexer-all-yaml",
"kind": "tests_claim"
}
]
}