iiRecord
Agentic AI Atlas · No hooks in turn loop
claim:no-hooks-in-turn-loopa5c.ai
II.
TestableClaim overview

claim:no-hooks-in-turn-loop

Reference · live

No hooks in turn loop overview

When hooks are unavailable, orchestrator drives loop in-turn — if the hooks-mux is not configured or not reachable, the orchestration falls back to a synchronous in-turn loop without hook callbacks.

TestableClaimOutgoing · 1Incoming · 1

Attributes

displayName
No hooks in turn loop
description
When hooks are unavailable, orchestrator drives loop in-turn — if the hooks-mux is not configured or not reachable, the orchestration falls back to a synchronous in-turn loop without hook callbacks.
testStatus
passing
testType
integration
testCommand
node -e "const fs=require('fs'),p=require('path');function walk(d){let r=[];try{for(const e of fs.readdirSync(d,{withFileTypes:true})){const f=p.join(d,e.name);if(e.isDirectory()&&e.name!=='node_modules')r=r.concat(walk(f));else if(e.name.endsWith('.ts'))r.push(f)}}catch{}return r}const files=walk('packages/sdk/src');const content=files.map(f=>fs.readFileSync(f,'utf8')).join('');process.exit(content.match(/no.hooks|hookStatus/)?0:1)"
category
behavior
priority
medium

Outgoing edges

asserts_about1

Incoming edges

tests_claim1