feat(FN-5346): add post-completion defensive backstop and shared reconcile
The merge adds a post-completion defensive backstop that probes and removes stale same-task `activeSessionRegistry` entries on `done`/`archived` transitions, completing FN-5346 with a shared reconcile helper, a defensive ownership probe wired into paused cleanup, audit event alignment, and regressio Fusion-Task-Id: FN-5346
This commit is contained in:
committed by
gsxdsm
parent
e96cb09982
commit
f798378693
@@ -134,6 +134,7 @@ export type GitMutationType =
|
||||
| "worktree:admin-entry-pruned"
|
||||
| "worktree:removal-refused-active-session"
|
||||
| "worktree:removal-forced-over-active-session"
|
||||
| "worktree:active-session-reconciled"
|
||||
| "worktree:stale-lock-detected"
|
||||
| "worktree:stale-lock-recovered"
|
||||
| "worktree:stale-lock-recovery-failed"
|
||||
|
||||
Reference in New Issue
Block a user