II.
TestableClaim overview
Reference · liveclaim:kradle-integrates-with-adapters
Kradle integrates with Agent Adapter overview
Verifies that platform:kradle has an integrates_with edge pointing to agent:adapters, confirming the agent dispatch integration path is modeled in the graph.
Attributes
displayName
Kradle integrates with Agent Adapter
description
Verifies that platform:kradle has an integrates_with edge pointing
to agent:adapters, confirming the agent dispatch integration
path is modeled in the graph.
testStatus
untested
testType
unit
testCommand
node -e "const i=JSON.parse(require('fs').readFileSync('packages/atlas/src/index.json','utf8'));process.exit(i.edges.some(e=>e.from==='platform:kradle'&&e.kind==='integrates_with'&&e.to==='agent:adapters')?0:1)"
category
graph-integrity
priority
high
Outgoing edges
asserts_about1
- platform:kradle·PlatformKradle
Incoming edges
None.