Clean the repository
- Spawn the
repo-cleanupcustom agent with this task:Run the full post-merge cleanup workflow. Preserve all personal and tool-local files, confirm every destructive action, and report the final state. - Keep all cleanup work in the main checkout. Do not create an agent worktree.
- Preserve
CLAUDE.local.md,.claude/settings.local.json,.claude/worktrees/,.codex/,.agents/skills/, and any*.local.*path unless the user explicitly targets it. - Require the agent to confirm the merged PR, uncommitted-change handling, branch deletions, force deletions, remote deletions, and
origin/masteroverwrite separately as its instructions require. - Present the agent's cleanup report to the user. Surface any skipped or blocked step; do not imply the repository is clean unless the final checks prove it.