Intent-Code Divergence
Medium
- Confidence
- 90% confidence
- Finding
- The error-handling example shows `await sessions_spawn(...)` inside a try/catch even though the document repeatedly states that `sessions_spawn` is non-blocking and results are delivered asynchronously via announce plus `sessions_yield`. This inconsistency can cause implementers to build incorrect orchestration logic, potentially leading to hung workflows, missed child results, unsafe polling workarounds, or broken control flow in automation.
