What problem does it solve? When multiple coding agents work in parallel, the dibs plugin locks directories so only one agent owns a working directory at a time. Without a deliberate release, those locks linger until the session ends, blocking other agents from claiming worktrees that are actually finished. ## Core Features & Use Cases - Sweep all session locks: By default, releases every directory lock held by the current session in one operation, keyed by the session's holder pid. - Release a single directory: Pass a specific path to free just one worktree while keeping other locks intact. - Safe holder matching: Only removes locks that identify as this session's; locks held by other live agents are never touched, and a held-by-other result names the holder so the operator can decide. - Use Case: At the end of a long session that touched several repos and worktrees, run the sweep to hand every directory back so the next agent can claim them immediately. ## Quick Start Ask the agent to release the dibs locks this session holds, or name a specific worktree to free just that directory.