Merge remote-tracking branch 'origin/master' into fix/continuable-subagent-policy-inheritance

This commit is contained in:
Hypatia May
2026-08-10 19:40:14 +08:00
158 changed files with 2478 additions and 530 deletions

View File

@@ -1027,7 +1027,7 @@ describe('background preflight failure (no orphaned child, by construction)', ()
agent: parent,
})
expect(result.isError).toBe(true)
expect(text(result)).toContain('no control surface is attached')
expect(text(result)).toContain('no control surface serves this agent')
// Declare-then-execute: the failed preflight means no child ever existed.
expect(starts).toBe(0)
})