subagent: refresh snapshot sidecars and zh notes after master merge

Post-merge reconciliation: master's plan-mode command wording and tool-schema
changes land in the recorded scenario's keyless sidecars (refresh, not
re-record — the model transcript is untouched); the abort-handoff fake agent
stubs ctx.get for the driver's new synchronous inheritance capture; the two
zh Agent Notes gain the sentences their English sides added on this branch,
re-recorded in the pairing manifests.
This commit is contained in:
kingwl
2026-07-25 11:17:32 +08:00
parent 933e889fb8
commit 827c6f50c1
7 changed files with 18 additions and 9 deletions

View File

@@ -203,6 +203,9 @@ describe('startInProcessRun', () => {
options: parent.options,
session: parent.session,
ctx: {
// The driver's synchronous inheritance capture probes both policy
// services opportunistically; this stub composes neither.
get: () => undefined,
agents: {
create: async (options: Parameters<typeof ctx.agents.create>[0]) => {
const handle = await ctx.agents.create(options)