Skip to content

Commit 818dd18

Browse files
committed
fix(qa): use requiredChannelDriver instead of execution.channel pin in goal scenarios
1 parent ae10620 commit 818dd18

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

qa/scenarios/goals/goal-context-next-turn.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ scenario:
2424
- extensions/qa-lab/src/providers/mock-openai/server.ts
2525
execution:
2626
kind: flow
27-
channel: qa-channel
2827
summary: Start a goal, send an unrelated next turn, and inspect the exact mock-provider request payload.
2928
config:
29+
requiredChannelDriver: qa-channel
3030
requiredProviderMode: mock-openai
3131
conversationId: goal-context-next-turn
3232
senderId: qa-goal-operator

qa/scenarios/goals/goal-context-survives-compaction.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ scenario:
3232
- extensions/qa-lab/src/providers/mock-openai/server.ts
3333
execution:
3434
kind: flow
35-
channel: qa-channel
3635
summary: Start a goal, compact the session, then inspect the next mock-provider request for active-goal context.
3736
config:
37+
requiredChannelDriver: qa-channel
3838
requiredProviderMode: mock-openai
3939
conversationId: goal-context-compaction
4040
senderId: qa-goal-operator

qa/scenarios/goals/goal-followthrough-live.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ scenario:
2727
- src/agents/tools/goal-tools.ts
2828
execution:
2929
kind: flow
30-
channel: qa-channel
3130
summary: Stage a two-step active goal, then require a bare continue turn to write the next artifact without replanning.
3231
config:
32+
requiredChannelDriver: qa-channel
3333
conversationId: goal-followthrough-live
3434
senderId: qa-goal-operator
3535
artifactFilePrefix: goal-continuance-live

0 commit comments

Comments
 (0)