claude-team-mcp 0.2.0__py3-none-any.whl → 0.2.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -113,16 +113,15 @@ def register_tools(mcp: FastMCP) -> None:
113
113
  Gracefully terminates the Claude sessions in parallel and closes
114
114
  their iTerm2 panes. All session_ids must exist in the registry.
115
115
 
116
- ⚠️ **WARNING: DESTRUCTIVE FOR WORKTREES**
116
+ ⚠️ **NOTE: WORKTREE CLEANUP**
117
117
  Workers with worktrees commit to ephemeral branches. When closed:
118
118
  - The worktree directory is removed
119
- - The worktree branch is deleted
120
- - Commits on that branch become orphaned (recoverable via reflog, but awkward)
119
+ - The branch is KEPT for cherry-picking/merging
121
120
 
122
- **BEFORE closing workers with worktrees:**
123
- 1. Review their code changes
124
- 2. Merge or cherry-pick their commits to a persistent branch
125
- 3. THEN close workers
121
+ **AFTER closing workers with worktrees:**
122
+ 1. Review commits on the worker's branch
123
+ 2. Merge or cherry-pick commits to a persistent branch
124
+ 3. Delete the branch when done: `git branch -D <branch-name>`
126
125
 
127
126
  Args:
128
127
  session_ids: List of session IDs to close (1 or more required).
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: claude-team-mcp
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: MCP server for managing multiple Claude Code sessions via iTerm2
5
5
  Project-URL: Homepage, https://github.com/Martian-Engineering/claude-team
6
6
  Project-URL: Repository, https://github.com/Martian-Engineering/claude-team
@@ -17,7 +17,7 @@ claude_team_mcp/tools/adopt_worker.py,sha256=oWSamOzOqnLPWADWb4tk7qSPHroxIhQXkFD
17
17
  claude_team_mcp/tools/annotate_worker.py,sha256=mBo4YMaaaNQxQBduYK1DPA-Ioift-ZQ9tYlBM6S15t8,1639
18
18
  claude_team_mcp/tools/bd_help.py,sha256=kA3DnMGG48ruIt7L-tcUPfevy_l-Yy22pa3I20DZU2A,1402
19
19
  claude_team_mcp/tools/check_idle_workers.py,sha256=IjDNDeal9M7lTONWjKZrt8bXu7O277ossHz_2oyLRcY,3374
20
- claude_team_mcp/tools/close_workers.py,sha256=5odUqOwKKIqVKNQ8IDTgAqSSV-iCd38OkL2gxGKAZcE,6672
20
+ claude_team_mcp/tools/close_workers.py,sha256=glVUNM5Q32z8DyzvNKpxExN9pDR16rzjuyzEjI-eInM,6633
21
21
  claude_team_mcp/tools/discover_workers.py,sha256=PkdnURZBex_y0kFx_pv-EgWrEbtQtsg5TjqycNs7BJI,5437
22
22
  claude_team_mcp/tools/examine_worker.py,sha256=7Nd3EOdsGVDjMJ8ov9NhmcrjN8K9IE4i_noXHOP1uI8,1620
23
23
  claude_team_mcp/tools/list_workers.py,sha256=6cvsgHOYtakkSgoZdYez4VEQ3I8aWAKaGWhfiZyPf2c,2390
@@ -30,7 +30,7 @@ claude_team_mcp/utils/__init__.py,sha256=_O-de711DxfMdjCAHHoifyOtzdllciE9FFV-tZ5
30
30
  claude_team_mcp/utils/constants.py,sha256=gvWbqk1qaymilnAvql28ZiNnvWG4vsz7cYg84mtd6PY,2264
31
31
  claude_team_mcp/utils/errors.py,sha256=9uPFHp7UJYB5t3p7P_5Sh3PVpYh4_vj_RLzX5GcJPEU,2738
32
32
  claude_team_mcp/utils/worktree_detection.py,sha256=NfEK8c_toFiz8dqF2ht1FJzW9a9VstVm7Y5SNXvwAD8,2564
33
- claude_team_mcp-0.2.0.dist-info/METADATA,sha256=XQelCS4u_wrdJltcKqIPsj55xoIJ_oatkqAdN8DYzKE,14438
34
- claude_team_mcp-0.2.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
35
- claude_team_mcp-0.2.0.dist-info/entry_points.txt,sha256=cmk5dmK50RVquExT-k_J72akl3qKIerPpVqfit7kQtQ,53
36
- claude_team_mcp-0.2.0.dist-info/RECORD,,
33
+ claude_team_mcp-0.2.1.dist-info/METADATA,sha256=mXWh0YktC_SQmaC4ahVXbFOQ2LHEpIkg9wixDx8wEAA,14438
34
+ claude_team_mcp-0.2.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
35
+ claude_team_mcp-0.2.1.dist-info/entry_points.txt,sha256=cmk5dmK50RVquExT-k_J72akl3qKIerPpVqfit7kQtQ,53
36
+ claude_team_mcp-0.2.1.dist-info/RECORD,,