Skip to content

fix(hooks): harden presence registry fail-open (review findings)#666

Merged
NagyVikt merged 2 commits into
mainfrom
agent/claude/live-session-presence-for-concurrent-cla-2026-06-30-02-47
Jun 30, 2026
Merged

fix(hooks): harden presence registry fail-open (review findings)#666
NagyVikt merged 2 commits into
mainfrom
agent/claude/live-session-presence-for-concurrent-cla-2026-06-30-02-47

Conversation

@NagyVikt

Copy link
Copy Markdown
Collaborator

Automated by gx branch finish (PR flow).

NagyVikt added 2 commits June 30, 2026 03:10
Two sessions editing the same worktree now see each other. Generalize the
PostToolUse edit tracker into a per-session presence registry (all files, not
just .py; branch/worktree/current-file + last_seen heartbeat) via a shared
_session_presence.py, and surface OTHER live sessions in the SessionStart/
UserPromptSubmit advisor on any branch, with per-turn change-detection.

Scoped to same-worktree visibility (the reported account.tsx collision).
Fail-open and additive: errors leave the protected-branch advisory intact.
- _read_record/read_live_sessions: normalize non-dict JSON to {} so a corrupt
  state file can't raise AttributeError and escape the fail-open guard (HIGH)
- _relpath: return None (not basename) when no worktree base, so out-of-tree
  edits aren't recorded and can't leak as phantom peers (MEDIUM)
- read_live_sessions: exclude records with empty/missing repo_root from the
  worktree-scoped view (MEDIUM)
- record_edit: widen catch to Exception (structural fail-open)
- advisor _write_state: atomic tmp+rename so a partial write can't drop the
  advised flag (LOW)
- test: corrupt non-dict state file does not break tracker or advisor
@NagyVikt NagyVikt merged commit be80385 into main Jun 30, 2026
@NagyVikt NagyVikt deleted the agent/claude/live-session-presence-for-concurrent-cla-2026-06-30-02-47 branch June 30, 2026 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant