phase29ap(p1): reduce joinir wrappers for pattern6/7

This commit is contained in:
2025-12-30 22:24:23 +09:00
parent ab81747d6a
commit e0c0e24196
6 changed files with 10 additions and 15 deletions

View File

@ -25,8 +25,15 @@ Gate (SSOT):
- Outcome remains `Ok(None)` for non-matching cases.
- No new logs or error strings.
## P1: Reduce JoinIR wrappers (Pattern6/7) ✅
- Scope:
- Drop JoinIR-side Pattern6/7 wrapper modules (plan/composer is SSOT).
- Keep routing through single_planner → composer adopt.
- Guardrails:
- No change to pattern selection or logs.
## Next (planned)
- P1: Pattern6/7 JoinIR wrapper → composer entry only
- P2: Router pattern-name branching reduction (planner outcome + composer SSOT)
- P3: Facts/Feature expansion if needed