Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/shareAI-lab/learn-claude-code
/ s12_worktree_task_isolation.py
File
s12_worktree_task_isolation.py
agents/s12_worktree_task_isolation.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#!/usr/bin/env python3
2
# Harness: directory isolation -- parallel execution lanes that never collide.
3
""
"
4
s12_worktree_task_isolation.py - Worktree + Task Isolation
Callers
nothing calls this directly
Calls
15
detect_repo_root
Function · 0.85
EventBus
Class · 0.85
WorktreeManager
Class · 0.85
bind_worktree
Method · 0.80
status
Method · 0.80
keep
Method · 0.80
remove
Method · 0.80
list_recent
Method · 0.80
TaskManager
Class · 0.70
run_bash
Function · 0.70
run_read
Function · 0.70
run_write
Function · 0.70
Tested by
no test coverage detected