Makefile Reference
All availablemake commands. Run make help to see this list in your terminal.
Setup
Dashboard
Core Routines
These ship with the repo and run the essential daily loop:Dynamic Routine Runner
Custom routines (user-specific, inADWs/routines/custom/) are run via the dynamic runner. No hardcoded Makefile targets needed — routines are discovered automatically from script files.
ADWs/routines/ or ADWs/routines/custom/ is automatically discoverable. The routine ID is derived from the script name (e.g., financial_pulse.py becomes fin-pulse).
Combos
Servers & Channels
Backup & Restore
.env. Excludes reconstructible dirs (node_modules/, .venv/, dist/).
Restore modes:
- merge (default): only restore files that don’t exist locally
- replace: overwrite everything with backup versions
BACKUP_S3_BUCKET in .env and boto3 installed (uv add boto3).