Surfaced by multiple agents during the v0.3 MCP completion push (2026-05-28). 4 active dev worktrees consume ~3.5GB combined in .venv alone; node_modules + .pytest_cache add more. Mitigation candidates: shared venv strategy, uv sync to a central .venv linked into each worktree, or auto-cleanup hook on worktree remove.
Surfaced by multiple agents during the v0.3 MCP completion push (2026-05-28). 4 active dev worktrees consume ~3.5GB combined in .venv alone; node_modules + .pytest_cache add more. Mitigation candidates: shared venv strategy,
uv syncto a central .venv linked into each worktree, or auto-cleanup hook on worktree remove.