Clean copy Reimplement the current branch on a new branch with a clean, narrative-quality commit history suitable for reviewer comprehension. Workflow 1. Gather context: - Source branch: . - Working tree: . - Commits since main: . - Diff summary: . 2. Validate the source branch: - Ensure there are no uncommitted changes or merge conflicts. - Confirm the source branch is up to date with . 3. Choose the new branch name: - Use the user's requested name when provided. - Otherwise use . 4. Analyze the diff: - Study all changes between the source branch and . - Understand the final intended state b…