Plans.md / session-log.md 等の自動整理
optional/# /cleanup - ファイルの自動整理 Plans.md、session-log.md 等の古いエントリを整理し、ファイルの肥大化を防ぎます。 --- ## いつ使うべきか? ### このコマンドを使うタイミング | シグナル | 対処 | |---------|------| | `⚠️ Plans.md が 200行を超えました` という警告が出た | `/cleanup plans` | | `⚠️ session-log.md が肥大化しています` という警告が出た | `/cleanup sessions` | | Plans.md のスクロールが長くて見づらい | `/cleanup plans` | | 「完了タスクが多すぎて今やるべきことが分からない」 | `/cleanup plans` | | プロジェクトを一区切りしたとき(リリース後など) | `/cleanup` | ### 使わなくていいケース - Plans.md が 200行以下で読みやすい - 警告メッセージが出ていない - 完了タスクをまだ参照したい(アーカイブに移動されると見づらくなる) --- ## バイブコーダー向け(こう言えばOK) - 「**Plans.md を整理して**」→ 完了タスクをアーカイブへ移して軽くします - 「**ログが長いから短くして**...
Remove empty or stale jj workspaces
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.