chore(shared): 🔧 Let's analyze this step by step:

This commit is contained in:
Lilith 2026-01-13 10:28:28 -08:00
parent 1da61499c1
commit f35b8e13ac

View file

@ -654,6 +654,9 @@ class CommitDaemon:
logger.info("Daemon stopped, aborting cycle")
break
# Yield to event loop periodically to keep HTTP API responsive
await asyncio.sleep(0)
# Get status first to know the branch and if we need to push
try:
status = await git_status(repo.path)