fix(git): validate placement, cache repo lookups, tighten lifecycle

This commit is contained in:
2026-05-10 04:47:35 +02:00
parent cb47177382
commit 8624f825eb
4 changed files with 35 additions and 2 deletions
+4
View File
@@ -278,6 +278,10 @@ function Emitter:emit(event, ...)
end
end
function Emitter:clear()
self._listeners = {}
end
M.Emitter = Emitter
return M