Query the actual task_id from councils table instead of incorrectly using council_id as task_id. Issue: Council activation was failing to trigger team composition because it was looking for a task with ID=council_id which doesn't exist. Fix: Query SELECT task_id FROM councils WHERE id = council_id 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>