953 B
953 B
Run Spec: ambiguous_scope_resolution_07
Context
Synthetic MCP data-collection case. family = ambiguous_scope_resolution variant = 7
Objective
Exercise ambiguous_scope_resolution behavior and produce deterministic stage-labeled traces.
Anti-Pattern To Detect
- Use absolute or out-of-scope paths when workspace-relative is required.
Target Behavior
- Keep all operations workspace-relative and scope-safe.
- Keep tool-call chain bounded and auditable.
- Preserve deterministic output ordering.
Requirements
- Workspace-relative paths only.
- Deterministic tool sequencing.
- Valid JSON arguments for each tool invocation.
Acceptance Criteria
- At least one tool_selection event.
- At least one tool_execution event.
- No malformed MCP payloads.
- No unbounded loops.
Data Capture Tags
- family: ambiguous_scope_resolution
- variant: 7
- capture_mode: run_spec
- expected_failure_signature: ambiguous_scope_resolution