iiRecord
Agentic AI Atlas · Kradle CRD inventory count is 75
claim-test:kradle-crd-kind-count-75a5c.ai
II.
TestableClaim overview

claim-test:kradle-crd-kind-count-75

Reference · live

Kradle CRD inventory count is 75 overview

Verifies the packages/kradle/charts/crds source files define exactly 75 CustomResourceDefinition documents. This claim prevents stale Atlas prose from drifting behind the package resource model.

TestableClaimOutgoing · 2Incoming · 0

Attributes

displayName
Kradle CRD inventory count is 75
description
Verifies the packages/kradle/charts/crds source files define exactly 75 CustomResourceDefinition documents. This claim prevents stale Atlas prose from drifting behind the package resource model.
testStatus
untested
testType
unit
testCommand
node -e "const fs=require('fs'),yaml=require('yaml'),p='packages/kradle/charts/crds';let n=0;for(const f of fs.readdirSync(p).filter(x=>x.endsWith('.yaml'))){for(const d of yaml.parseAllDocuments(fs.readFileSync(p+'/'+f,'utf8'))){if(d.toJSON()?.kind==='CustomResourceDefinition')n++;}}process.exit(n===75?0:1)"
category
graph-integrity
priority
high

Outgoing edges

asserts_about2

Incoming edges

None.