mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-14 01:16:09 +00:00
* refactor: load QA scenarios from YAML * docs: update personal QA scenario docs * test: keep QA scenarios YAML-only
52 lines
1.8 KiB
YAML
52 lines
1.8 KiB
YAML
title: "Runtime tool fixture — edit"
|
|
|
|
scenario:
|
|
id: runtime-tool-edit
|
|
surface: runtime-tools
|
|
runtimeParityTier: standard
|
|
coverage:
|
|
primary:
|
|
- tools.edit
|
|
objective: Verify targeted edit behavior is tracked across OpenClaw and Codex while Codex owns edit natively.
|
|
successCriteria:
|
|
- OpenClaw may expose OpenClaw edit while Codex app-server mode may omit duplicate OpenClaw dynamic edit.
|
|
- Mock provider edit plans are reported as fixture intent, not as actual runtime tool calls.
|
|
- The row stays report-only until the fixture validates native Codex edit behavior directly.
|
|
docsRefs:
|
|
- qa/scenarios/index.yaml
|
|
codeRefs:
|
|
- src/agents/agent-tools.ts
|
|
- extensions/qa-lab/src/runtime-tool-fixture.ts
|
|
execution:
|
|
kind: flow
|
|
summary: Exercise the edit runtime tool family.
|
|
config:
|
|
toolName: edit
|
|
toolCoverage:
|
|
family: edit
|
|
actualTool: edit
|
|
bucket: codex-native-workspace
|
|
expectedLayer: codex-native-workspace
|
|
required: true
|
|
tracking: "#80319"
|
|
codexDefaultImpact: P4
|
|
qaImpact: P1
|
|
action: split native edit behavior from OpenClaw dynamic tool parity
|
|
reason: Codex app-server intentionally owns edit natively; the fixture must not require OpenClaw dynamic edit exposure.
|
|
knownHarnessGap:
|
|
issue: "#80319"
|
|
reason: QA tool-defaults currently needs native edit behavior coverage instead of OpenClaw dynamic edit exposure.
|
|
promptSnippet: "target=edit"
|
|
failurePromptSnippet: "failure target=edit"
|
|
|
|
flow:
|
|
steps:
|
|
- name: exercises edit happy and failure paths
|
|
actions:
|
|
- call: runRuntimeToolFixture
|
|
saveAs: result
|
|
args:
|
|
- ref: env
|
|
- ref: config
|
|
detailsExpr: result
|