1.1 KiB
1.1 KiB
Sprint 67 Plan: Refactoring-Aware Transpilation and Round-Trip Stability
Context
Teams will refactor after transpilation. Sprint 67 ensures round-trip stability and controlled drift when code evolves post-port.
Goals
- Track semantic drift after manual refactors
- Enable safe re-projection from changed targets
- Detect round-trip instability early
- Preserve migration traceability across iterations
Steps
Step 899: Semantic drift detector between revisions (12 tests)
Step 900: Round-trip stability checker (source->target->source/IR) (10 tests)
Step 901: Drift severity classifier (10 tests)
Step 902: Refactor intent annotation model (10 tests)
Step 903: Reprojection safety policy (10 tests)
Step 904: Traceability chain generator (origin->current) (8 tests)
Step 905: whetstone_check_semantic_drift MCP tool (8 tests)
Step 906: whetstone_generate_reprojection_plan MCP tool (8 tests)
Step 907: Drift audit report artifact (8 tests)
Step 908: Sprint 67 integration summary + regression (8 tests)
Stability Rule
- High-severity drift blocks automatic re-projection.