simplify · git:20260718.206f45d · 2026-07-18 · sha256 a29a28ae97095bf5
simplify git:20260718.206f45dA
Immutable. This exact content is served forever at /api/v1/blob/a29a28ae97095bf5.
--- name: simplify description: Run code simplification on a target path --- # simplify Run the SimplifyCodeWorkflow on a target path to find and reduce unnecessary complexity. ## Context (pre-computed) ```bash git diff --name-only HEAD~1 2>/dev/null || echo "No recent commits" ``` ## Instructions Use `AskUserQuestion` to scope: - Which path to simplify? (recently changed files, specific module, or full src/) - Minimum complexity threshold? (default: 5) Then run: ```bash uv run attune workflow run simplify-code --path <target> ``` Present results as a table of hotspots with file, function, complexity score, and suggested simplification.