chore: auto-commit uncommitted changes
This commit is contained in:
parent
ce2db361dc
commit
b38b63293e
Binary file not shown.
|
|
@ -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
|
||||
}
|
||||
|
|
@ -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": [],
|
||||
|
|
|
|||
|
|
@ -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."}'
|
||||
Loading…
Reference in New Issue