fix(qa): keep memory context proof on the QA channel (#116849)

* fix(qa): correct memory and Codex watchdog contracts

* test(qa): keep channel assertion in channel catalog
This commit is contained in:
Dallin Romney
2026-08-01 12:53:00 +08:00
committed by GitHub
parent bf6548bc8e
commit bf32414a4a
2 changed files with 5 additions and 0 deletions

View File

@@ -50,6 +50,10 @@ describe("qa scenario catalog channel contracts", () => {
}
});
it("keeps the memory channel-context proof on the internal QA channel", () => {
expect(readQaScenarioById("memory-tools-channel-context").execution.channel).toBe("qa-channel");
});
it("marks live transport modules as live-driver-only", () => {
for (const scenarioId of [
"matrix-approval-exec-metadata-single-event",

View File

@@ -20,6 +20,7 @@ scenario:
- extensions/qa-lab/src/suite.ts
execution:
kind: flow
channel: qa-channel
summary: Verify the agent uses memory tools in a shared channel when the answer lives only in memory files, not the live transcript.
config:
channelId: qa-memory-room