phase29ai(p5): route JoinIR plan extraction via single_planner

This commit is contained in:
2025-12-29 08:04:00 +09:00
parent ff5c122fdc
commit 5ba68da9a0
16 changed files with 243 additions and 160 deletions

View File

@ -35,6 +35,8 @@ pub(in crate::mir::builder) mod facts;
pub(in crate::mir::builder) mod normalize;
pub(in crate::mir::builder) mod planner;
pub(in crate::mir::builder) mod emit;
// Phase 29ai P5: JoinIR router → single plan extraction entrypoint
pub(in crate::mir::builder) mod single_planner;
// ============================================================================
// DomainPlan (Pattern固有)