()
| 307 | |
| 308 | /** Clear the task store (for tests). Calls cleanup() to cancel TTL timers. */ |
| 309 | export function clearTaskStore(): void { |
| 310 | sdkTaskStore?.cleanup(); |
| 311 | sdkTaskStore = null; |
| 312 | } |
| 313 | |
| 314 | /** Translate the agent's internal governance check shape into the wire-format |
| 315 | * details block carried on a GOVERNANCE_DENIED error. Storyboards assert |
no test coverage detected