In src/hooks/src/runtime/file-coordination.ts, an empty or malformed existing lock parses to no timestamp and can never enter stale-lock reclamation. Add safe recovery after the stale interval without racing a fresh creator, and cover malformed and interrupted lock creation in tests.
In
src/hooks/src/runtime/file-coordination.ts, an empty or malformed existing lock parses to no timestamp and can never enter stale-lock reclamation. Add safe recovery after the stale interval without racing a fresh creator, and cover malformed and interrupted lock creation in tests.