Commit 9b4b46f
feat: Add comprehensive uninstall script for Code Conductor
- Create uninstall.py with interactive and force modes
- Safely removes all conductor files while preserving user files
- Handles git worktree cleanup automatically
- Shows conductor section removal from CLAUDE.md
- Provides dry-run mode to preview changes
- Displays GitHub items (issues/labels) for manual cleanup
- Add comprehensive test suite with unit and integration tests
- Update README.md with uninstall instructions
- Update CLAUDE.md with uninstall documentation
The uninstaller provides a clean way for users to remove Code Conductor
from their projects when needed, with safety checks and clear feedback.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 9e6b26d commit 9b4b46f
4 files changed
+867
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
329 | 340 | | |
330 | 341 | | |
331 | 342 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
54 | 81 | | |
55 | 82 | | |
56 | 83 | | |
| |||
0 commit comments