Files
timmy-config/bin
Alexander Whitestone e419ada5c5
Some checks failed
Architecture Lint / Lint Repository (pull_request) Failing after 15s
Architecture Lint / Linter Tests (pull_request) Successful in 20s
Smoke Test / smoke (pull_request) Failing after 17s
Validate Config / YAML Lint (pull_request) Failing after 13s
Validate Config / JSON Validate (pull_request) Successful in 15s
Validate Config / Python Syntax & Import Check (pull_request) Failing after 21s
Validate Config / Python Test Suite (pull_request) Has been skipped
Validate Config / Shell Script Lint (pull_request) Failing after 45s
Validate Config / Cron Syntax Check (pull_request) Successful in 13s
Validate Config / Deploy Script Dry Run (pull_request) Successful in 10s
Validate Config / Playbook Schema Validation (pull_request) Successful in 18s
PR Checklist / pr-checklist (pull_request) Successful in 3m20s
feat: pane-watchdog — stuck pane detection + auto-restart (#515)
- Tracks output hash per tmux pane across check cycles
- 2 cycles unchanged output = STUCK, PID gone = DEAD
- Only restarts hermes/agent panes (skips zsh, python repls, etc)
- Restart flow: kill pane → try --resume with session ID → fallback fresh prompt
- Max 3 restart attempts per pane per hour (cooldown prevents loops)
- First-run safe: no false positives on initial check cycle
- Multi-window tmux safe: head -1 for pane queries
- Status display with colored icons and timing
- Daemon mode for continuous monitoring
- State persisted to ~/.hermes/pane-state.json

Closes #515
2026-04-13 17:52:00 -04:00
..