| name | wakeup-review |
| description | On every wakeup, load what happened before (journals, pending orders, EOD/self summaries, premarket snapshot). |
| metadata | {"openclaw":{"emoji":"⏪","requires":{"bins":["python3"]}}} |
Wakeup Review
Run first on each new wakeup/session:
python3 ${OPENCLAW_HOME:-$HOME/.openclaw}/tools/risk/wakeup_review.py
Reads continuity inputs:
trading/journal/today.md and yesterday
trading/orders/pending/
trading/learning/eod-summary.md
trading/learning/latest-summary.md
trading/research/premarket-latest.md
Outputs:
trading/learning/wakeup-brief.md
trading/learning/wakeup-brief.json
Must be executed before any new trade planning.
Also load before planning the session:
knowledge/wiki-highlights/PSYCHOLOGY.md — check for active tilt
triggers or open circuit-breaker windows from yesterday.
knowledge/wiki-highlights/PROCESS.md — confirm regime permissions
for today's setups before scanning.
knowledge/wiki-highlights/MUNGER.md — scan the 12 starred
trading-relevant tendencies as a pre-session checklist. For each
one, ask in one sentence: "Is this active in me right now?" The
ones that fire most often pre-session are #5 Inconsistency-
Avoidance (yesterday's bias carrying over), #11 Pain-Avoiding
Denial (refusing to mark a still-open loser to its real loss),
#13 Overoptimism (yesterday's win bleeding into today's sizing),
and #15 Social-Proof (overnight headlines = crowd consensus).
If any of these are firing, flag in the wakeup brief and reduce
size for the first hour.