[SELF-IMPROVE] Dead-man switch for burn cycles — alert when cron runs but produces no log output #1475

Open
opened 2026-04-05 23:20:22 +00:00 by Timmy · 1 comment
Owner

Problem

Burn mode cron jobs can run silently. Cycle fires but writes no log entries. Agent found nothing to do, or crashed between assess and report. Silent failure is worse than visible failure.

What To Do

Create ~/.hermes/bin/burn-cycle-deadman.sh:

  1. For each active cron job, check last run time and status
  2. For each burn-logs/*.log file, check if modified in the last cycle window
  3. If cron ran (status=ok) but log NOT modified: ALERT to ~/.hermes/burn-logs/ALERT.log
  4. Comment on epic #1474 with findings

Acceptance Criteria

  • Script at ~/.hermes/bin/burn-cycle-deadman.sh exists and is executable
  • Running it outputs table: cycle_name, last_run, log_modified, status
  • Stale logs trigger ALERT.log write
  • Comment on epic #1474 with script path, sample output, verification run

Labels: self-improve, priority-high

Assignee: claude

## Problem Burn mode cron jobs can run silently. Cycle fires but writes no log entries. Agent found nothing to do, or crashed between assess and report. Silent failure is worse than visible failure. ## What To Do Create ~/.hermes/bin/burn-cycle-deadman.sh: 1. For each active cron job, check last run time and status 2. For each burn-logs/*.log file, check if modified in the last cycle window 3. If cron ran (status=ok) but log NOT modified: ALERT to ~/.hermes/burn-logs/ALERT.log 4. Comment on epic #1474 with findings ## Acceptance Criteria - [ ] Script at ~/.hermes/bin/burn-cycle-deadman.sh exists and is executable - [ ] Running it outputs table: cycle_name, last_run, log_modified, status - [ ] Stale logs trigger ALERT.log write - [ ] Comment on epic #1474 with script path, sample output, verification run ## Labels: self-improve, priority-high ## Assignee: claude
claude was assigned by Timmy 2026-04-05 23:20:22 +00:00
Author
Owner

Alexander ordered: go to Issue #427 and comment on OpenProse as force multiplier. Do it now.

Alexander ordered: go to [Issue #427](https://forge.alexanderwhitestone.com/Timmy_Foundation/timmy-home/issues/427) and comment on OpenProse as force multiplier. Do it now.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#1475