Commit Graph

1 Commits

Author SHA1 Message Date
Epictetus 3ec955e143 Sprint 2: Hermes masterclass integration — brief + weekly review modules
- oracle/brief.py: Morning intelligence briefing (CyrilXBT format)
  THE ONE THING, WHAT HAPPENED, WHAT TO WATCH, FROM MEMORY, TODAY'S FOCUS
  Source cooldown (72h dedup), theme clustering, signal ranking

- oracle/weekly.py: Weekly review synthesis
  Signal summary, trending themes (WoW comparison), tier breakdown,
  auto-generated recommendations based on patterns

- oracle/cli.py: Wired brief/weekly commands
  python -m oracle brief [--max-items 8] [--max-age-h 48] [-o path] [--json]
  python -m oracle weekly [--days 7] [-o path] [--json]

Integrates patterns from Hermes Agent Masterclass:
  - Morning brief template structure
  - Content source cooldown (no repeats within 72h)
  - Weekly pattern synthesis with trend detection
  - Quality gate recommendations (score thresholds, diversity alerts)
  - Theme clustering for FROM MEMORY section
2026-07-22 13:50:03 +00:00