Commit 9d42aad
feat: add /cc-track:spotless command for scoped dead code cleanup
- New spotless command with 7-step workflow for comprehensive dead code analysis
- Supports scoping by commit range, unstaged changes, spec branch, or session context
- Dispatches parallel subagents for investigation and validation
- Includes duplication detection and naming audit
- User-gated execution with verification
Also enhances dead-code-detector agent with AI code slop patterns:
- Excessive defensive code detection
- Type system workaround identification
- Over-documentation flagging
- Abandoned pattern detection
- Debug artifact cleanup
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent ee8b869 commit 9d42aad
2 files changed
+437
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
199 | 231 | | |
200 | 232 | | |
201 | 233 | | |
| |||
0 commit comments