You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TODOS.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,12 +67,6 @@
67
67
**What's wrong:** Sub-agents spawned via `docker exec` are not marked `dockerMode` with a `containerName`. Killing the PTY stops the host `docker exec` client but may leave the inner agent process running inside the coordinator container.
68
68
**Done when:** Docker-exec PTY sessions are marked with the coordinator `containerName` and a `SIGTERM` is sent to the inner process via `docker exec <container> kill <pid>` on cleanup.
69
69
70
-
### 20. Claude trust seeding (.claude.json) has a read-modify-write race
71
-
72
-
**File:**`electron/ipc/pty.ts:642`
73
-
**What's wrong:** Two concurrent agent spawns can each read `.claude.json` before the other writes, dropping one spawn's trusted project entry.
74
-
**Done when:** Writes use an atomic rename pattern or a per-file advisory lock.
75
-
76
70
### 25. Remote server started without coordinator routes when remote access precedes coordinator
0 commit comments