惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Apple Machine Learning Research
Apple Machine Learning Research
M
MIT News - Artificial intelligence
罗磊的独立博客
博客园 - 【当耐特】
A
About on SuperTechFans
Last Week in AI
Last Week in AI
雷峰网
雷峰网
IT之家
IT之家
aimingoo的专栏
aimingoo的专栏
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园_首页
博客园 - 叶小钗
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - Franky
J
Java Code Geeks
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
D
Docker
Engineering at Meta
Engineering at Meta
B
Blog RSS Feed
The Cloudflare Blog
大猫的无限游戏
大猫的无限游戏
阮一峰的网络日志
阮一峰的网络日志
S
SegmentFault 最新的问题
Recent Announcements
Recent Announcements

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
test(qa-lab): add dreaming shadow trial report scenario ·...
iFiras-Max1 · 2026-05-19 · via Recent Commits to openclaw:main

@@ -0,0 +1,182 @@

1+

# Dreaming shadow trial report

2+3+

```yaml qa-scenario

4+

id: dreaming-shadow-trial-report

5+

title: Dreaming shadow trial report

6+

surface: memory

7+

coverage:

8+

primary:

9+

- memory.dreaming

10+

secondary:

11+

- memory.promotion

12+

- qa.artifact-safety

13+

risk: medium

14+

capabilities:

15+

- tools.read

16+

- tools.write

17+

- channel.reply

18+

objective: Verify a dreaming shadow-trial handoff writes a useful report that compares a candidate memory against a baseline before promotion.

19+

successCriteria:

20+

- Agent reads the shadow-trial brief and candidate evidence before writing the report.

21+

- Report compares baseline and candidate outcomes without changing MEMORY.md.

22+

- Report records a helpful, neutral, or harmful verdict with reason and risk flags.

23+

- Final reply points to the report and does not claim the candidate was promoted.

24+

docsRefs:

25+

- docs/concepts/dreaming.md

26+

- docs/concepts/memory.md

27+

codeRefs:

28+

- extensions/memory-core/src/dreaming.ts

29+

- extensions/memory-core/src/dreaming-phases.ts

30+

- extensions/qa-lab/src/providers/mock-openai/server.ts

31+

execution:

32+

kind: flow

33+

summary: Verify a report-only dreaming shadow trial compares candidate memory utility before promotion.

34+

config:

35+

sessionKey: agent:qa:dreaming-shadow-trial

36+

reportName: dreaming-shadow-trial-report.md

37+

safeMarker: DREAMING-SHADOW-TRIAL-OK

38+

seededMemory: "# Memory\n\n"

39+

workspaceFiles:

40+

DREAMING_SHADOW_TRIAL_BRIEF.md: |-

41+

# Dreaming shadow trial brief

42+43+

Write a report-only shadow trial for a candidate memory. Do not edit MEMORY.md.

44+45+

Required report contract:

46+

1. Read DREAMING_SHADOW_TRIAL_BRIEF.md.

47+

2. Read DREAMING_CANDIDATE_EVIDENCE.md.

48+

3. Write ./dreaming-shadow-trial-report.md.

49+

4. Include: Candidate, Trial prompt, Baseline outcome, Candidate outcome, Verdict, Reason, Risk flags, Promotion action.

50+

5. For this seeded evidence, Verdict must be helpful.

51+

6. Promotion action must be report-only.

52+

DREAMING_CANDIDATE_EVIDENCE.md: |-

53+

# Candidate evidence

54+55+

Candidate memory: The user prefers release reports that include exact verification commands and remaining risk.

56+

Trial prompt: Prepare a release readiness reply for a local OpenClaw QA change.

57+

Baseline outcome: mentions tests passed but omits the exact command and remaining risk.

58+

Candidate outcome: includes the exact verification command and calls out the remaining review risk.

59+

Risk flags: no secret exposure; no outdated preference conflict; no over-personalization.

60+

prompt: |-

61+

Dreaming shadow trial report check. Read DREAMING_SHADOW_TRIAL_BRIEF.md and DREAMING_CANDIDATE_EVIDENCE.md first.

62+

Then write ./dreaming-shadow-trial-report.md as a report-only shadow trial.

63+

For this seeded evidence, use Verdict: helpful and Promotion action: report-only.

64+

Do not edit MEMORY.md and do not claim the candidate was promoted.

65+

Reply with the report path and exact marker DREAMING-SHADOW-TRIAL-OK.

66+

expectedReportAll:

67+

- "candidate:"

68+

- "exact verification commands and remaining risk"

69+

- "trial prompt:"

70+

- "baseline outcome:"

71+

- "omits the exact command and remaining risk"

72+

- "candidate outcome:"

73+

- "calls out the remaining review risk"

74+

- "verdict: helpful"

75+

- "reason:"

76+

- "risk flags:"

77+

- "no secret exposure"

78+

- "promotion action: report-only"

79+

forbiddenReplyNeedles:

80+

- "candidate was promoted to MEMORY.md"

81+

- "I updated MEMORY.md"

82+

- "promotion complete"

83+

```

84+85+

```yaml qa-flow

86+

steps:

87+

- name: writes a report-only shadow trial for a candidate memory

88+

actions:

89+

- call: reset

90+

- forEach:

91+

items:

92+

expr: "Object.entries(config.workspaceFiles ?? {})"

93+

item: workspaceFile

94+

actions:

95+

- call: fs.writeFile

96+

args:

97+

- expr: "path.join(env.gateway.workspaceDir, String(workspaceFile[0]))"

98+

- expr: "`${String(workspaceFile[1] ?? '').trimEnd()}\\n`"

99+

- utf8

100+

- set: reportPath

101+

value:

102+

expr: "path.join(env.gateway.workspaceDir, config.reportName)"

103+

- set: memoryPath

104+

value:

105+

expr: "path.join(env.gateway.workspaceDir, 'MEMORY.md')"

106+

- call: fs.writeFile

107+

args:

108+

- ref: memoryPath

109+

- expr: config.seededMemory

110+

- utf8

111+

- call: waitForGatewayHealthy

112+

args:

113+

- ref: env

114+

- 60000

115+

- call: waitForQaChannelReady

116+

args:

117+

- ref: env

118+

- 60000

119+

- set: requestCountBefore

120+

value:

121+

expr: "env.mock ? (await fetchJson(`${env.mock.baseUrl}/debug/requests`)).length : 0"

122+

- call: runAgentPrompt

123+

args:

124+

- ref: env

125+

- sessionKey:

126+

expr: config.sessionKey

127+

message:

128+

expr: config.prompt

129+

timeoutMs:

130+

expr: liveTurnTimeoutMs(env, 40000)

131+

- call: waitForCondition

132+

saveAs: report

133+

args:

134+

- lambda:

135+

async: true

136+

expr: "(() => { const normalize = (value) => normalizeLowercaseStringOrEmpty(value); const matches = (value) => { const normalized = normalize(value); return normalized && config.expectedReportAll.every((needle) => normalized.includes(normalize(needle))); }; return fs.readFile(reportPath, 'utf8').then((value) => matches(value) ? value : undefined).catch(() => undefined); })()"

137+

- expr: liveTurnTimeoutMs(env, 30000)

138+

- expr: "env.providerMode === 'mock-openai' ? 100 : 250"

139+

- set: normalizedReport

140+

value:

141+

expr: "normalizeLowercaseStringOrEmpty(report)"

142+

- assert:

143+

expr: "config.expectedReportAll.every((needle) => normalizedReport.includes(normalizeLowercaseStringOrEmpty(needle)))"

144+

message:

145+

expr: "`shadow trial report missing expected fields: ${report}`"

146+

- call: fs.readFile

147+

saveAs: memoryAfter

148+

args:

149+

- ref: memoryPath

150+

- utf8

151+

- assert:

152+

expr: "String(memoryAfter) === config.seededMemory"

153+

message:

154+

expr: "`shadow trial modified durable memory instead of staying report-only: ${memoryAfter}`"

155+

- call: waitForCondition

156+

saveAs: outbound

157+

args:

158+

- lambda:

159+

expr: "state.getSnapshot().messages.filter((candidate) => candidate.direction === 'outbound' && candidate.conversation.id === 'qa-operator' && candidate.text.includes(config.safeMarker) && candidate.text.includes(config.reportName)).at(-1)"

160+

- expr: liveTurnTimeoutMs(env, 30000)

161+

- expr: "env.providerMode === 'mock-openai' ? 100 : 250"

162+

- assert:

163+

expr: "!config.forbiddenReplyNeedles.some((needle) => normalizeLowercaseStringOrEmpty(outbound.text).includes(normalizeLowercaseStringOrEmpty(needle)))"

164+

message:

165+

expr: "`shadow trial reply overclaimed promotion: ${outbound.text}`"

166+

- set: shadowTrialDebugRequests

167+

value:

168+

expr: "env.mock ? [...(await fetchJson(`${env.mock.baseUrl}/debug/requests`))].slice(requestCountBefore).filter((request) => /dreaming shadow trial report check/i.test(String(request.allInputText ?? ''))) : []"

169+

- assert:

170+

expr: "!env.mock || shadowTrialDebugRequests.filter((request) => request.plannedToolName === 'read').length >= 2"

171+

message:

172+

expr: "`expected two shadow-trial reads before write, saw plannedToolNames=${JSON.stringify(shadowTrialDebugRequests.map((request) => request.plannedToolName ?? null))}`"

173+

- assert:

174+

expr: "!env.mock || shadowTrialDebugRequests.some((request) => request.plannedToolName === 'write')"

175+

message:

176+

expr: "`expected shadow-trial report write, saw plannedToolNames=${JSON.stringify(shadowTrialDebugRequests.map((request) => request.plannedToolName ?? null))}`"

177+

- assert:

178+

expr: "!env.mock || (() => { const readIndices = shadowTrialDebugRequests.map((r, i) => r.plannedToolName === 'read' ? i : -1).filter(i => i >= 0); const firstWrite = shadowTrialDebugRequests.findIndex((r) => r.plannedToolName === 'write'); return readIndices.length >= 2 && firstWrite >= 0 && readIndices[1] < firstWrite; })()"

179+

message:

180+

expr: "`expected shadow-trial reads before write, saw plannedToolNames=${JSON.stringify(shadowTrialDebugRequests.map((request) => request.plannedToolName ?? null))}`"

181+

detailsExpr: outbound.text

182+

```