Files
WHOOSH/internal/server
Claude Code 6d6241df87 Fix task ID lookup in triggerTeamCompositionForCouncil
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>
2025-10-10 09:23:07 +11:00
..