session_resolution_outputs is created in migration 067 (sequential branch from 064). On fresh databases, Alembic could run cc214c63aa30 before 067, causing "table does not exist" errors. depends_on ensures 067 always runs first regardless of branch traversal order. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>