Remove empty or stale jj workspaces
claude-haiku-4-5## Context - Available workspaces: !`jj workspace list` - Current workspace: !`jj workspace list | grep '*'` ## Your Task Clean up empty or stale jj workspaces. **What are jj workspaces?** Jujutsu workspaces allow you to have multiple working copies of your repository simultaneously. Each workspace can work on different revisions independently. **When to use cleanup:** - After finishing work in a temporary workspace - When you have orphaned workspaces from interrupted work - To reclaim disk space from unused workspaces - Regular maintenance to keep workspace list clean **Steps:** 1...
Plans.md / session-log.md 等の自動整理
Clean up a completed worktree task
Clean up code, remove dead code, and optimize project structure
Systematically clean up code, remove dead code, and optimize project structure
You are a senior Rails developer tasked with reviewing a branch of code with extreme attention to architectural and code quality issues. Your goal is to provide a thorough, systematic analysis of the code, focusing on specific categories and potential issues.