diff --git a/memory/claude-usage.db b/memory/claude-usage.db index a07a662..ada8bc3 100644 Binary files a/memory/claude-usage.db and b/memory/claude-usage.db differ diff --git a/memory/claude-usage.json b/memory/claude-usage.json index da159c4..33bf468 100644 --- a/memory/claude-usage.json +++ b/memory/claude-usage.json @@ -1,9 +1,9 @@ { - "last_updated": "2026-03-12T04:00:01.680275Z", + "last_updated": "2026-03-12T10:00:01.605140Z", "source": "api", - "session_percent": 7, - "session_resets": "2026-03-12T06:00:00.629143+00:00", - "weekly_percent": 82, - "weekly_resets": "2026-03-13T03:00:00.629160+00:00", - "sonnet_percent": 69 + "session_percent": 30, + "session_resets": "2026-03-12T11:00:00.561194+00:00", + "weekly_percent": 87, + "weekly_resets": "2026-03-13T03:00:00.561214+00:00", + "sonnet_percent": 75 } \ No newline at end of file diff --git a/memory/heartbeat-state.json b/memory/heartbeat-state.json index 9180e80..e682b2b 100644 --- a/memory/heartbeat-state.json +++ b/memory/heartbeat-state.json @@ -14,7 +14,7 @@ "lastDocInbox": "2026-02-25T22:01:42.532628Z", "lastTechScan": 1773237213.3418584, "lastMemoryReview": "2026-03-11T21:42:04.000Z", - "lastIntraDayXScan": 1773265329, + "lastIntraDayXScan": 1773301195, "lastInouSuggestion": "2026-03-11T09:54:16-04:00", "lastEmail": 1772132453, "pendingBriefingItems": [], diff --git a/scripts/s-earnings-check.sh b/scripts/s-earnings-check.sh new file mode 100755 index 0000000..f9a3119 --- /dev/null +++ b/scripts/s-earnings-check.sh @@ -0,0 +1,11 @@ +#!/bin/bash +# One-shot SentinelOne earnings check — fires at 16:05 ET on Mar 12 +# Self-removes after running + +# Remove this cron entry +(crontab -l 2>/dev/null | grep -v "s-earnings-check.sh") | crontab - + +# Trigger James to check S earnings via OpenClaw webhook +curl -s -X POST http://localhost:18789/hooks/reminder \ + -H "Content-Type: application/json" \ + -d '{"message": "REMINDER: Check SentinelOne (S) Q4 earnings results — Johan asked for this at 4:05 PM. Search for results, summarize revenue vs $271M guidance, EPS, ARR, guidance, and stock reaction. Send to Johan via Telegram."}'