phase29ap(p10): coreplan adopt nested minimal (strict/dev)

This commit is contained in:
2025-12-31 07:49:48 +09:00
parent b209e17f3b
commit efe5e2deed
19 changed files with 1032 additions and 12 deletions

View File

@ -108,6 +108,16 @@ Gate (SSOT):
- Release/default behavior remains unchanged.
- Gate stays green.
## P10: Pattern6_NestedLoopMinimal minimal CorePlan subset (strict/dev) ✅
- Scope:
- Add nested minimal facts (outer+inner loop subset) and project into canonical facts.
- Compose nested loop CorePlan v2 in strict/dev and emit shadow-adopt tag.
- Update the strict smoke to require the new tag.
- Guardrails:
- Release/default behavior remains unchanged (legacy JoinIR path stays).
- Gate stays green.
## Next (planned)
- P10: Pattern6_NestedLoopMinimal migration/design (keep nested gate green)
- P11: Pattern6_NestedLoopMinimal release adopt (TBD; keep strict gate green)