II.
TestableClaim overview
Reference · liveclaim:krate-integrates-with-agent-mux
Krate integrates with Agent Mux overview
Verifies that platform:krate has an integrates_with edge pointing to agent:agent-mux, confirming the agent dispatch integration path is modeled in the graph.
Attributes
displayName
Krate integrates with Agent Mux
description
Verifies that platform:krate has an integrates_with edge pointing
to agent:agent-mux, 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:krate'&&e.kind==='integrates_with'&&e.to==='agent:agent-mux')?0:1)"
category
graph-integrity
priority
high
Outgoing edges
asserts_about1
- platform:krate·PlatformKrate
Incoming edges
None.