Migration 017:
- CREATE TABLE IF NOT EXISTS agent_context, action_plans, action_outcomes,
agent_strategy_weights (all four ADR-012 tables were missing from production DB)
- These tables are required by ElephantAlpha AutonomousEngine coordination loop
telegram_templates.py:
- Fix: from database.telegram_models → database.trend_models (TelegramUser
has always lived in trend_models; telegram_models module does not exist)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>