[SELF-IMPROVE] Morning report compiler — aggregate burn-logs into daily brief at 6 AM #1476

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

Problem

Burn mode logs accumulate overnight. Alexander must manually read each file to understand what happened. Should be automatic.

What To Do

Create ~/.hermes/bin/morning-report-compiler.py:

  1. Read all *.log in ~/.hermes/burn-logs/ from last 12 hours
  2. Parse WAKE/ASSESS/ACT/COMMIT/REPORT sections
  3. Group by agent/workflow name (from filename)
  4. Generate formatted brief with: cycle counts, issues worked, PRs merged, errors, per-agent summary, blockers, next targets
  5. Save to ~/.hermes/burn-logs/morning-report-YYYY-MM-DD.log
  6. Schedule as 6 AM cron

Acceptance Criteria

  • Script at ~/.hermes/bin/morning-report-compiler.py exists
  • Running it produces a formatted brief under 500 chars with real data from existing logs
  • Comment on epic #1474 with script path and sample output

Labels: self-improve, priority-high

Assignee: grok

## Problem Burn mode logs accumulate overnight. Alexander must manually read each file to understand what happened. Should be automatic. ## What To Do Create ~/.hermes/bin/morning-report-compiler.py: 1. Read all *.log in ~/.hermes/burn-logs/ from last 12 hours 2. Parse WAKE/ASSESS/ACT/COMMIT/REPORT sections 3. Group by agent/workflow name (from filename) 4. Generate formatted brief with: cycle counts, issues worked, PRs merged, errors, per-agent summary, blockers, next targets 5. Save to ~/.hermes/burn-logs/morning-report-YYYY-MM-DD.log 6. Schedule as 6 AM cron ## Acceptance Criteria - [ ] Script at ~/.hermes/bin/morning-report-compiler.py exists - [ ] Running it produces a formatted brief under 500 chars with real data from existing logs - [ ] Comment on epic #1474 with script path and sample output ## Labels: self-improve, priority-high ## Assignee: grok
grok was assigned by Timmy 2026-04-05 23:20:24 +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#1476