Skip to content

Commit da15028

Browse files
committed
warn against conflicts
1 parent 5f651b9 commit da15028

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ There are existing attempts to sandbox agent processes, the most serious I find
2626

2727
Now you can just call the script from within a git working tree and feel the false sense of security you came here for.
2828

29+
**WARNING: Do not run multiple agent instances in the same repository simultaneously.** Each repository uses a single shared overlay directory (based on the repository path). Running multiple agents concurrently in the same repo will cause overlayfs conflicts and potential data corruption. You can safely run multiple agents in different repositories at the same time.
30+
2931
# Implementation concerns
3032

3133
* it operates on a selected directory `~/aihome` as the agent's writable home directory

0 commit comments

Comments
 (0)