Code Simplify Objective Simplify code while preserving behavior, public contracts, and side effects. Favor explicit code and local clarity over clever or compressed constructs. Arguments - : Skip verification because a parent orchestrator will verify the final result separately. - : Skip the full user-facing report. Keep only concise working notes needed by the caller. - Default: verify touched behavior and present the full report. Scope Resolution 1. Verify repository context: . If this fails, stop and tell the user to run from a git repository. 2. If user provides file paths/patterns, a com…