feat: add Phase 2 shadow runtime dual-run scaffolding#105
Merged
Conversation
Implement internal shadow planner comparisons for query and DDL paths, add deterministic shadow report fixtures with backend-matrix enforcement, and synchronize roadmap/migration guide evidence for IR Phase 2 issues. Co-authored-by: Cursor <cursoragent@cursor.com>
4 tasks
This was referenced Jun 19, 2026
0x054
added a commit
that referenced
this pull request
Jun 19, 2026
Update roadmap status, Phase 2 deliverables/exit gates, and merged evidence after PR #105, with linked issue-sync references for the closed Phase 2 epic and sub-issues. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
add internal shadow-runtime dual-run scaffolding for query and DDL planning with execute-legacy-only behavior and strict mismatch mode for CI
introduce deterministic semantic diff/report harnesses plus stable SQLite/Postgres shadow report fixtures
enforce touched-path PR gating for shadow reports in CI and synchronize Phase 2 roadmap/migration-guide evidence
closes [IR-P2][WS2] Phase 2 Shadow runtime dual-run (epic) #80
closes [IR-P2][WS2] Add shadow planner behind internal flag #81
closes [IR-P2][WS2] Build semantic diff harness #82
closes [IR-P2][WS2] Add backend matrix shadow reports #83
Test plan
uv run pytest -v -m "backend_matrix or postgres_only" --db-backends=sqlite,postgrescargo test --no-default-features --features testinguv run pytest tests/test_shadow_reports.py tests/test_ir_vectors_contract.py -q --db-backends=sqlite,postgresMade with Cursor