test(subagent): preserve durability failure after rebase

This commit is contained in:
imccyu
2026-08-01 08:44:36 +08:00
committed by Tianyi Cui
parent 9cd3c57b75
commit 4d0a24d8ed
3 changed files with 87 additions and 84 deletions
@@ -22,7 +22,7 @@ export const inject = ['sessionPersistence', 'subagents']
const PLACEHOLDER_CHILD_ID = '33333333-3333-4333-8333-333333333333'
const UNKNOWN_CHILD_ID = '22222222-2222-4222-8222-222222222222'
/** The child continuation turn whose durability checkpoint is forced to fail. */
const FAILED_CHECKPOINT_TURN = 4
const FAILED_CHECKPOINT_TURN = 3
/** Fail the child checkpoint and stabilize the authored follow-up failure ordering. */
export function apply(ctx: Context): void {