mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 08:11:34 +00:00
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:
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user