# Run Spec: overfetch_context_06 ## Context Synthetic MCP data-collection case. family = overfetch_context variant = 6 ## Objective Exercise overfetch_context behavior and produce deterministic stage-labeled traces. ## Anti-Pattern To Detect - Read excessive unrelated files to complete a narrow task. ## Target Behavior - Use minimal context slices and avoid broad workspace sweeps. - 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: overfetch_context - variant: 6 - capture_mode: run_spec - expected_failure_signature: overfetch_context