From ef51a5a944ffdee2cc7441a4d1ecdf70d153c0dc Mon Sep 17 00:00:00 2001 From: z3knayr0 <6465184+z3knayr0@users.noreply.github.com> Date: Thu, 23 Jul 2026 13:04:55 -0500 Subject: [PATCH] Add multi-session support: multiple agents in the same repo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Session identity was keyed by project directory (a single .claude/bridge-session pointer per repo), so a second agent session in the same repo reused the first session's ID — same-repo peers could not address each other, and one session's cleanup could destroy the other's bridge state. - New get-session-key.sh: stable per-agent-session key (BRIDGE_SESSION_KEY env override, else first non-shell ancestor PID) - register.sh: per-session pointers at .claude/bridge-sessions/; optional --as