phase29ap(p12): remove joinir legacy loop table

This commit is contained in:
2025-12-31 08:07:58 +09:00
parent 1ceadf361f
commit b53c12eb29
9 changed files with 36 additions and 350 deletions

View File

@ -128,6 +128,15 @@ Gate (SSOT):
- No new logs/tags in release.
- Gate stays green.
## P12: Remove JoinIR legacy loop table ✅
- Scope:
- Delete legacy loop table routing from JoinIR router.
- Remove legacy-only modules now that plan/composer is SSOT.
- Guardrails:
- No change to logs or error strings.
- Gate stays green.
## Next (planned)
- P12: Decide final removal of legacy nested loop entry (gate-first)
- P13: Dead-code cleanup (warnings-only, no behavior change)