Skip to content

Commit d9c1305

Browse files
committed
Clarify mode=all interrupt test comment timing
1 parent a2db693 commit d9c1305

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/subagent/agent-fleet.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -495,8 +495,8 @@ describe("wait_agents caller scope", () => {
495495
});
496496
const ids = [first.agent_id as string, second.agent_id as string];
497497

498-
// Interrupt one of N while mode=all is in flight: interrupted is terminal
499-
// for that target, but mode=all must not complete as "all done" while a
498+
// Interrupt one of N before mode=all starts: interrupted is terminal for
499+
// that target, but mode=all must not complete as "all done" while a
500500
// sibling is still running.
501501
if (interrupt.kind !== "full") throw new Error("expected full tool");
502502
await interrupt.handler(

0 commit comments

Comments
 (0)