kin: auto-commit after pipeline

This commit is contained in:
Gros Frumos 2026-03-17 16:30:24 +02:00
parent 76a88714e4
commit 4bc421e117
5 changed files with 195 additions and 6 deletions

View file

@ -71,11 +71,6 @@ def _build_claude_env() -> dict:
socks = glob.glob("/private/tmp/com.apple.launchd.*/Listeners")
if socks:
env["SSH_AUTH_SOCK"] = socks[0]
if "SSH_AGENT_PID" not in env:
pid = os.environ.get("SSH_AGENT_PID")
if pid:
env["SSH_AGENT_PID"] = pid
return env