Initial import of the session watchdog

This commit is contained in:
2026-07-29 22:31:03 +02:00
commit 891b28d28c
7 changed files with 558 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
[Unit]
Description=Resume Claude Code background sessions stalled on usage limits or outages
[Service]
Environment=PATH=%h/.local/bin:/usr/local/bin:/usr/bin:/bin
ExecStart=%h/.claude/session-watchdog/resume-stalled-sessions.py
Type=oneshot